.hero-section .row {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.hero-section {
    display: none;
}

@media (max-width: 767.8px) {
    .hero-section {
     min-height: auto;
    }
.hero-section .row {
    position: relative;
}
}

@media (min-width: 768px) {
    .hero-section {
        display: block;
        border-image: none!important;
    }
    .hero-section-mobile {
        display: none;
}
}