.about_wrapper {
    padding: 80px 0;
}

.about_wrapper__content h1 {
    font-size: 30px;
    text-transform: capitalize;
}

.about_parra {
    margin-top: 1rem;
}

.about_parra p {
    margin-top: 12px;
    font-size: 17px;
    line-height: 27px;
}

.about_img img {
    width: 100%;
}

@media(max-width:768px) {
    .about_wrapper {
        padding: 50px 0;
    }

    .about_wrapper__content h1 {
        font-size: 22px;
    }

    .about_parra p {
        font-size: 15px;
        line-height: 25px;
    }
}