.new-page-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
    width: 100%;
    color: var(--wd-title-color);
}

.new-page-title-content{
    width: 50%;
    padding-top: 40px;
    max-width: 480px;
    margin-right: 40px;
}



.new-page-title h1{
    text-transform: uppercase;
    margin-bottom: 24px;
    font-size: 55px;
    line-height: 1.2;
    font-weight: 700;
}

.new-page-title p{

}

.new-page-title-text{
    font-size: 20px;
    line-height: 1.2;
    opacity: 0.8;
}

.new-page-title-image{
    width: 50%;
}


.new-page-title-image img{
    width: 100%;
    border-radius: 32px;
    display: block;
    max-height: 420px;
    object-fit: cover;
}

@media (max-width:1024px) {
    .new-page-title h1 {
        font-size: 36px;
    }

    .new-page-title-text {
        font-size: 18px;
    }
}

@media (max-width:768.98px) {
    .new-page-title {
        margin-bottom: 52px;
        display: block;
    }

    .new-page-title-content {
        padding-top: 0;
        margin-right: 0;
        max-width: none;
        width: 100%;
        margin-bottom: 24px;
    }

    .new-page-title h1 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .new-page-title-text {
        font-size: 14px;
    }

    .new-page-title-image {
        width: 100%;
    }

    .new-page-title-image img {
        border-radius: 12px;
    }
}

@media (max-width:475px){
    .new-page-title-image img {
        max-height: 300px;
    }
}
