
/* .description */ 
.description .image-content.one-foto img { max-width: 100%; border: none;}

@media (max-width: 1023px){
    .description { padding-top: 3rem;}
}


/* .text-collumns */ 
.text-collumns { padding: 6.5rem 0;}
.text-collumns img { width: 100%;}
.text-collumns .content > .flex { align-items: center;}
.text-collumns .content > .flex .text-content p:last-child { margin-bottom: 0;}

@media (min-width: 1024px){
    .text-collumns .content > .flex .text-content { order: 2;}
    .text-collumns .content > .flex .image-content { order: 1;}
}
@media (max-width: 1023px){
    .text-collumns { background: #fff !important; padding: 3rem 0;}
    .text-collumns .content > .flex .text-content { margin-bottom: 3rem;}
}



/* .video-content */
.video-content { padding-bottom: 6.5rem;}

@media (max-width: 1023px){
    .video-content { padding: 3rem 0;}
}