.section-one-content {
    padding: clamp(1px, 2.5vw, 96px) clamp(1px, 2.777602vw, 106px);
    width: 100%;
    height: clamp(1px, 22.657vw, 870px);
    background: #FAFAFA;
    border-radius: clamp(1px, 0.9vw, 32px);
}

.section-one-icon img {
    width: clamp(1px, 4.167vw, 160px);
    height: clamp(1px, 4.167vw, 160px);
}

.section-two-content {
    width: clamp(1px, 62.5vw, 2400px);
}

.section-two-card {
    overflow: hidden;
    width: clamp(1px, 19.792vw, 760px);
    height: clamp(1px, 27.084vw, 1040px);
    background: #FFFFFF;
    border-radius: clamp(1px, 0.9vw, 32px);
}

.section-two-card-img img {
    width: 100%;
    height: clamp(1px, 10.4167vw, 400px);
    object-fit: cover;
}

.seciton .section-two-step-icon img {
    width: clamp(1px, 8.021vw, 308px);
    height: auto;
}

.section-three-img img {
    width: clamp(1px, 38.907vw, 1494px);
    height: auto;
}

.section-five-content {
    width: clamp(1px, 18.75vw, 720px);
    height: clamp(1px, 32.032vw, 1230px);
    background-color: #FFFFFF;
    border-radius: clamp(1px, 0.9vw, 32px);
}

.section-five-img img {
    width: 100%;
    height: clamp(1px, 18.75vw, 720px);
    object-fit: cover;
    object-position: center;
    border-top-left-radius: clamp(1px, 0.9vw, 32px);
    border-top-right-radius: clamp(1px, 0.9vw, 32px);
}

.book-icon img {
    width: clamp(1px, 1.042vw, 40px);
    min-width: clamp(1px, 1.042vw, 40px);
    height: clamp(1px, 1.042vw, 40px);
}

.supp-icon {
    width: clamp(1px, 2.292vw, 88px) !important;
    height: auto;
}

.arrow-icon {
    width: clamp(1px, 1.15vw, 44px);
    height: auto;
}

.line-left,
.line-right {
    width: clamp(1px, 23.1771vw, 890px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width:767px) {
    .section-one-content {
        padding: clamp(1px, 5.08905vw, 40px);
        height: 100%;
        border-radius: clamp(1px, 4vw, 32px);
    }

    .section-one-icon img {
        width: clamp(1px, 12.214vw, 160px);
        height: clamp(1px, 12.214vw, 160px);
    }

    .section-two-content {
        width: 100%;
    }

    .section-two-step-icon img {
        width: clamp(1px, 21.125vw, 308px);
        height: auto;
    }

    .section-two-card {
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        border-radius: clamp(1px, 4vw, 32px);
    }

    .section-two-card-img img {
        height: clamp(1px, 44.187vw, 400px);
    }

    .section-two-card h3 {
        font-size: clamp(1px, 4.58014vw, 64px) !important;
    }

    .section-two-card p {
        font-size: clamp(1px, 3.05343vw, 40px) !important;
    }

    .section-three-img img {
        width: 100%;
        height: auto;
        border-radius: clamp(1px, 4vw, 32px);
    }

    .section-five-content {
        width: 100%;
        height: 100%;
        background-color: #FFFFFF;
        border-radius: clamp(1px, 4vw, 32px);
    }

    .section-five-img img {
        width: 100%;
        height: clamp(1px, 87.003vw, 720px);
        border-top-left-radius: clamp(1px, 4vw, 32px);
        border-top-right-radius: clamp(1px, 4vw, 32px);
    }

    .book-icon img {
        width: clamp(1px, 2.744vw, 40px);
        min-width: clamp(1px, 2.744vw, 40px);
        height: clamp(1px, 2.744vw, 40px);
    }

    .supp-icon {
        width: clamp(1px, 5.117vw, 88px) !important;
        height: auto;
    }

    .arrow-icon {
        width: clamp(1px, 2.791vw, 44px);
        height: auto;
    }

    .line-left,
    .line-right {
        display: none;
    }
}