* {
    box-sizing: border-box;
    margin: 0;
}

.about {
    font-family: 'Merriweather', serif;
    color: #4c4c4c;
    font-size: 13px;
    line-height: 23px;
    text-align: justify;
    margin-top: 80px;
}

.img-1 {
    float: left;
    max-width: 350px;
    height: 350px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.title-about {
    font-size: 25px;
    text-align: center;
    color: #343838 !important;
    margin-top: 5%;
    margin-bottom: 30px;
    z-index: -1;
    font-family: 'Merriweather', serif !important;
    font-weight: 600;
    opacity: 0.8;
}

.about-p p,
.about-p span {
    font-size: 15px !important;
    font-weight: 400;
    line-height: 27px;
    color: #4c4c4c;
    font-family: 'Merriweather', serif !important;
}



@media only screen and (max-width:992px) {
    .about {
        margin-top: 20%;
    }
}


@media only screen and (max-width:767px) {
    .about {
        margin-top: 30%;
    }

    .img-1 {
        width: 100% !important;
        height: 270px !important;
        padding: 15px;
        object-fit: contain;
    }

    .about-p p,
    .about-p span {
        padding: 15px !important;
        font-size: 13px !important;
    }

    .title-about {
        font-size: 30px;
    }
}

@media only screen and (max-width: 376px) {

    .img-1 {
        height: 270px !important;
    }

    .title-about {
        font-size: 25px;
    }

    .about {
        margin-top: 40%;
    }
}

@media only screen and (max-width:375px) {

    .about {
        margin-top: 40%;
    }
}

@media only screen and (max-width: 320px) {

    .about {
        margin-top: 40%;
    }

    .img-1 {
        height: 200px !important;
    }

    .title-about {
        font-size: 21px !important;
    }
}