.body_ocs_home{
    /* border: green solid 5px; */
}

.title_h1_ocs{
    text-align: center;
    font-size: 3.5rem;
}

.icons_parent{
    display: flex;
    justify-content: center;
    width: fit;
}

.icon_container{
    width: 300px;
    /* border: solid 4px black; */
    background-color: rgb(140, 219, 240);
    display: flex;
    flex-direction: column;
}

.img_icon{
    height: 300px;
    width: 300px;
    object-fit: contain;

}