.tely-item{
    text-align: center;
    box-sizing: border-box;
    padding: 70px 0 30px !important;
}
.tely-item>p{
    margin: 30px 0 40px !important;
}
.tely-item p img{
    /*width: 100%;*/
    /*height: 100%;*/
    object-fit: none;
}

.tely-aq img{
    margin-top: 70px !important;
}
.cx-list{
    display: flex;
    flex-wrap: wrap;
}
.cx-item{
    width: 33.3%;
    padding: 80px 20px !important;
    box-sizing: border-box;
}
.cx-list .cx-item:nth-child(2n+1){
    background-color: #0069b7;
    color: #fff;
}
.cx-item .iconfont{
    font-size: 40px;
}
.cx-item p{
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px !important;
}
.cx-list{
    margin-top: 70px !important;
}
@media (max-width: 992px) {
    .tely-item{
        padding: 20px !important;
    }
    .tely-item>p{
        margin: 20px 0 30px !important;
    }
    .tely-aq img {
        margin-top: 30px !important;
    }
    .cx-list{
        margin-top: 30px !important;
    }
    cx-item {
        padding: 50px 20px !important;
    }
}
@media (max-width: 576px) {
    .cx-item{
        width: 50%;
        margin-top: 20px !important;
        padding: 30px 20px !important;
    }
    .cx-item:first-child{
        margin-top: 0px !important; 
    }
    
}