.built-to-extend-section {
  padding: 53px 0px 0;
  background: linear-gradient(180deg, rgba(172, 224, 249, 0.49) -62.84%, rgb(246 238 230) 44.47%);
}

.built-to-extend-section .full-container {
  display: flex;
  gap: 0 100px;
  max-width: 1058px;
  padding: 0 20px;
  align-items: center;
  margin: 0 auto;
}

.built-to-extend-section .full-container .left-content {
  width: 60%;
}

.built-to-extend-section .full-container .right-content {
  width: 40%;
}

.built-to-extend-section .full-container .right-content .content-box {
  max-width: 434px;
}

.built-to-extend-section .full-container .sub-head-title {
  font-family: Biotif;
  font-weight: 600;
  font-size: 50px;
  line-height: 63px;
  letter-spacing: -0.01em;
  color: #0A1B2B;
  margin: 0 0 20px 0;
  padding: 0;
}

.built-to-extend-section .full-container p {
  font-family: Biotif;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  margin: 0 0 15px 0;
  padding: 0;
}

.built-to-extend-section .full-container p:last-child {
  margin: 0;
  padding: 0
}

.built-to-extend-section .button-box a {
  border-radius: 10px;
  background: #FFBE63;
  color: #000;
  display: inline-block;
  padding: 10px 30px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  height: 45px;
  max-width: 188px;
  margin: 0;
  width: 100%;
  letter-spacing: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.built-to-extend-section .button-box {
  margin-top: 38px;
}

@media all and (max-width:1080px) {
  .built-to-extend-section .full-container {
    gap: 0 75px;
  }

  .built-to-extend-section .full-container .sub-head-title {
    font-size: 44px;
    line-height: 57px;
  }
}

@media all and (max-width:991px) {
  .built-to-extend-section .full-container {
    gap: 40px;
  }
  .built-to-extend-section .full-container .right-content, .built-to-extend-section .full-container .left-content {
    width: 50%;
}
}
@media all and (max-width:767px) {
.built-to-extend-section .full-container { 
    gap: 0px; 
    flex-direction: column-reverse;
    align-items: start;
    padding: 0 15px;
}
  .built-to-extend-section .full-container .right-content, .built-to-extend-section .full-container .left-content {
    width: 100%;
}
.built-to-extend-section .full-container .sub-head-title { 
    font-size: 32px;
    line-height: 42px; 
    max-width: 318px;
}
.built-to-extend-section .button-box {
    margin-top: 26px;
}
}