.ms-icon {
    width: 100%;
}
.ms-icon > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 5%;
}
.ms-icon-maintitle-con {
    margin: 5% 0 4% 0;
}
.ms-icon-maintitle {
    color: #707070;
    font-size: 2.625rem;
    font-weight: 300;
    text-align: center;
}
.ms-icon-con {
    display: flex;
    width: 70%;
    justify-content: space-evenly;
}
.ms-icon-icon {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ms-icon-icon img {
    max-width: 186px!important;
}
.ms-icon {}
.ms-icon-title {
    font-size: 1.5rem;
    color: #707070;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
}
.ms-icon-anchor {
    font-size: 1rem;
    background-color: #3289BE;
    color: white;
    padding: 9px;
    border-radius: 10px;
    margin-top: 5%;
}


@media (max-width: 1155px) {
  .ms-icon-con {
    width: 85%;
   }
}

@media (max-width: 991px) {
  .ms-icon-con {
    width: 95%;
   }
}

@media (max-width: 851px) {
    .ms-icon-con {
      flex-direction: column;
    }
    .ms-icon-icon {
        margin: 5% 0;
    }
    .ms-icon {
        padding-bottom: 5%;
    }
    .ms-icon-anchor {
        margin-top: 2%;
    }
    .ms-icon-maintitle {
        widtH: 90%;
        margin: 0 auto;
    }
    .ms-icon-title {
        margin-top: 0px;
    }
}