.article6 {
    padding: 0;
}

.a6-sec {
    position: relative;
    height: 100vh;
    margin-bottom: -12px;
}
.a6-sec:last-child {
    margin-bottom: 0;
}

.a6-sec-image {
    width: 100%;
    height: 100%;
}

.a6-sec-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.a6-sec-text {
    position: absolute;
    top: 15%; left: 15%;
}

.a6-sec:nth-child(2n-1) .a6-sec-text {
    left: unset;
    right: 15%;
}

.a6-sec-text h4 {
    color: #fff;
    font-size: 160px;
    font-family: 'Montserrat';
    margin-bottom: 2rem;
}

.a6-sec-text h4 span {
    color: rgba(255, 255, 255, .4);
    font-family: 'Montserrat';
}

.a6-sec-text h5 {
    color: #fff;
    font-size: 65px;
    line-height: 1.3;
}

.a6-sec-text p {
    color: rgba(255, 255, 255, .8);
    font-size: 19px;
    line-height: 1.7;
    margin-top: 3rem;
}


/*==================================================*/
@media (min-width: 2250px) {
    .a6-sec-image {
        width: 100%;
        height: auto;
    }
    
    .a6-sec-image img {
        width: 100%;
        height: auto;
        object-fit: unset;
    }
    
    .a6-sec-text {
        left: 20%;
    }
    
    .a6-sec:nth-child(2n-1) .a6-sec-text {
        right: 20%;
    }

    .a6-sec-text h4 {
        font-size: 180px;
    }
    
    .a6-sec-text h5 {
        font-size: 75px;
    }
    
    .a6-sec-text p {
        font-size: 22px;
    }
}


@media (max-width: 1625px) {
    .a6-sec-image {
        height: 100%;
    }
}


@media (max-width: 1250px) {
    .a6-sec {
        height: 800px;
    }

    .a6-sec-text {
        top: 10%; left: 10%;
    }
    
    .a6-sec:nth-child(2n-1) .a6-sec-text {
        left: unset;
        right: 10%;
    }

    .a6-sec-text h4 {
        font-size: 100px;
    }
    
    .a6-sec-text h5 {
        font-size: 55px;
    }
    
    .a6-sec-text p {
        font-size: 17px;
        margin-top: 2rem;
    }
}


@media (max-width: 768px) {
    .a6-sec {
        height: 600px;
    }

    .a6-sec:nth-child(2n) .a6-sec-image img {
        object-position: right;
    }
    .a6-sec:nth-child(2n-1) .a6-sec-image img {
        object-position: left;
    }
    
    .a6-sec-text {
        top: 7%; left: 7%;
        width: 50%;
    }
    
    .a6-sec:nth-child(2n-1) .a6-sec-text {
        left: unset;
        right: 7%;
    }

    .a6-sec-text h4 {
        font-size: 80px;
        text-shadow: 0 0 20px rgba(0, 0, 0, .3);
    }
    
    .a6-sec-text h5 {
        font-size: 45px;
        text-shadow: 0 0 20px rgba(0, 0, 0, .3);
    }
    
    .a6-sec-text p {
        font-size: 16px;
        text-shadow: 0 0 12px rgba(0, 0, 0, .3);
    }
}


@media (max-width: 600px) {
    .a6-sec {
        height: 500px;
    }

    .a6-sec-text h4 {
        font-size: 60px;
        margin-bottom: 1rem;
    }
    
    .a6-sec-text h5 {
        font-size: 28px;
    }
    
    .a6-sec-text p {
        font-size: 14px;
    }
}


@media (max-width: 450px) {
    .a6-sec {
        height: 400px;
    }

    .a6-sec-text h4 {
        font-size: 50px;
    }
    
    .a6-sec-text h5 {
        font-size: 22px;
    }
    
    .a6-sec-text p {
        font-size: 12px;
        margin-bottom: 1.5rem;
    }
}