/* description */
.description { position: relative; padding: 6.5rem 0; }
.description .content { align-items: center;}
.description .text-content { flex:1;}
.description .text-content p:last-child { margin-bottom: 0;}
.description .image-content { width: 48%; margin: 0 0 0 6.5rem;}
.description .image-content li { width: 48%; height: 450px;}
.description .image-content li:last-child { margin-top: 5rem;}
.description .image-content li img { width: 100%; height: 100%; object-fit: cover;}
.description .image-content.one-foto img { width: 100%; max-width: 400px; border: 1px solid #d5e7f3;}

@media (max-width: 1439px){
    .description .image-content { flex-direction: column; }
    .description .image-content li { width: 90%; height: 250px; margin: 1.5rem 0;}
    .description .image-content li:last-child { align-self: flex-end; margin-top: 0;}
}
@media (max-width: 1023px){
    .description { padding: 0 0 3rem; }
    .description.bg-white-grey { background: #fff !important;}
    .description h2 { margin-bottom: 2rem;}
    .description .image-content { display: none;}
}