Please refer to my custom css to achieve what is in the photo so you know exactly where to fix.
@media (min-width: 1200px) {
.ja-masthead .ja-masthead-detail {
padding: 1rem 0;
}
}
.ja-masthead {
--body-link-color: $white;
}
.ja-masthead .ja-masthead-detail {
padding: 2rem;
}
.ja-masthead .ja-masthead-title {
margin-bottom: 0rem;
}
.owl-carousel.owl-drag .owl-item {
max-height: 500px;
}
@media (min-width: 1400px) {
.acm-contact-info.style-1 .contact-follow {
gap: 2rem;
justify-content: flex-start !important;
}
}
.acm-contact-info.style-1 .contact-follow {
gap: 1.5rem;
justify-content: flex-start !important;
}
@media (min-width: 992px) {
#t4-header .header-top .align-items-center>.col-lg-3 {
width: 40%;
}
#t4-header .header-top .align-items-center .col-lg-9 {
width: 60%;
}
}
@media (min-width: 992px) and (max-width: 1399px) {
#t4-header .header-top .align-items-center>.col-lg-3 {
width: 40%;
}
#t4-header .header-top .align-items-center .col-lg-9 {
width: 60%;
}
}
@media (max-width: 576px) {
.navbar-brand.logo-control img.logo-img-sm {
max-width: 500px;
}
@media (min-width: 1400px) {
.acm-hero.style-1 .acm-hero-item {
padding: 10rem 0 18rem;
}
}
@media (min-width: 992px) {
.acm-hero.style-1 .acm-hero-item {
padding: 8rem 0 14rem;
}
}
.acm-hero.style-1 .acm-hero-item {
padding-top: 6rem;
padding-bottom: 8rem;
}