.finance-section {
  background-color: #F3F3F3;
  padding: 108px 0 100px 0;
  position: relative;
}
.finance-section::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 1;
  border-radius: clamp(70px, 8.8541666667vw, 170px) clamp(70px, 8.8541666667vw, 170px) 0 0;
}
.finance-section .finance-wrapper {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  position: relative;
  z-index: 3;
}
.finance-section .finance-header {
  text-align: center;
  max-width: 1232px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.finance-section .tag-label {
  background-color: #f8f9f8;
  padding: 16px;
  border-radius: 18px;
  display: inline-block;
  color: #3f3f3a;
  font-size: 26px;
  font-weight: 400;
  line-height: 92.308%;
}
.finance-section .finance-title {
  color: #3F3F3A;
  font-size: 56px;
  font-weight: 900;
  line-height: 103.571%;
  margin-bottom: 20px;
}
.finance-section .finance-desc {
  font-size: 22px;
  line-height: normal;
  font-weight: 400;
  color: #3F3F3A;
}
.finance-section .cards-container {
  display: flex;
  gap: 60px;
  width: 100%;
  justify-content: center;
}
.finance-section .finance-card {
  display: flex;
  flex-direction: column;
  width: 50%;
  border-radius: 80px;
  overflow: hidden;
  position: relative;
}
.finance-section .card-video {
  height: 535px;
  overflow: hidden;
}
.finance-section .card-video .finance-card-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.finance-section .card-content {
  background-color: #f3f3f3;
  padding: 30px 61px 96px 61px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex: 1;
}
.finance-section .card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  left: 0;
  top: 0;
}
.finance-section .card-img-box {
  width: auto;
  height: 70px;
  display: flex;
}
.finance-section .card-img-box .card-image {
  height: 100%;
  width: auto;
}
.finance-section .card-text {
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  color: #3F3F3A;
  text-align: right;
}
.finance-section .card-content-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 19px;
  justify-content: flex-end;
  z-index: 3;
}
.finance-section .card-content-bottom {
  width: fit-content;
  display: flex;
  z-index: 3;
  justify-content: flex-end;
  align-self: flex-end;
}
.finance-section .arrow-btn {
  width: 22px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.finance-section .card-content-top-box-mobile {
  display: none;
}
.finance-section .arrow-text {
  display: none;
}

@media all and (max-width: 1440px) and (min-width: 769px) {
  .finance-section {
    padding: clamp(60px, 7.5vw, 108px) 0 clamp(60px, 6.9444444444vw, 100px) 0;
  }
  .finance-section::after {
    border-radius: clamp(70px, 6.9444444444vw, 170px) clamp(70px, 6.9444444444vw, 170px) 0 0;
  }
  .finance-section .finance-wrapper {
    gap: clamp(24px, 3.4722222222vw, 50px);
  }
  .finance-section .finance-header {
    max-width: clamp(1000px, 85.5555555556vw, 1232px);
    gap: clamp(12px, 1.1111111111vw, 16px);
  }
  .finance-section .tag-label {
    padding: clamp(10px, 1.1111111111vw, 16px);
    border-radius: clamp(12px, 1.25vw, 18px);
    font-size: clamp(20px, 1.8055555556vw, 26px);
  }
  .finance-section .finance-title {
    font-size: clamp(32px, 3.8888888889vw, 56px);
    margin-bottom: clamp(12px, 1.3888888889vw, 20px);
  }
  .finance-section .finance-desc {
    font-size: clamp(16px, 1.5277777778vw, 22px);
  }
  .finance-section .cards-container {
    gap: clamp(24px, 4.1666666667vw, 60px);
  }
  .finance-section .finance-card {
    border-radius: clamp(40px, 5.5555555556vw, 80px);
  }
  .finance-section .card-video {
    height: clamp(320px, 37.1527777778vw, 535px);
  }
  .finance-section .card-content {
    padding: clamp(16px, 2.0833333333vw, 30px) clamp(24px, 4.2361111111vw, 61px) clamp(48px, 6.6666666667vw, 96px) clamp(24px, 4.2361111111vw, 61px);
    gap: clamp(6px, 0.6944444444vw, 10px);
  }
  .finance-section .card-img-box {
    height: clamp(40px, 4.8611111111vw, 70px);
  }
  .finance-section .card-text {
    font-size: clamp(16px, 1.5277777778vw, 22px);
  }
  .finance-section .card-content-top {
    gap: clamp(10px, 1.3194444444vw, 19px);
  }
  .finance-section .arrow-btn {
    width: clamp(14px, 1.5277777778vw, 22px);
  }
}
@media (max-width: 1024px) {
  .finance-section .cards-container {
    flex-direction: column;
    align-items: center;
  }
  .finance-section .finance-card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .finance-section {
    padding: 38px 0 30px;
  }
  .finance-section::after {
    border-radius: 50px 50px 0 0;
  }
  .finance-section .finance-wrapper {
    padding: 0 16px;
    gap: 32px;
  }
  .finance-section .finance-header {
    gap: 8px;
    max-width: 100%;
  }
  .finance-section .tag-label {
    padding: 8px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 171.429%;
  }
  .finance-section .finance-title {
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 16px;
    width: 90%;
  }
  .finance-section .finance-desc {
    font-size: 16px;
    line-height: normal;
    text-align: center;
  }
  .finance-section .cards-container {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: stretch;
  }
  .finance-section .finance-card {
    width: 100%;
    border-radius: 40px;
  }
  .finance-section .card-video {
    height: 54.7073791349vw;
  }
  .finance-section .card-video .finance-card-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .finance-section .card-content {
    padding: 16px 12px;
    align-items: stretch;
    gap: 14px;
  }
  .finance-section .card-img-box {
    height: 25px;
    justify-content: flex-end;
  }
  .finance-section .card-img-box .card-image {
    height: 100%;
    width: auto;
  }
  .finance-section .card-text {
    font-size: 16px;
    line-height: normal;
    text-align: center;
  }
  .finance-section .card-content-top-box-mobile {
    display: flex;
    gap: 16px;
    align-items: center;
  }
  .finance-section .card-content-top-box-desktop {
    display: none;
  }
  .finance-section .card-content-top-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .finance-section .card-content-top {
    align-items: center;
    gap: 14px;
  }
  .finance-section .card-content-top-title {
    color: #3F3F3A;
    font-size: 24px;
    font-weight: 900;
    line-height: 120%;
  }
  .finance-section .card-content-bottom {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    align-self: center;
  }
  .finance-section .arrow-text {
    display: block;
    color: #3F3F3A;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
  }
}

/*# sourceMappingURL=section-finance.css.map */
