.about--box {
    background-color: #E4F6FE;
    padding: 2rem 1rem;
}

.about--content h3 {
    font-size: 20px;
}

.about--content p {
    font-size: 15px;
    margin-top: 2rem;
    line-height: 26px;
}

.about--img {
    display: flex;
    justify-content: center;
    height: 100%;
}

.about--img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 5px;
}

@media(max-width:992px) {
    .about--content {
        margin-top: 2rem;
    }

    .about--content p {
        margin-top: 1rem;
    }
}


@media(max-width:768px) {
    .logo img {
        width: 100px;
    }

    .about--content p {
        font-size: 15px;
        margin-top: 10px;
    }

    .about--content {
        margin-top: 1rem;
    }

    .about--box {
        padding: 1rem 0px;
    }
}