.row .h3 {
    text-align: justify;
    color: #222222 !important;
    font-size: 30px;

}

@media (max-width:492px) {
    .h3 {
        font-size: 23px !important;
    }

    .paraaa {
        font-size: 15px !important;
    }
}

@media (max-width:322px) {
    .h3 {
        font-size: 20px !important;
    }

    .paraaa {
        font-size: 13px !important;
    }
}

.image {
    width: 100%;
    border-radius: 10px;
    box-shadow: 2px 1px 3px 3px #b9b9b9;
}

.paraaa {
    text-align: justify;
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
    color: rgb(108, 106, 106) !important;
}