.section-about{
    width: 100%;
    background-color: rgba(250,251,253,1);
    margin-top: 15rem;
}


.section-about__container .row {
    justify-content: center;
    align-items: center;
}

.section-about .text_box{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.section-about .heading__secondary {
    font-size: 2.2rem;
    color: #292929 !important;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    margin-bottom: 3rem;
}

.section-about .paragraph__secondary {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    font-style: italic;
    font-weight: 600;
}

.section-content{
    width: 100%;
    padding: 5rem 0;
}

.section-about__content{
    width: 80%;
    margin: 0 auto;
}

.section-about__content .section__about__content-logo{
    width: 10rem;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.section__about__content-logo img{
    width: 100%;
}

.section-about__content .section-about__content-info{
    width: 100%;
    text-align: left;
    padding: 2rem;
}
.section-about__content-info p{
    padding-bottom: 1rem;
    letter-spacing: .1px;
    font-weight: 400;
    color: #767676;
    font-size: 2.4rem;
    line-height: 1.7;
}


@media (max-width: 500px) {
    .section-about .heading__secondary {
        font-size: 3rem;
        color: #3E4249;
    }

    .section-about .paragraph__secondary {
        color: rgba(132, 137, 145, 1);
    }

    .section-about .text_box {
        width: 100%;
    }

    .section-about__content .section-about__content-info {
        padding: 1rem;
    }

    .section-about__content {
        width: 100%;
    }

    .section-about .heading__secondary {
        font-size: 2rem;
    }

    .section-about__content-info p {
        font-size: 2rem;
    }
}