.why-us-section {
     width: 100%;
     background: #ffffff;
     padding: 45px 20px 55px;
}

.why-us-container {
     max-width: 1800px;
     margin: 0 auto;
}

.why-us-container h2 {
     text-align: center;
     font-size: 42px;
     line-height: 1.2;
     font-weight: 700;
     color: #000;
     margin: 0 0 28px;
}

.why-us-content {
     display: grid;
     grid-template-columns: 1fr 1fr;
     align-items: start;
     gap: 20px;
     max-width: 1280px;
     margin: 0 auto;
}

.why-us-image img {
     width: 100%;
     height: 440px;
     object-fit: cover;
     display: block;
}

.why-us-list ul {
     list-style: none;
     padding: 0;
     margin: 0;
}

.why-us-list li {
     position: relative;
     font-size: 18px;
     line-height: 1.65;
     color: #000;
     margin-bottom: 12px;
     padding-left: 24px;
}

.why-us-list li::before {
     content: "";
     position: absolute;
     left: 0;
     top: 10px;
     width: 13px;
     height: 13px;
     background: #111;
     border-radius: 50%;
}

@media (max-width: 992px) {
     .why-us-container h2 {
          font-size: 36px;
     }

     .why-us-content {
          grid-template-columns: 1fr;
          gap: 28px;
     }

     .why-us-image img {
          height: 380px;
     }
}

@media (max-width: 576px) {
     .why-us-section {
          padding: 35px 15px 45px;
     }

     .why-us-container h2 {
          font-size: 30px;
          margin-bottom: 22px;
     }

     .why-us-image img {
          height: 260px;
     }

     .why-us-list li {
          font-size: 16px;
          line-height: 1.55;
          margin-bottom: 10px;
     }

     .why-us-list li::before {
          width: 11px;
          height: 11px;
          top: 8px;
     }
}
.strength-section {
     width: 100%;
     background: #fff;
     padding: 45px 20px 60px;
}

.strength-container {
     max-width: 1800px;
     margin: 0 auto;
}

.strength-container h2 {
     text-align: center;
     font-size: 42px;
     line-height: 1.2;
     font-weight: 700;
     color: #000;
     margin: 0 0 25px;
     letter-spacing: 1px;
}

.strength-text {
     max-width: 1350px;
     margin: 0 auto;
}

.strength-text p,
.what-text p {
     font-size: 18px;
     line-height: 1.65;
     font-weight: 600;
     color: #000;
     margin: 0 0 22px;
}

.what-title {
     margin-top: 42px !important;
     margin-bottom: 35px !important;
}

.what-content {
     max-width: 1350px;
     margin: 0 auto;
     display: grid;
     grid-template-columns: 390px 1fr;
     gap: 30px;
     align-items: start;
}

.what-image img {
     width: 100%;
     height: 260px;
     object-fit: cover;
     display: block;
}

.what-text {
     padding-top: 0;
}

/* Tablet */
@media (max-width: 992px) {
     .strength-container h2 {
          font-size: 36px;
     }

     .what-content {
          grid-template-columns: 1fr;
          gap: 25px;
     }

     .what-image img {
          height: 330px;
     }
}

/* Mobile */
@media (max-width: 576px) {
     .strength-section {
          padding: 35px 15px 45px;
     }

     .strength-container h2 {
          font-size: 30px;
          margin-bottom: 20px;
     }

     .what-title {
          margin-top: 30px !important;
          margin-bottom: 25px !important;
     }

     .strength-text p,
     .what-text p {
          font-size: 16px;
          line-height: 1.55;
          margin-bottom: 18px;
     }

     .what-image img {
          height: 230px;
     }
}
.partner-section {
     width: 100%;
     background: #fff;
     padding: 10px 20px 45px;
}

.partner-container {
     max-width: 1200px;
     margin: 0 auto;
}

.partner-container p {
     font-size: 18px;
     line-height: 1.65;
     font-weight: 600;
     color: #000;
     margin: 0 0 20px;
}

/* Tablet */
@media (max-width: 992px) {
     .partner-container {
          max-width: 100%;
     }

     .partner-container p {
          font-size: 17px;
     }
}

/* Mobile */
@media (max-width: 576px) {
     .partner-section {
          padding: 5px 15px 35px;
     }

     .partner-container p {
          font-size: 16px;
          line-height: 1.55;
          margin-bottom: 18px;
     }
}