
.termCustomCWrapper .termcustomFlex>div {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width:767px) {
    .termCustomCWrapper .termcustomFlex>div {
        flex-direction: column-reverse;
    }
    .termPageCustomContainer {
        padding-top: 35px;
    }
}