*{
    margin: 0;
    padding: 0;
}
.suva{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 40px 0 0 0;
    font-family: 'Poppins', sans-serif;
}
a{
    text-decoration: none;
}
.container{
    width: 100%;
}
.suva .zone{
    width: 270px;
    height: auto;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    margin-bottom: 40px;
}
.suva .zone .sub{
    padding:10px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background-color: #1F507C;
    color: #fff;
}
.suva .zone .box{
    padding:10px 0 10px 10px;
    color: #252525;
    font-size: 18px;
    border: 1px solid rgb(180, 180, 180);
    font-weight: 600;
    background-color: #fff;
    text-decoration: none;
    transition: all ease .5s;
}
.suva .zone .box:hover{
    text-decoration: underline rgb(14, 23, 150);

}
.suva .class{
    width: 900px;
    margin-bottom: 40px;
    height: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.suva .class .sub{
    display: flex;
    height: auto;
    width: auto;
}
.suva .class .sub .count{
    padding:10px 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background-color: #1F507C;
    color: #fff;
}
.suva .class .sub .clas{
    padding:10px 0;
    width: 90px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background-color: #1F507C;
    color: #fff;
}
.suva .class .sub .title{
    padding:10px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background-color: #1F507C;
    color: #fff;
    width: 460px;
}
.suva .class .sub .date{
    padding:10px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background-color:#1F507C;
    color: #fff;
    width: 240px;
}
.suva .class .sub .action{
    padding:10px 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background-color: #1F507C;
    color: #fff;
}
.suva .class .sub_wh{
    display: flex;
    height: auto;
    width: auto;
    background-color:#fff;
}
.suva .class .sub_wh .count{
    padding:10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #252525;
    width: 40px;
}
.suva .class .sub_wh .clas{
    padding:10px 0;
    width: 80px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #252525;
}
.suva .class .sub_wh .title{
    padding:10px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #252525;
    width:450px;
}
.suva .class .sub_wh .date{
    padding:10px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #252525;
    width: 240px;
}
.suva .class .sub_wh .action a{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #0A58CA;
    /* color: #202020; */
    width: 100px;
    cursor: pointer;
}
.suva .class .sub_gr{
    display: flex;
    height: auto;
    width: auto;
    background-color:#B3C7D8;
}
.suva .class .sub_gr .count{
    padding:10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 40px;
}
.suva .class .sub_gr .clas{
    padding:10px 0;
    width: 80px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.suva .class .sub_gr .title{
    padding:10px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    width:450px;
}
.suva .class .sub_gr .date{
    padding:10px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    width: 240px;
}
.suva .class .sub_gr .action a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #0A58CA;
    /* color: #202020; */
    width: 100px;
    cursor: pointer;
    height: 100%;
}


@media (max-width:1000px) {
    .suva .class{
        width: 100%;
    }
}
@media (max-width:388px) {
    .suva .class .sub .count {
        padding: 10px 0;
        font-size: 5.5vw;
        align-content: center;
    }
    .suva .class .sub .action{
        padding: 10px 0;
        font-size: 5.5vw;
        align-content: center;
    }
    .suva .class .sub .clas{
        font-size: 5.5vw;
        align-content: center;
    }
    .suva .class .sub .title{
        font-size: 5.5vw;
        align-content: center;
    }
    .suva .class .sub .date{
        font-size: 5.5vw;
        align-content: center;
    }
}