.overlap-card {
    margin-bottom: 85px;
}

.overlap-card.last {
    margin-bottom: 30px;
}

.blue-overlap-card {
  background: linear-gradient(180deg, #29539B 0%, #1E3B70 100%);
  /* border-radius: 24px; */
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 40px;
  display: flex;
  align-items: center;
  max-height: 350px;
}

.whilte-overlap-card {
  background: #FFFFFF66;
  backdrop-filter: blur(30px);
  box-shadow: 2.5px 2.5px 15px 0px #0000001A;
  border-radius: 24px;
  max-height: 350px;
  margin-left: -25px;
  padding: 20px 15px;
}

.blue-overlap-card img {
  max-width: 275px;
  margin-top: 15px;
  margin-left: -70px;
}

.overlap-step-label {
    color: #3D5A97;
    font-size: 14px;
    margin-bottom: 10px;
}

.overlap-step-title {
    font-size: clamp(16px, 2.8vw, 36px);
}

.overlap-step-desc {
    font-size: 14px;
    line-height: 1.25;
}

@media only screen and (min-width: 460px) and (max-width: 550px) {
    .whilte-overlap-card {
        margin-left: -40px;
    }

    .blue-overlap-card {
        max-height: 300px;
    }

    .blue-overlap-card img {
        max-width: 250px;
        margin-top: 16px;
    }
}

@media only screen and (min-width: 394px) and (max-width: 459.9px) {
    .overlap-step-label {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .overlap-step-title {
        font-size: clamp(14px, 2.8vw, 36px);
    }

    .overlap-step-desc {
        font-size: 12px;
        line-height: 1.2;
    }

    .whilte-overlap-card {
        margin-left: -40px;
    }

    .blue-overlap-card {
        max-height: 270px;
    }

    .blue-overlap-card img {
        max-width: 215px;
        margin-top: 16px;
        margin-left: -62px;
    }

    .overlap-card {
        margin-bottom: 65px;
    }

    .overlap-card.last {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 344px) and (max-width: 393.9px) {
    .overlap-step-label {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .overlap-step-title {
        font-size: clamp(15px, 2.8vw, 36px);
    }

    .overlap-step-desc {
        font-size: 13px;
        line-height: 1.2;
    }

    .whilte-overlap-card {
        margin-left: -55px;
    }

    .blue-overlap-card {
        max-height: 270px;
    }

    .blue-overlap-card img {
        max-width: 200px;
        margin-top: 16px;
        margin-left: -75px;
    }

    .overlap-card {
        margin-bottom: 65px;
    }

    .overlap-card.last {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 343.9px) {
    .overlap-step-label {
        font-size: 12px;
        margin-bottom: 9px;
    }

    .overlap-step-title {
        font-size: clamp(14px, 2.8vw, 36px);
    }

    .overlap-step-desc {
        font-size: 12px;
        line-height: 1.2;
    }

    .whilte-overlap-card {
        margin-left: -55px;
    }

    .blue-overlap-card {
        max-height: 270px;
    }

    .blue-overlap-card img {
        max-width: 200px;
        margin-top: 16px;
        margin-left: -75px;
    }

    .overlap-card {
        margin-bottom: 65px;
    }

    .overlap-card.last {
        margin-bottom: 30px;
    }
}