.competition-theme .container .monthly-exams-container{
    display: flex;
    justify-content: center;
}
.competition-theme .container .monthly-exams-container .type{
    margin: 0 15px;
    position: relative;
}
.competition-theme .container .monthly-exams-container .type a{
    padding: 0;
}
.competition-theme .container .monthly-exams-container .type .title{
    position: absolute;
    top: 59%;
    left: 50%;
    font-size: 15px;
    transform: translate(-50%);
}
.competition-theme .container .monthly-exams-container .type img{
    filter: drop-shadow(5px 11px 14px #222);
}