.tpl-ribbon-nova-sm-no-link__body .vs-text {   font-size: 16px;   font-style: normal;   font-weight: 300;   line-height: 20px;   letter-spacing: -0.32px;   width: 100%;   text-align: end;}   .tpl-ribbon-nova-sm-no-link__wrapper {     width: 100%;     margin: 0 auto;     display: flex;     flex-direction: row-reverse !important;     justify-content: space-between;     align-items: center; padding-top: 0px;  }
.vs-title-2__medium{display: none;}
div.vs-component.tpl-ribbon-nova-sm-no-link{min-height: 120px !important;}
@media only screen and (max-width: 768px){
.tpl-ribbon-nova-sm-no-link__wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column !important;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 14px;
  }
  .tpl-ribbon-nova-sm-no-link {
  max-height: 120px;
}
}
.tpl-ribbon-nova-sm-no-link__logo {
  margin-bottom: 4px !important;
}