/* Force CTA to be inline */
.hs-web-interactive-inline,
.hs-web-interactive-inline a,
.hs-web-interactive-inline p {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}
<style>
  .hs-web-interactive-inline p,
  .hs-web-interactive-inline a,
  .hs-web-interactive-inline a p,
  .hs-web-interactive-inline span {
    font-size: inherit !important;
    font-family: inherit !important;
    color: blue !important;
    text-decoration: underline;
  }
</style>
        @font-face {
          font-family: 'MyCustomFont';
          src: url('') format('woff2'),
               url('') format('woff');
          font-weight: normal;
          font-style: normal;
        }

.mit-item-text {
display: flex;
flex-direction: column;
gap: 10px;
}

.mega-menu {
padding: 0px !important;
}

.mega-img-text-con {
margin-top: 0px !important;
}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/