.mega-component .fit{margin:0 auto;width:calc(100% - 60px)}
.mega-component .fit span{white-space:nowrap;display:inline-block}
.mega-component .fit.color-light-gray{color:rgba(147,154,167,0.25)}
.mega-component .container{color:var(--primary-color,#001965)}
.mega-component .container .link{cursor:pointer}
.mega-component .container .link .icon-right-arrow{font-size:12px;position:relative}
@media only screen and (max-width:1280px){.mega-component .fit{width:calc(100% - ((100vw / 24)) * 2)}
}
@media only screen and (max-width:525px){.mega-component .fit{width:calc(100% - ((100vw / 24)) * 4)}
}