.bf-5050 {
    padding: 140px 100px;
    background: #112C51 url(/wp-content/uploads/2025/12/Pattern-02-cropped.svg) no-repeat left bottom;
  }
  
  
  .bf-5050 h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal !important;
  }

  @media (max-width: 882px) {
    .bf-5050 h2 {
      font-family: 'Raleway', sans-serif;
      font-size: 36px;
    }
  }
  
  .bf-5050 p {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 145% */
  }
  
  .bf-5050 a {
    font-family: 'Raleway', sans-serif;
    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;
    gap: 10px;
    border-radius: 32.5px;
    border: 1px solid #FEFEFE;
        transition: all 0.3s ease;

  }
  
  .bf-5050 span {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    width: 80%;
  }
  
  .bf-5050 .tree-icon {
    padding-top: 69px;
  }

    @media (min-width: 1024px) {
      .gap-50 {
        margin-left: 50px;
      }
    }

  .no-padding-top {
    padding-top: 0px !important;
    background: #112C51 !important;

  }

  section.bf-5050 img {
    border-radius: 18px;
}

.bf-5050  a:hover {
    background: #fff;
    color: #061733 !important;
}
@media (max-width: 800px) {

.bf-5050 {
    padding: 80px 16px;
        background: #112C51 url(/wp-content/uploads/2025/12/Pattern-02-cropped.svg) no-repeat !important;
    background-position: right -116px bottom 0px !important;
    background-size: 70% !important;
}

.bf-5050 .tree-icon {
    padding-top: 0px;
    display: block !important;
}
.tree-icon .flex-col {
    margin-top: 24px !important;
}

 }

@media (max-width: 375px) {

 .bf-5050 img.w-full.h-full.object-cover {
    max-width: 343px; 
    max-height: 325px;
 }

}