#three_sections{
 background-color: #1a224c;
 padding: 70px;
}
#three_sections h4{
    color: white;
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
    font-size: 16px;
    padding: 5px 10px;
}
#three_sections p{
    color: white;
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
    font-size: 13px; 
    padding: 5px 10px;
}

.Ocm_div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ocmEngheading{
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
    font-size: 50px;
    font-weight: bold;
    color: #1a224c;
    text-align: center;

}
.ocmEngpara{
    text-align: center;
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
    color: #1a224c;
}

.OCMbutton{
    border-radius: 360px;
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
    background-color: #15958f; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;

}

.speciality-images{
    border-radius: 75px;
    height: 500px;
}