* {
  margin: 0;
}

.b-container {
  position: relative;
  background-image: url('/media/homepage/Highlight.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 507px;
  width: 100%;
}

.blue-img {
  height: 507px;
  width: 71.94%;
  left: 0px;
  top: 0px;
}

.v-container {
  position: absolute;
  left: 264px;
  top: 0px;
}

.b-l {
  width: 141px;
  height: 126px;
}

.t-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 32px;

  position: absolute;
  width: 36.74%;
  height: 233px;
  left: 116px;
  top: 165px;
}

.banner-btn {
  cursor: pointer;
  height: 55px;
  padding: 5px 23px 5px 23px;
  border: 1px solid #00233A;
  box-sizing: border-box;
  align-items: center;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #00233A;
  font-family: 'AvantGarde Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
}

.banner-btn:hover {
  cursor: pointer;
  color: white;
}

.blue-alt-m {
  display: none;
  
}



@media screen and (max-width: 768px) {
  .small-dark-banner {
    font-size: 48px;
    line-height: 50px;

  }

  .small-paragraph {
    font-size: 16px;
  }

  .t-mobile {
    margin: 54px 0px 30px 40px;
  }

  .t-mobile-center {
    text-align: center;
    width: 90%;
    height: 179px;
    padding-top: 30px;
    margin-top: 20px;
    /* margin-left: 0px; */

  }

  .blue-img {
    display: none;
  }

  .b-l {
    display: none;
  }

  .t-container {
    display: none;
  }

  .b-mobile {
    margin-top: 50px;
  }

  .b-container {
    position: relative;
    background-image: url('/media/homepage/mobile-banner.png') ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 232px;
    width: 100%;
  }

  .blue-alt-m {
    display: flex;
    flex-direction: column;
    background-color: #16BAE7;
    height: 448px;
    width: 100%;
    gap: 30px;
  
  }
  


}