.gcf-why-choose-us-section {
  background-image: linear-gradient(180deg, #ecf3fe 0%, #ffffff 100%);
}
.gcf-why-choose-us-section .why-choose-list {
  display: flex;
  flex-direction: column;
}
.gcf-why-choose-us-section .why-choose-item {
  padding: 32px 20px;
  border-bottom: 1px solid #eaeaea;
}
.gcf-why-choose-us-section .why-choose-item:last-child {
  border-bottom: none;
}
.gcf-why-choose-us-section .why-choose-title {
  font-size: 30px;
  font-weight: 500;
  color: #222762;
}
.gcf-why-choose-us-section .why-choose-description {
  font-size: 16px;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.6;
}
.gcf-why-choose-us-section .why-choose-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.gcf-why-choose-us-section .why-choose-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .gcf-why-choose-us-section .why-choose-list {
    gap: 24px;
    margin-bottom: 30px;
  }
  .gcf-why-choose-us-section .why-choose-title {
    font-size: 22px;
    padding-left: 0 !important;
  }
  .gcf-why-choose-us-section .why-choose-description {
    font-size: 14px;
  }
}
