/* Two Column Text/Image Module Styles */

/* .two-column-text-image-module {padding: 60px 0;} */

.two-column-text-image-module .text-content {padding: 20px;}

.two-column-text-image-module .module-headline {font-family: 'Effra Trial'; font-weight: 600; font-size:58px; line-height: 1;  color: #000;}

.two-column-text-image-module .module-content {font-family: 'Effra Trial'; font-weight: 400; font-size: 1.1rem; line-height: 1.6;}

.two-column-text-image-module .module-content p {max-width: 90%; line-height: 1.7;}

.two-column-text-image-module .module-content p:last-child {margin-bottom: 0;}

.two-column-text-image-module .image-content img {border-radius: 10px; }

.style-dark .two-column-text-image-module .module-headline {color: #FFF;}
.style-dark .two-column-text-image-module .module-content p {color: #FFF; font-weight: 300;}


.images-count-3 .image-container {text-align: right;}
.images-count-3 .image-content:nth-child(1) img {width: 370px; max-width: none; margin-bottom: -80px;}
.images-count-3 .image-content:nth-child(2) img {width: 310px; max-width: none; margin-right: 300px}
.images-count-3 .image-content:nth-child(3) img {width: 280px; max-width: none; margin-left: 0px; margin-top: -270px}


@media (max-width: 1400px) {

    .images-count-3 .image-content:nth-child(1) img {width: 320px; max-width: none; margin-bottom: -60px;}
    .images-count-3 .image-content:nth-child(2) img {width: 270px; max-width: none; margin-right: 230px}
    .images-count-3 .image-content:nth-child(3) img {margin-left: 20px; width: 200px;}


}


/* Responsive Styles */
@media (max-width: 991px) {
    /* .two-column-text-image-module {padding: 40px 0;} */
    .two-column-text-image-module .text-content {padding: 15px; margin-bottom: 30px;}
    .two-column-text-image-module .image-content {text-align: center;}
    .two-column-text-image-module .module-headline {font-size: 35px; text-align: center;}
    .two-column-text-image-module .module-content {text-align: center;}    
    .two-column-text-image-module .module-content p {max-width: 100%; text-align: center !important;}

     .images-count-3 .image-content:nth-child(1) img {width: 70%; max-width: none; margin-bottom: 5%; margin-left: 15%}
    .images-count-3 .image-content:nth-child(2) img {width: 50%; max-width: none; margin-right: 50%}
    .images-count-3 .image-content:nth-child(3) img {margin-left: 55%; width: 50%; margin-top: -90%}

    .two-column-text-image-module .module-button {text-align: center;}
}

@media (max-width: 767px) {
    /* .two-column-text-image-module {padding: 30px 0;} */
    .two-column-text-image-module .text-content {padding: 10px; margin-bottom: 20px;}
    /* .two-column-text-image-module .image-content {padding: 10px;} */
    .two-column-text-image-module .module-headline {}
    .two-column-text-image-module .module-content {}
}
