.homeAboutSection {
    padding: 60px 0;
}
.homeAboutSectionRight img {
    width: 100%;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.homeAboutSectionLeft p {
    font-size: 15px;
    text-align: justify;
}

.sectionHeader {
    padding-bottom: 50px;
}
.sectionHeader h2 {
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
    font-weight: bold;
}

.headLine {
    width: 100px;
    height: 2px;
    background: #080606;
    text-align: center;
    margin: 0 auto;
}

.homeAboutSectionLeft h3 {
    font-size: 22px;
    font-weight: bold;
}


.missionVissionRow {
    margin-top: 50px;
}
.missionVissionLeft img {
    width: 100%;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.missionVissionRight p {
    font-size: 14px;
    text-align: justify;
}
.card-title {
    text-align: center;
}

.missionVissionRight h3 {
    font-size: 22px;
    font-weight: bold;
}

.serviceGrid {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-left: 3px solid #8a2be2;
    border-right: 3px solid #0c0ce4;
}

.serviceGrid img {
    border-radius: 20px;
}
