.section.metode {
  background-color: #ffd872;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 188px;
  position: relative;
  z-index: 1;
}

.method-card {
  background-color: white;
  border-radius: 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
  color: #060606;
  padding-top: 160px;
  position: relative;
  overflow: visible;
  width: 475px;
}

.circle-top {
  position: absolute;
  top: -125px;
  left: 50%;
  transform: translateX(-50%);
}

.metode .corner-decor {
  position: absolute;
  top: -41px;
  right: -30px;
  width: 120px;
  height: auto;
  z-index: 2;
}

.metode .circle-bg {
  width: 250px;
  height: 250px;
  background-color: #4960e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.metode .circle-bg img {
  width: 66%;
  height: auto;
}

.metode .blended-img {
  width: 53% !important;
}
 
.method-heading {
  font-size: 30px;
  min-height: 75px;
  display: flex;
  align-items: start;
  text-align: center;
  justify-content: center;
}

.method-body {
  margin-top: 11px;
  font-size: 30px;
}

/**Responsive**/
@media (max-width: 1700px) {
  .method-heading,
  .method-body {
    font-size: 28px;
  }
  .method-heading {
    min-height: 72px;
  }
  .method-card {
    width: 440px;
    margin-bottom: 64px;
    padding-top: 150px;
  }
  .metode .corner-decor {
    width: 110px;
  }
  .metode .circle-bg {
    width: 220px;
    height: 220px;
  }
  .methods {
    margin-top: 172px;
  }
}

@media (max-width: 1500px) {
  .method-heading,
  .method-body {
    font-size: 26px;
  }
  .method-heading {
    min-height: 68px;
  }
  .method-card {
    width: 400px;
    padding-top: 140px;
  }
  .metode .corner-decor {
    width: 100px;
  }
  .metode .circle-bg {
    width: 190px;
    height: 190px;
  }
  .metode .circle-top {
    top: -100px;
  }
  .methods {
    margin-top: 160px;
  }
}

@media (max-width: 1366px) {
  .method-heading,
  .method-body {
    font-size: 24px;
  }
  .method-heading {
    min-height: 64px;
  }
  .method-card {
    width: 360px;
    padding-top: 130px;
  }
  .metode .corner-decor {
    width: 90px;
  }
  .metode .circle-bg {
    width: 170px;
    height: 170px;
  }
  .methods {
    margin-top: 148px;
  }
}

@media (max-width: 1280px) {
  .method-heading {
    font-size: 19px;
    min-height: 56px;
  }
  .method-body {
    font-size: 18px;
  }
  .method-card {
    width: 320px;
    padding-top: 120px;
  }
  .metode .corner-decor {
    width: 80px;
  }
  .metode .circle-bg {
    width: 150px;
    height: 150px;
  }
  .metode .circle-top {
    top: -80px;
  }
  .methods {
    margin-top: 120px;
  }
}

@media (max-width: 1079px) {
  .method-card {
    padding-top: 110px;
  }
}

@media (max-width: 992px) {
  .method-heading,
  .method-body {
    font-size: 20px;
  }
  .method-heading {
    min-height: 54px;
  }
  .method-card {
    width: 280px;
    padding-top: 100px;
  }
  .metode .corner-decor {
    width: 70px;
    top: -35px;
  }
  .metode .circle-bg {
    width: 120px;
    height: 120px;
  }
  .metode .circle-top {
    top: -65px;
  }
  .methods {
    margin-top: 110px;
  }
}

@media (max-width: 768px) {
  .method-heading,
  .method-body {
    font-size: 18px;
  }
  .method-heading {
    min-height: 48px;
  }
  .method-card {
    width: 240px;
    padding-top: 80px;
  }
  .metode .corner-decor {
    width: 60px;
    top: -30px;
  }
  .metode .circle-bg {
    width: 100px;
    height: 100px;
  }
  .metode .circle-top {
    top: -50px;
  }
  .methods {
    margin-top: 90px;
  }
}

@media (max-width: 500px) {
  .method-heading,
  .method-body {
    font-size: 16px;
  }
  .method-card {
    width: 100%;
    max-width: 220px;
    padding-top: 75px;
  }
  .metode .corner-decor {
    width: 50px;
    top: -25px;
    right: -25px;
  }
  .metode .circle-bg {
    width: 80px;
    height: 80px;
  }
  .metode .circle-top {
    top: -45px;
  }
  .methods {
    margin-top: 78px;
  }
}
