.fs-sm{
    font-size:11px;
}
.lh-xsm{
    line-height:1.6;
}
.text-justify{
    text-align: justify;
}
.bg-gray{
    background-color: lightgray;
    
}
.cover-tab{
    background-color: #f0f0f5;
    border-radius:20px;  
    margin-bottom:30px;
    
}
.main-bullet{
    font-size:22px;
    font-weight:700;
    padding:7px 50px 7px 50px;
    height:auto;
    margin-left:35px;
}
.para{
    color:darkslategrey;
    line-height:30px;
    font-size:16px;
    text-align:justify;
    padding:25px 35px 25px 35px;
    box-sizing:border-box;
    height: auto;
    
}
.para h5{
    margin-top:10px;
}
.para-left{
    display:inline-block;
    float:left;   
    padding-right:8%;
    height:410px;
    padding-top:60px;
    line-height:40px;
    box-sizing:border-box;
}
.para-right{
    display:inline-block;
    float:left;
    height:410px;
    box-sizing:border-box;
}
.para-img{
    width:400px;
    height:300px;
    object-fit:cover;
    border-radius:15px;
    box-sizing:border-box;
    display:inline-block;
}
.ul-style{
    list-style-type: disc;
    font-size:16px;
    list-style-position: outside;
}
.ol-style{
    list-style-type:decimal;
    font-size:16px;
    list-style-position: outside;
    
}
.ol-style li{
    margin-bottom:25px;
}
.cv{
    height:450px;
}
@media only screen and (max-width: 768px) {
    .cv{
        height:900px !important;
    }
    .para-img{
    width:300px;
    height:250px;
    object-fit:cover;
    border-radius:15px;
    box-sizing:border-box;
    display:inline-block;
}
}