.flexible-content-section.why-us-2-section {
  margin: 0 48px 48px 48px;
}
@media (max-width: 768px) {
  .flexible-content-section.why-us-2-section {
    margin: 0 24px 24px 24px;
  }
}
@media (max-width: 480px) {
  .flexible-content-section.why-us-2-section {
    margin: 80px 20px 20px 20px;
  }
}

.why-us-2-wrapper {
  position: relative;
  height: 790px;
  overflow: hidden;
}
.why-us-2-wrapper .why-us-2-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.why-us-2-wrapper video.why-us-2-background {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-us-2-wrapper .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.65;
  z-index: 1;
  pointer-events: none;
}
.why-us-2-wrapper .why-us-2-content {
  position: relative;
  z-index: 2;
  padding: 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1024px) {
  .why-us-2-wrapper {
    height: auto;
  }
  .why-us-2-wrapper .why-us-2-content {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .why-us-2-wrapper {
    padding-top: 25px;
  }
  .why-us-2-wrapper .why-us-2-content {
    padding-top: 32px;
  }
}
@media (max-width: 480px) {
  .why-us-2-wrapper {
    padding-top: 5px;
  }
  .why-us-2-wrapper .why-us-2-content {
    padding-top: 24px;
  }
}
.why-us-2-wrapper .section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
}
.why-us-2-wrapper .section-title {
  margin: 0;
  color: var(--color-white);
  font-variant-numeric: lining-nums tabular-nums;
  font-family: var(--champagne-font-stack);
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 80%;
  letter-spacing: 0%;
  text-align: left;
}
.why-us-2-wrapper .section-title p {
  margin: 0;
  color: inherit;
  font-variant-numeric: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.why-us-2-wrapper .section-logo img {
  display: block;
  width: 126px;
  height: 57px;
}
.why-us-2-wrapper .items-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 0;
  flex: 1;
}
.why-us-2-wrapper .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #A1A1A5;
  width: 95%;
}
.why-us-2-wrapper .item-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
}
.why-us-2-wrapper .item-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-us-2-wrapper .item-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}
.why-us-2-wrapper .item-text {
  width: 493px;
  margin-left: auto;
  color: var(--color-white);
  font-family: "Gotham Pro", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-top: 8px;
}
.why-us-2-wrapper .item-text p {
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
@media (min-width: 1260px) and (max-width: 1366px) {
  .why-us-2-wrapper .item-text {
    width: auto;
    margin-left: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .why-us-2-wrapper .item-text {
    font-size: 23px;
    margin-left: 40px;
  }
}
@media (max-width: 1024px) {
  .why-us-2-wrapper .section-title {
    font-size: clamp(60px, 9.76vw, 100px);
  }
  .why-us-2-wrapper .section-logo img {
    width: auto;
    height: 45px;
  }
  .why-us-2-wrapper .section-header {
    margin-bottom: 32px;
  }
  .why-us-2-wrapper .item-icon {
    width: 60px;
    height: 60px;
  }
  .why-us-2-wrapper .item-text {
    width: auto;
    max-width: 400px;
    font-size: 20px;
  }
  .why-us-2-wrapper .item-content {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .why-us-2-wrapper .section-title {
    font-size: clamp(48px, 10.4vw, 80px);
  }
  .why-us-2-wrapper .section-logo img {
    height: 40px;
  }
  .why-us-2-wrapper .section-header {
    margin-bottom: 24px;
  }
  .why-us-2-wrapper .items-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .why-us-2-wrapper .item {
    width: 100%;
  }
  .why-us-2-wrapper .item-icon {
    width: 50px;
    height: 50px;
  }
  .why-us-2-wrapper .item-text {
    width: auto;
    max-width: none;
    font-size: 18px;
    padding-top: 4px;
  }
  .why-us-2-wrapper .item-content {
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .why-us-2-wrapper .why-us-2-content {
    padding: 46px 29px 48px 29px;
  }
  .why-us-2-wrapper .section-header {
    margin-bottom: 60px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
  .why-us-2-wrapper .section-title {
    font-size: 48px;
    line-height: 100%;
    max-width: 200px;
  }
  .why-us-2-wrapper .section-logo img {
    width: 74px;
    height: auto;
    margin-top: -8px;
  }
  .why-us-2-wrapper .items-grid {
    counter-reset: item-counter;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .why-us-2-wrapper .item {
    width: 100%;
    border-bottom: 1px solid #A1A1A5;
    padding: 24px 0;
    counter-increment: item-counter;
  }
  .why-us-2-wrapper .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .why-us-2-wrapper .item:first-child {
    padding-top: 0;
  }
  .why-us-2-wrapper .item-content {
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    position: relative;
  }
  .why-us-2-wrapper .item-content::before {
    content: "0" counter(item-counter);
    font-family: "Gotham Pro", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    flex-shrink: 0;
  }
  .why-us-2-wrapper .item:nth-child(odd) .item-content::before {
    color: #F96C40;
  }
  .why-us-2-wrapper .item:nth-child(even) .item-content::before {
    color: #28C41A;
  }
  .why-us-2-wrapper .item-icon {
    display: none;
  }
  .why-us-2-wrapper .item-text {
    font-family: "Gotham Pro", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: var(--color-white);
    padding-top: 0;
    max-width: 100%;
    flex: 1;
  }
}
