.other_smyya_title .index_title{
    font-weight: bold;
}
.other_smyya_title .index_sub_title{
    color: #6a717a;
}
.other_smyya_wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.other_smyya_wrapper li{
    flex: 0 0 33.333333%;
    width: 33.333333%;
    padding: 0 15px;
}
.other_smyya_wrapper_content{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.other_smyya_wrapper_t{
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
}
.other_smyya_wrapper_t span{
    font-size: 30px;
    font-weight: bold;
}
.other_smyya_wrapper_t p{
    font-size: 24px;
    color: #919191;
    font-weight: bold;
}
.other_smyya_wrapper_content .other_smyya_wrapper_b{
    flex: auto;
    box-shadow: 0 0 40px 10px rgba(0,0,0,.05);
    border-radius: 8px;
    background-color: #fff;
    padding: 2.5vw 1.5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.other_smyya_wrapper_b{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.other_smyya_wrapper_b span{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}
.other_smyya_wrapper_b span a{
    color: #333;
    margin-left: 10px;
}

@media(max-width: 1200px) {
    .other_smyya_wrapper li{
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 30px;
    }
    .other_smyya_wrapper_content .other_smyya_wrapper_b{
        padding: 20px;
    }
    .other_smyya_wrapper_b span{
        padding-left: 0 !important;
    }
    .other_smyya_wrapper_b span{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media(max-width: 767px) {
    .other_smyya_wrapper_t span{
        font-size: 20px;
    }
    .other_smyya_wrapper_t p,.other_smyya_wrapper_b span{
        font-size: 16px;
    }
}