.w-45 {
    width:45%;
}
.featured-in-section {
  background-color: #f4f4f4;
}
.featured-in-section .left {
  background-color: #ef0c72;
}
.featured-in-section .left .shape {
  width: 0;
  height: 0;
  border-top: 65px solid transparent;
  border-left: 45px solid #ef0c72;
  border-bottom: 65px solid transparent;
  transform: translateX(45px);
}
.featured-in-section .right {
  background-color: #f4f4f4;
  padding: 30px 0 30px 80px;
}
.featured-in-section .tt {
  font-size: 18px;
  white-space: nowrap;
  padding-inline-end: 40px;
  font-weight: 600;
  text-align: right;
}
.title-32 {
  font-size: 32px;
  font-weight: 700;
}
.black {
  color: #000;
}
.are-you-section {
  padding-block: 90px;
}
.are-you-section .head {
  margin-bottom: 60px;
}
.f-600 {
  font-weight: 600;
}
.are-you-section .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 40px;
}
.are-you-section .item {
  border: 1px solid #d4d3d3;
  border-radius: 10px;
  padding: 45px 30px 30px 30px;
}
.are-you-section .ttt {
  font-size: 22px;
  margin-bottom: 40px;
  min-height:66px;
  
}
.upp {
  text-transform: uppercase;
}
.are-you-section figure {
  margin-bottom: 40px;
}
.are-you-section .dddd {
  padding-inline: 0px;
}
.are-you-section figure img {
  height: 102px;
}
.trust-section {
  background: url(../images/pink.png) no-repeat;
  background-size: cover;
  padding-block: 30px;
}
.trust-section .box {
  gap: 60px;
}
.f-300 {
  font-weight: 300;
}
.what-section .box {
  gap: 80px;
}
.what-section:nth-of-type(even) .box {
  flex-direction: row-reverse;
}
.left-right-what-wrapper {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding-block: 100px;
}
.fight-section {
  background: url(../images/fight.png) no-repeat center center;
}
.fight-section .right {
  max-width: 500px;
}
.what2-section,
.fight-section {
  padding-block: 100px;
}
.fight-section .box,
.what2-section .box {
  gap: 100px;
}
@media (max-width: 1024px) {
  .featured-in-section .container {
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-left: 0 !important;
  }
  .are-you-section .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .left-right-what-wrapper .box,
  .fight-section .box {
    flex-direction: column-reverse !important;
    gap: 40px;
  }
  .fight-section .box,
  .what2-section .box {
    gap: 20px;
  }
  .what2-section .box {
    flex-direction: column;
  }
  .left-right-what-wrapper .box > *,
  .fight-section .box > *,
  .what2-section .box > * {
    width: 100%;
  }
  .are-you-section .dddd {
    padding-inline: 0px;
  }
  .left-right-what-wrapper {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .featured-in-section .box {
    flex-direction: column;
  }
  .featured-in-section .left .shape {
    width: 0;
    height: 0;
    border: 0 solid #ef0c72;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #ef0c72;
    transform: translatey(20px);
  }
  .featured-in-section .left, .trust-section .box {
    display: flex;
    flex-direction: column;
  }
  .featured-in-section .right {
    padding: 40px 0 30px 0px;
  }
  .featured-in-section .tt {
    margin: 0 !important;
    padding: 0;
    padding-top: 25px;
  }
  .trust-section .box {
    gap: 30px;
    text-align: center;
  }
  .featured-in-section .shape-wrapper {
    height: 20px;
  }
  .are-you-section , .fight-section, 
  .what2-section {
    padding-block: 50px;
  }
  .title-32 {
    font-size: 26px;
  }
  .title-32 br {
    display: none;
  }
  .are-you-section .head {
    margin-bottom: 30px;
}
.are-you-section .box {
  grid-template-columns: repeat(1, 1fr);
}
.left-right-what-wrapper {
  padding-bottom: 50px;
}
.featured-in-section .container {
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}
.featured-in-section .left {
  margin: 0!important;
}
.featured-in-section  .right, .featured-in-section .left {
  padding-inline: 12px;
  width:100%;
}
.hero-banner.new-hero-banner {
    padding-top: 120px;
    padding-bottom: 60px;
}
}