#content > div > div > div > div > div > div > section:nth-child(1) {
    background: url(https://storage.googleapis.com/gcs-gcp-adamo-web-pro-media/javlhqsk/bgsdadamo.jpeg);
}
.navigation__link span[data-v-093f221a] {
    position: relative;
    color: black;
}
header.header .meta-menu {

        max-height: 50px !important;
    }
@media (max-width: 980px) {


#content > div > div > div > div > div > div > section:nth-child(1) > div > div > div > div.col-md-10.col-lg-7.mb-7.mb-lg-0.order-2.order-lg-1 > div > h1{
    font-size: 38px;
    color: white;
    font-family: 'Montserrat';
    font-weight: bold !important;
    margin-top: 0px;
}
}

@media (min-width: 981px) {

#content > div > div > div > div > div > div > section:nth-child(1) > div > div > div > div.col-md-10.col-lg-7.mb-7.mb-lg-0.order-2.order-lg-1 > div {

    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 40px;
}
    
#content > div > div > div > div > div > div > section:nth-child(1) > div > div > div > div.col-md-10.col-lg-7.mb-7.mb-lg-0.order-2.order-lg-1 > div > h1{
    font-size: 3rem;
    color: white;
    font-family: 'Montserrat';
    font-weight: bold !important;
    margin-top: 0px;
}
}


ul.lead.mb-8{
    color: white;
    list-style: disc !important;
    display: contents;
}

.btn:not([class*='btn-outline']) {
    border-color: transparent !important;
    margin-top: 20px;
}
@media screen and (min-width: 980px) {
#content > div > div > div > div > div > div > section:nth-child(5) > div, #content > div > div > div > div > div > div > section:nth-child(6) > div{
    min-width:100%;
    padding-right: 0px;
    padding-left: 0px;
}
}

#content > div > div > div > div > div > div > section:nth-child(5) > div, #content > div > div > div > div > div > div > section:nth-child(6) > div{
    min-width:100%;
    padding-right: 0px;
    padding-left: 0px;
}

#content > div > div > div > div > div > div > section:nth-child(1) > div > div > div > div.col-md-10.col-lg-7.mb-7.mb-lg-0.order-2.order-lg-1{
    width:100%;
    min-width: 100%
}
.testimonials li>.main {
 opacity: 1;
 
}
.main {
    display: none; /* Hide main content by default */
}

.main.active {
    display: block !important; /* Display main content when active */
}