.about{
    background: var(--primary-color);
    text-align: center;
    padding-top: 200px;
    margin-top: -250px;
}

.about-banner{
    height: 75.5px;
    background: url('../img/freedom-title-about.png') no-repeat center;
    background-size: 71%;
}

.about-title {
    font-weight: 800;
    font-size: 32px;
    width: 500px;
    margin: 0 auto;
    padding-top: 128px;
}

.about-paragraph{
    text-align: justify;
}

.about-paragraph p{
    width: 600px;
    margin: 2em auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}


.about .container a{
    background-color: var(--second-color);
    display: flex;
    width: 540px;
    padding: 15px 30px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-color);
}
.about .container a img{
    width: 40px;
}

.about-logo-eco{
    width: 92px;
    margin: 82px auto;
}

.about-banner-bottom {
    height: 100px;
    background: url('../img/banner-freedom-black.png') no-repeat bottom center;
    background-size: 130%;
}

@media (max-width: 992px){
    .about-banner{
        background-size: 75%;
    }

    .about-title {
        font-weight: bold;
        font-size: 22px;
        width: 95%;
        padding-top: 100px;
    }

    .about-paragraph p{
        width: 95%;
        margin: 2em auto;
        font-size: 14px;

    }
    
    .about .container a{
        width: 50%;
        margin: 0 auto;
        font-size: 14px;
    }
    .about-banner-bottom {
        height: 49px;
        background-size: 180%;
    }
}

@media (max-width: 762px){
    .about-banner{
        background-size: 95%;
    }

    .about-title {
        font-weight: bold;
        font-size: 22px;
        width: 95%;
        padding-top: 70px;
    }

    .about .container a{
        width: 95%;
        font-size: 15px;
        line-height: 18px;
        padding: 15px 10px;
        justify-content: space-around;
    }

    .about-banner-bottom {
        height: 49px;
        background-size: 200%;
    }
}

