.end {
    height: 50vw;
    overflow: hidden;
}


.end .img_box img {
    width: 120%;
}

.acsess {
    padding-top: 6vw;
    width: 70%;
    height: 60%;
    margin: auto;
}



.h3first {
    color: white;
    font-weight: 600;
    font-size: clamp(25px, 1.7vw, 200px);
}

.h3second {
    color: white;
    font-weight: 600;
    font-size: clamp(25px, 1.7vw, 200px);
}

.h3-container {
    display: flex;
    gap: 1rem;

    flex-wrap: wrap;

}

.h3-container h3 {
    margin: 0;

}

.acsess .layout-2col {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding-top: 20px;

}

.acsess .layout-2col .layout-right {
    width: 47%;
}

.acsess .layout-2col .layout-left {
    color: white;
    font-size: clamp(20px, 1.2vw, 200px);
}

.acsess .layout-2col .layout-left {
    flex: 1;
}

.acsess .layout-2col iframe {
    /* width: 380px;
    height: 300px; */
    width: 25vw;
    height: 20vw;
}

.backcollar {

    width: 0px;
    height: 0px;
    z-index: -2;
    position: absolute;
}

@media (max-width: 900px) {
    .end {
        height: 165vw;
        overflow: hidden;
    }

    .h3first {
        font-weight: 500;
        font-size: 25px;
    }

    .h3second {
        font-weight: 500;
        font-size: 30px;
    }

    .h3-container {
        flex-direction: column;
        text-align: center;
        gap: 0;
    }

    .acsess {
        width: 100%;
        height: 100%;
        padding-top: 60px;
    }

    .acsess .layout-2col {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .acsess .layout-2col .layout-left {
        width: 90%;
        font-size: 3.36vw;
        text-align: center;
    }

    .acsess .layout-2col .layout-right {
        width: 100%;
        display: flex;
        justify-content: center;

        align-items: center;

    }

    .acsess .layout-2col iframe {
        width: 80%;
        height: auto;
        margin: auto;
    }


    .backcollar {
        margin-top: 100px;
        background-color: #179AC4;
        width: 100%;
        height: 650px;
        z-index: -2;
        position: absolute;
    }

}

@media (min-width: 601px) and (max-width: 1100px) {
    .end {
        height: 960px;
        overflow: hidden;
    }

    .h3first {
        font-weight: 500;
        font-size: 24px;
    }

    .h3second {
        font-weight: 502;
        font-size: 33px;
    }

    .h3-container {
        flex-direction: column;
        text-align: center;
        gap: 0;
        margin-top: 15px
    }

    .acsess {
        width: 100%;
        height: 100%;
        padding-top: 100px;
    }

    .acsess .layout-2col {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .acsess .layout-2col .layout-left {
        width: 90%;
        font-size: 3.36vw;
        text-align: center;
    }

    .acsess .layout-2col .layout-right {
        width: 100%;
        display: flex;
        justify-content: center;

        align-items: center;

    }

    .acsess .layout-2col iframe {
        width: 500px;
        height: 400px;
        margin: auto;
    }


    .backcollar {
        margin-top: 100px;
        background-color: #179AC4;
        width: 100%;
        height: 650px;
        z-index: -2;
        position: absolute;
    }
}