.ult {
    padding-bottom: 0;
    overflow: hidden;
}

.ult .article-wrapper {
    width: 100%;
}

.ult-wrapper {
    position: relative;
    width: 100%;
    height: 75vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ult-1 {
    position: absolute;
    top: 0; left: -50px;
    width: 50%;
    z-index: 1;
}

.ult-text {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    margin-left: 40rem;
    z-index: 10;
}

.ult-logo {
    width: 120px;
    margin-bottom: 1.5rem;
}

.ult-text h4 {
    color: #222;
    font-size: 100px;
    font-weight: 800;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.ult-text h4 span {
    font-size: 50px;
}

.ult-text h5 {
    color: #222;
    font-size: 32px;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    margin-top: 1rem;
}

.ult-text h5 span {
    font-size: 24px;
}

.ult-text p {
    width: 680px;
    color: #222;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 500;
    margin-top: 3rem;
}


.ult2 {
    position: relative;
    padding-top: 200px;
}

.ult2::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 55%;
    height: 75%;
    background-color: #f6f3f0;
    z-index: 1;
}

.ult2 .article-wrapper {
    width: 80%;
    z-index: 10;
}

.ult2-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 7rem;
}

.ult2-text h5 {
    color: #222;
    font-size: 55px;
    font-weight: 400;
    line-height: 1.3;
}

.ult2-text h5 span {
    font-weight: 700;
}

.ult2-text p {
    color: #777;
    font-size: 19px;
    line-height: 1.7;
    font-weight: 400;
    margin-top: 2rem;
}

.ult2-image {
    width: 50%;
}

.ult2-image img {
    box-shadow: -20px 20px 30px rgba(0, 0, 0, .07);
}


.ult3 {
    overflow: hidden;
}

.ult3-wrapper {
    width: 100%;
    padding: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    border-radius: 20px;
    background: url(../images/ult3-bg.jpg) no-repeat;
    background-position: right;
    background-size: cover;
}

.ult3-text h5 {
    color: #ef8804;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 500;
    white-space: nowrap;
}

.ult3-text p {
    color: #777;
    font-size: 22px;
    line-height: 1.65;
    margin-top: 1.5rem;
}



/*==================================================*/
@media (min-width: 2250px) {
    .ult2::before {
        width: 50%;
    }
    
    .ult-text {
        margin-left: 30rem;
    }
}


@media (max-width: 1919px) {
    .ult2 .article-wrapper {
        width: 90%;
    }
    
    .ult2-image {
        width: 700px;
        min-width: 700px;
    }
}


@media (max-width: 1650px) {
    .ult2-text h5 {
        font-size: 45px;
    }
    
    .ult2-text p br {
        display: none;
    }
}


@media (max-width: 1450px) {
    .ult-wrapper {
        height: 65vh;
    }
    
    .ult-text p {
        width: 90%;
    }
}


@media (max-width: 1350px) {
    .ult2 {
        padding-top: 120px;
    }

    .ult2::before {
        width: 100%;
        height: 70%;
    }
    
    .ult2-wrapper {
        flex-direction: column;
        gap: 3rem;
    }

    .ult2-image {
        width: 100%;
        min-width: unset;
    }

    .ult2-image img {
        float: right;
    }
}


@media (max-width: 1250px) {
    .ult-wrapper {
        overflow: unset;
    }
    
    .ult-1 {
        top: unset;
        bottom: 0;
    }

    .ult-text {
        margin-top: 5%;
        margin-left: 50%;
    }

    .ult3-wrapper {
        padding: 80px;
    }

    .ult-cert {
        width: 35%;
    }
}


@media (max-width: 1050px) {
    .ult-wrapper {
        height: 750px;
    }
    
    .ult-logo {
        width: 100px;
    }
    
    .ult-text h4 {
        font-size: 85px;
    }

    .ult-text h4 span {
        font-size: 40px;
    }

    .ult-text h5 {
        font-size: 28px;
    }

    .ult-text h5 span {
        font-size: 22px;
    }

    .ult-text p {
        font-size: 18px;
        margin-top: 2rem;
    }

    .ult3-wrapper {
        padding: 60px 0;
    }
    
    .ult3-text h5 {
        font-size: 32px;
    }

    .ult3-text p {
        font-size: 19px;
    }
}


@media (max-width: 768px) {
    .ult-wrapper {
        height: 1000px;
        overflow: hidden;
    }

    .ult-1 {
        left: unset;
        right: 0;
        width: 450px;
        min-width: 450px;
        bottom: -20%;
    }
    
    .ult-text {
        margin-left: 0;
    }

    .ult2 .article-wrapper {
        width: 100%;
    }

    .ult3-wrapper {
        padding: 50px 20px;
        flex-direction: column;
        gap: 2rem;
    }

    .ult3-text {
        text-align: center;
    }
}



@media (max-width: 550px) {
    .ult-wrapper {
        height: auto;
        padding-bottom: 130%;
    }
    
    .ult-1 {
        width: 100%;
        min-width: 100%;
    }
    
    .ult-logo {
        width: 60px;
        margin-bottom: 1rem;
    }
    
    .ult-text h4 {
        font-size: 65px;
    }

    .ult-text h4 span {
        font-size: 30px;
    }

    .ult-text h5 {
        font-size: 24px;
    }

    .ult-text h5 span {
        font-size: 18px;
    }

    .ult-text p {
        font-size: 15px;
    }

    .ult2 {
        padding: 100px 0 50px 0;
    }
    
    .ult2-wrapper {
        gap: 2rem
    }
    
    .ult2-text h5 {
        font-size: 36px;
    }

    .ult2-text p {
        font-size: 15px;
        margin-top: 1.5rem;
    }

    .ult3-wrapper {
        border-radius: 10px;
    }

    .ult-cert {
        width: 50%;
    }

    .ult3-text h5 {
        font-size: 24px;
    }

    .ult3-text p {
        font-size: 14px;
        margin-top: 10px;
    }
}


@media (max-width: 450px) {
    .ult-text p {
        font-size: 13px;
        margin-top: 1.5rem;
    }
}