.justify-content-center{
    justify-content: center;
    display: flex;
}

.cilo-section p.sub-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #4E576B;
}
.pl-40{
    padding-left: 40px;
}
.pr-40{
    padding-right: 40px;
}

.clio-ic h3{
    font-weight: 600;
font-size: 18px;
line-height: 150%;
letter-spacing: -0.01em;
color: #1A2557;
}
.clio-ic p{
    font-weight: 400;
font-size: 16px;
line-height: 150%;
letter-spacing: -0.01em;
color: #4E576B;
}
.align-items-center{
    align-items: center;
    display: flex;
}

.number-point{
    width: 30px;
height: 30px;
font-weight: 500;
font-size: 14px;
line-height: 150%;
background: #0069FF;
text-align: center;
letter-spacing: 0.01em;
border-radius: 50%;
color: #FFFFFF;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 15px;
}
.padded40{
    padding: 40px 0;
}
.sdw-clio{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.pt-3{
    padding-top:30px;
}
.row-reverce{
    flex-direction: row-reverse;
}
.eym{
    position: relative;
    padding-left: 40px;
}
.eym h3{
    font-weight: 600;
font-size: 18px;
line-height: 150%;
letter-spacing: -0.01em;
color: #1A2557;
margin-bottom: 10px;

}
.eym .number-point{
    position: absolute;
    left: 0;
    margin-bottom: 0;
    top: 0;
}
.eym p{
    font-weight: 400;
font-size: 14px;
line-height: 150%;
letter-spacing: 0.01em;
color: #1A2557;
}

@media only screen and (max-width:767px){
    .align-items-center{
        display: inline-block;
    }
    .clio-ic{
        padding: 20px 0 0 0;
        text-align: center;
    }
    .padded40{
        padding: 20px 0;
    }
}