.ms-sym {}
.ms-sym-title-con {
    color: #707070;
    text-align: center;
    margin: 5% auto;
}
.ms-sym-title {
    font-weight: 400;
    font-size: calc(1rem + 1vw);
}
.ms-sym-subtitle {
    font-weight: 400;
    margin-top: 1%;
    font-size: calc(0.6rem + 0.6vw);
}
.ms-sym-con { 
    display: flex;
    width: 63%;
    margin: 8% auto;
    justify-content: center;
}
.ms-sym-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0 30%;
}
.ms-sym-img {}
.ms-sym-itemtitle {
    font-weight: 400;
    margin-top: 1%;
    font-size: calc(0.8rem + 0.8vw);
    text-align: center;
    color: #707070;
    margin-top: 10%;
}



@media (max-width: 768px) {
   .ms-sym-con {
   flex-direction: column;
} 
.ms-sym-item {
    margin-bottom: 10%;
}
}