/* rows and columns */
.thm-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.thm-col-2,
.thm-col-6,
.thm-col-5,
.thm-col-12 {
    display: block;
    padding: 0px 15px;
}

.thm-col-2 {
    width: 20%;
}

.thm-col-5 {
    width: 40%;
}

.thm-col-6 {
    width: 50%;
}

.thm-col-12 {
    width: 100%;
}

@media (min-width: 990px) {
}

/* rows and columns end */
@media (max-width: 765px) {

    .thm-col-2,
    .thm-col-6,
    .thm-col-5,
    .thm-col-12 {
        width: 100%;
    }

}
@media (max-width: 242px) {
.thm-title{
font-size: 30px;
}
}