section.seo-section {
    padding: 0px 20px;
}
.seo-container{
    max-width: 50%;
}

.banner-seo{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    max-width: 1440px;
    margin: 0 auto;
    gap: 20px;
}
.seo-section.right .banner-seo {
    flex-direction: row-reverse;
}
.seo-img{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
}
.seo-img img{
    width: 100%;
    height: auto;
    max-width: 700px;
    border-radius: 5px;
}
.seo-img, 
.seo-img picture {
    max-width: 700px;
    width: 100%;
}
.banner-seo .seo-content{
    max-width: 545px;
}

.contact-banner {
    padding-top: 0;
    padding-bottom: 0;
} 
#main-wrapper .seo-section .seo-headline {
    font-family: var(--nunito-font) !important;
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    margin: 0 0 20px 0;
  }
.seo-button {
    font-family: var(--nunito-font) !important;
    font-size: 20px;
    font-weight: 500;
}

.btn.btn-primary.seo-button::after {
	content: '\f0da';
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	position: absolute;
	right: 10px;
}

.seo-content {
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
}

.seo-right-text {
    margin-bottom: 1rem;
}

.seo-right-text,
.seo-right-text p,
.seo-right-text strong,
.seo-right-text a  {
    font-family: var(--nunito-font) !important;
    font-size: 16px !important;
    line-height: 22px;
}
@media (max-width: 1330px){
    .seo-img{
        width: 50%;
    }
}
@media (max-width: 1240px)
{
    
    section.seo-section {
        padding: 40px 35px;
    }
}
@media(max-width: 1024px) {
    .seo-img img,
    .seo-img, 
    .seo-img picture {
        max-width: 540px;
    }
    .banner-seo.video .video-container,
    .banner-seo.video .video-container iframe{
        width: 100%;
    }
    
}
@media(max-width: 900px) {
    .banner-seo.video .video-container,
    .banner-seo.video .video-container iframe{
        max-width: 540px;
    }
    .seo-img{
        width: 100%;
    }
    .seo-container{
        max-width: 100%;
    }
    .banner-seo{
        align-items: center;
    }
    .seo-section.right .banner-seo,
    .banner-seo {
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 768px) {
    .banner-seo.video .video-container,
    .banner-seo.video .video-container iframe{
        max-width: 400px;
    }
    #main-wrapper .seo-section .seo-headline{
        font-size: 24px;
        font-weight: 400;
        line-height: 28px;
    }
    .seo-right-text,
    .seo-right-text p,
    .seo-right-text a,
    .seo-button{
        font-size: 16px !important;
    }
    .banner-seo{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        row-gap: 30px;
    }
    .seo-section.right .banner-seo {
        flex-direction: column-reverse;
    }
    .banner-contact-container{
        margin: 20px 0!important;
    }
    .seo-img{
        width: 100%;
        justify-content: center;
    }
    .seo-img img,
    .seo-img, 
    .seo-img picture{
        max-width: 400px;
    }
    .banner-seo .seo-content{
        max-width: 400px;
    }
    section.seo-section {
        padding: 30px 20px !important;
    }
}
@media screen and (max-width: 620px) {
    .seo-right-text {
        margin-bottom: 20px;
    }
}