.footer-topic{
    font-weight: 500;
  }

  .footer-data{
    font-weight: 700;
    margin-top: -5px;
    transition: text-decoration 2s;
    text-decoration-color: #ffc107;
  }

  .footer-data:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.15em;

  }


  .uniInfo-footer{
    font-size: 14px;
  }

  .footerButton{
    border-radius: 25px;
    float: right;
  }

  .footerLogo{
    width: 20%;
  }

  .footerLogoMobile{
    width: 100%;
  }

  .copyRightText{
    margin-top: -10px;
  }

  .cbFooter{
   font-size: 12px;
  }


.input-subscribe{
    height: 50px !important;
    border-radius: 5px 0px 0px 5px !important;
}

.btn-subscribe{
    height: 50px !important;
    border-radius: 0px 5px 5px 0px !important;
}


