.ent-banner-5050 {
    padding: 80px 100px 140px 100px;
    background: #061733 url(/wp-content/uploads/2025/05/Hero-element.svg) no-repeat  calc(100% - -30px)  bottom;
}
  
.ent-banner-5050 h1 {
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -1px;
}

.ent-banner-5050 img {
  border-radius: 22px;;
}


@media (max-width: 767px) {
  .ent-banner-5050 {
    padding: 48px  16px 80px 16px;
        background-size: 55%; /* Adjust the size to 50% on mobile */

  }
  .ent-banner-5050 h1 {
    font-size: 32px;
  }
}

 .ent-banner-5050 p {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
     max-width: 504.711px;
}


 .ent-banner-5050 a {
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 235.714% */
  letter-spacing: 1px;
  text-transform: uppercase;
    padding: 8px 27px;
    justify-content: center;
    align-items: center;
    border-radius: 32.5px;
    border: 1px solid #FEFEFE;
        transition-property: all;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-duration: 150ms;
    max-width: 180px;
}

body .yellow-btn {
  background-color: #FFD600;
  border: 1px solid #FFD600 !important;
  color: #061733 !important;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1) !important; /* Add transition */
  max-width: 192px !important;
}



.yellow-btn:hover {
    color: #112c51 !important;
    background: #ffe979 !important;
      transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1) !important; /* Apply the same transition */

}


