
.content
{
    font-family: math;
    font-size: 10pt;
}
.common-content
{
    margin-top: 30px;
}
.sipping-title
{
    margin-bottom: 10px;
}
.sipping-title img
{
    width: 30px;
}
.sipping-title .title
{
    text-transform: capitalize;
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
}
.main-content .common-content .image-wrap img
{
    width: 100%;
}
.common-ul
{
    padding : 10px 25px;
    list-style-type: none;
    /* font-size: 1em; */
    
}
.common-ul li::before
{
    content : '- ';
    white-space: pre;
}
.common-ul li
{
    margin-top: 5px;
    display: flex;
}
.ul-max li
{
    margin-bottom: 15px;
}
ol.common-ul
{
    counter-reset: list-number;
}
ol.common-ul li::before
{
    counter-increment: list-number;
    content: "(" counters(list-number, ".") ") ";
}
.ul-title
{
    margin-left: 25px;
    margin-bottom: 5px
}
.content-four
{
    padding: 10px;
    background: #ededed;
    border-radius: 10px;
    text-align: center;
}
.content-four a 
{
    color : #000;
    text-decoration: none;
    position: relative;
}

.content-four a img
{
    width: 25px;
    position: absolute;
    left: -10px;
    top : -2px;
}
.no-top-gap
{
    margin-top: 0;
    padding-top: 0;;
}
.para-common
{
    /* font-size: 1em; */
    margin: 0;
    margin-left: 25px;
}
.strong
{
    font-weight: bold;
}
.text-uppercase
{
    text-transform: uppercase;
}