.about-partners {
    margin-bottom: 80px;
}

.about-partners-heading {
    margin-bottom: 40px;
}

.about-partners-title {
    margin-bottom: 16px;
}

.about-partners-wrapper h5 {
    font-size: 24px;
    font-weight: bold;
    color: black;
    margin-bottom: 0;
}

.about-filmSections-partners-5-columns .about-partners-heading {
    margin-bottom: 0;
}

.about-partners-wrapper hr {
    margin-bottom: 42px;
}

.partner-img {
    margin-bottom: 22px;
    padding: 0 3px;
    text-align: center;
}

.partner-img:first-child {
    padding-left: 0;
    padding-right: 3px;
}

.partner-img:last-child {
    padding-left: 3px;
    padding-right: 0;
}

.partner-img img {
    max-width: 100%;
    height: auto;
}

.apertura-about-container {
    position: relative;
    padding-top: 96px;
}

.apertura-about-header {
    position: relative;
    margin-bottom: 465px;
}

.apertura-about-header p {
    color: white;
}

.apertura-about-header h1 {
    color: white;
}

.apertura-about-bg {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    height: 810px;
}

.apertura-about-black {
    position: relative;
    background-color: black;
    padding: 32px 56px 37px 68px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.apertura-about-black .apertura-about-white-text p {
    color: white;
    margin-bottom: 0px;
    margin-right: 32px;
}

.apertura-about-black p u {
    text-decoration: none;
    border-bottom: 2px solid #ffdd00;
}

.apertura-about-black .btn {
    white-space: nowrap;
    height: auto;
}

.apertura-about-white-text u {
    font-weight: bold;
}

/*---- FAQS ----*/

.about-faqs-container .article-content h1.h-1{

    margin-bottom: 48px;

}

.about-faqs-container .heading-newsletter{

    padding-top: 40px;
    padding-bottom: 46px;

}

.about-faqs-container .faqs-alert{

    padding: 18px 26px 19px;
    background-color: #fff8cc;

}

.about-faqs-container .faqs-alert p{

    margin: 0;
    display: flex;
    align-items: stretch;

}

.about-faqs-container .faqs-alert p .feather{

    margin: 0;
    margin-right: 22px;
    min-width: 20px;
    min-height: 20px;

}

.about-faqs-container .faqs-links .btn {
    width: 100%;
}

.about-faqs-container .faqs-links .faqs-links-title{

    font-weight: 200;
    margin-bottom: 32px;

}

.about-faqs-container .faqs-links .link-big{

    margin-bottom: 18px;

}

.about-faqs-container .faqs-links .link-big a{

    align-items: flex-start;

}

.about-faqs-container .faqs-links .link-big p{

    text-align: left;

}

.about-faqs-container .faqs-links .feather{

    color: #ffdd00;
    min-width: 20px;
    min-height: 20px;

}

.about-faqs-container .faqs-container .section-title{

    margin-bottom: 40px;

}

.about-faqs-container .faqs-container h6.h-6{

    font-size: 20px;
    line-height: 30px;

}

@media (max-width: 991px) {   
    .apertura-about-black {
        padding-left: 56px;
    }

}

@media (max-width: 767px) {   

    
    

    .apertura-about-bg {
        height: 400px;
    }

    .apertura-about-white-text u {
        font-weight: 200;
        border: none!important;
    }
    
    .apertura-about-header{
        margin-bottom: 216px;
       /* padding-left: 24px;*/
    }
    
    .apertura-about-black-wrapper {
        margin-right: 24px;
    }

    .apertura-about-black {
        padding: 20px 20px 28px;
        flex-direction: column;
        align-items: flex-start;
    }
    .apertura-about-black p {
        margin-bottom: 28px;
    }
    .apertura-about-black .btn {
        margin-left: 0;
        margin-right: auto;
    }
    .apertura-about-black p span {
        border-bottom: none;
    }

    .apertura-about-container {
        padding-top: 32px;
    }

    .apertura-about-black-wrapper .body-text-2 {
        margin-bottom: 36px;
    }


    h1.h-1 {
        font-size: 40px;
        font-weight: bold;
        letter-spacing: -0.5px;
        line-height: 48px;
        margin-bottom: 0;
    }
    .body-text-1, .body-text-2 {
        font-size: 16px;
        font-weight: 300;
        letter-spacing: -0.2px;
        line-height: 24px;
    }
}

@media (min-width: 993px) {
    .w-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

