.destacado-3 p{
    font-family: Playfair Display, Semibold;
    color: #a4a5a0;
    font-weight: 500;
    margin-bottom: 120px;
    font-size: 27px;
    line-height: 1.3;
}
.content h4 {
    padding: 0 90px 0 90px;
}
@media(min-width: 768px){
    .gallery-container.lg-full-container #last-gallery div, .gallery-container.lg-full-width #last-gallery div
    {
        width: calc(26.8% - 25.3332px)

    }
    .gallery-container.lg-full-container #last-gallery div:first-child, .gallery-container.lg-full-width #last-gallery div:first-child{
        margin-right: 0px;
    }
    .gallery-container.lg-full-container #last-gallery div:last-child, .gallery-container.lg-full-width #last-gallery div:last-child{
        margin-left:0px;
    }
}

.header-img{
    width: 100%;
    margin-left: 0px;
}
.content{
    position: relative;
}
.content .header-img img {
    width: 300px;
    height:auto;
    margin-left: auto;
    margin-right: auto;
}
.lefty p{
    font-family: Heebo, Light ;
    font-size: 16px ;
    line-height: 1.5em ;
    color: #000000 ;
    padding: 0px 90px 0px 90px !important;
}
@media(max-width: 768px){
    .content .header-img img {
        width: 200px;
        height: 75px;
        margin: 0px auto 0px auto;
    }
    .lefty p {
        font-size: 15px;
    }
    .destacado-3 p{
        font-size: 20px;
        margin-bottom: 60px;
    }
    .content .text.text-left.lefty{
        margin-top: 0%;
    }
    .destacado-3 p{
        margin-bottom: 50px;
    }
    .lefty p {
        padding: 0px 15px 0px 15px !important;
    }
    .content h4 {
        padding: 0 15px 0 15px !important;
    }
}
@media (min-width: 992px){
    .content {
        padding: 65px 20px 0px 20px;
    }
}
a.button.pink {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 600;
    width: 20%;
    margin-top: 30px;
}
@media (max-width: 768px){
a.button.pink {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    padding: 15px;
    margin-top: 30px;
}
}
#return-link{
    width: 100%;
}
.content .header-img img {
    margin: 0px auto 0px auto;
}
.color-orange{
    font-family: Playfair Display, Semibold;
    color: #a4a5a0;
    font-weight: 500;
    font-size: 16px;
}
.ratio {
    position: relative;
    width: calc(100% + 64px);
    margin-left: -32px;
}