@font-face{ font-family: 'ZohoPuvi'; src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.woff2') format('woff2'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.ttf') format('truetype'); font-style: normal; font-weight: 300; font-display: swap}@font-face{ font-family: 'ZohoPuvi'; src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.woff2') format('woff2'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap}@font-face{ font-family: 'ZohoPuvi'; src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.woff2') format('woff2'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.ttf') format('truetype'); font-style: normal; font-weight: 700; font-display: swap}body{ font-family: 'ZohoPuvi', sans-serif}
.mdmfea .clickband {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 0px;
}
.mdmfea.topband h3 {
    font-weight: 400;
    width: 75%;
    margin: auto;
}
.mdmfea.seo{
   padding: 0px;
}
.mdmfea.topband .clickband h4{
    color: rgb(0, 185, 0);
}
.mdmfea.topband .clickband .cta{
    background-color:unset;
}
.mdmfea.topband .clickband .cta img{
    width: 165px;
}
.mdmfea.intro .flex {
    max-width: 1000px;
    align-items: normal !important;
}
.mdmfea.intro .box{
   margin: 20px !important;
}
.mdmfea.intro .box:nth-child(2),.mdmfea.intro .box:nth-child(4) {
    width: 100px;
}
.mdmfea.intro.active .flex .box h3{
    font-size: 17px;
}

@media(max-width: 768px){
.mdmfea .clickband {
    grid-gap: 10px;
}
.mdmfea.intro .box:nth-child(2), .mdmfea.intro .box:nth-child(4) {
    display: none;
}
}
