.aof-trust{
    position: relative;
    z-index: 2;
}
.aof-trust .aoft-col-wrapper {
    background-color: #fff;
    border-radius: 40px;
    position: relative;
    padding: 60px 30px;
}

/* .aof-trust .aoft-content-wrapper.last {
    border: none;
    margin-bottom: 0;
} */

.aof-trust .aoft-content-wrapper {
    margin-bottom: 120px;
    padding: 5px 15px 20px;
    border: 1px solid #458ED3;
    border-radius: 20px;
}

.aof-trust .aoft-content-wrapper .aoft-icon {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #458ED3;
    border-radius: 50%;
    text-align: center;
    padding-top: 21px;
    margin: 0px auto 24px;
    transform: translateY(-60px);
    transition: all 0.7s ease-in-out;
}

.aof-trust .aoft-content-wrapper .aoft-icon i {
    font-size: 32px;
  background-color: #458ED3;
  color: #fff;
  border-radius: 50%;
  padding: 0 8px;
  transition: all 0.7s ease-in-out;
  width: 56px;
  height: 56px;
  line-height: 56px;
}

.aof-trust .aoft-content-wrapper .aoft-text {
    text-align: center;
    margin-top: -60px;
}

.aof-trust .aoft-content-wrapper:hover .aoft-icon {
    background-color: #458ED3;
}

.aof-trust .aoft-content-wrapper:hover .aoft-icon i {
    background-color: #fff;
    color: #458ED3;
}

.aof-trust .aoft-content-wrapper .aoft-text h4 {
    transition: all 0.7s ease-in-out;
    font-size: 20px;
}

.aof-trust .aoft-content-wrapper:hover .aoft-text h4 {
    color: #458ED3;
}

@media (min-width:992px) {
    .aof-trust .aoft-col-wrapper {
        margin-top: -155px;
        padding: 20px;
    }

    .aof-trust .aoft-content-wrapper {
        /* border-right: 1px solid #458ED3; */
        margin-bottom: 0px;
        border: none;
    }

    .has-border {
        border-right: 1px solid #458ED3;
    }

}

@media (min-width:1200px) {
       .aof-trust .aoft-content-wrapper .aoft-text h4 {
        font-size: 28px;
    }

}