.about-img {
    width: 100% !important;
}

.about-title {
    color: darkgreen;
    ;
}

.about-content {
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
}


.stats-title {
    font-size: 28px;
    font-weight: bold;
    color: rgb(75, 4, 156);
    text-align: center;
}

.stats-content {
    font-size: 18px;
    font-weight: bold;
    color: brown;
    text-align: center;
}

.service-img {
    width: 100% !important;
    padding: 20px;
    object-fit: scale-down;
}

.services .details {
    margin: 50px 30px 0 30px !important;
    height: 300px;
}

.services .img {
    border-radius: 8px;
    overflow: hidden;
    height: 270px;
}

.service-title {
    color: blue;
    font-weight: bold !important;
    font-size: 16px !important;
}

.service-content {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: darkslategray;
}

.cantact-centent
{
    font-size: 18px !important;
    padding-top: 15px !important;
}
.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    color: blue;
}