#oty p{
    font-size: 18px;
    line-height: 180%;
}
#oty .ciul{
    width: calc(50% - 135px);
    display: inline-block;
    border: #014099 2px solid;
    border-radius: 50%;
    margin: 25px 20px;
}
#oty .ciul p{
    padding: 35px 5px;
    text-align: center;
    color: #014099;
    font-weight: 900;
    font-size: 24px;
    line-height: 120%;
}

#oty .dwe
{
    padding: 15px;
    width: 178px;
    background: rgb(252 252 252);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4baac1', endColorstr='#b0d46b',GradientType=1 );
    display: block;
    font-size: 22px;
    color: #484848;
    font-weight: 800;
    box-shadow: 0px 3px 6px #00000029;
}
#oty .flex-3{
    margin: 30px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#oty .flex-3 img{
    margin:5px;
}
#oty .inimm{
    font-size: 17px;
    font-weight: 200;
}
@media screen and (max-width: 768px) {
    #oty .ciul{
        width: calc(50% - 15px);
        margin:0;
    }
    #oty .ciul p{
    padding: 47px 23px;
    font-size: 20px;
}



}