
.ngjs-form-5{
    display: flex;
    flex-wrap: wrap;
    padding-top: 175px;
    padding-bottom: 70px;
}
.ngjs-form-5-left{
    background: #326DEC;
    width: 50%;
    text-align: right;
    padding: 0 5% 70px;
}
.ngjs-form-5-left img{
    max-width: 509px!important;
    border-radius: 20px;
    margin-top: -105px;
    max-height: 645px;
    object-fit: cover;
    height: 45vw;
    width: 90%;
}


.ngjs-form-5-right{
    width: 50%;
    padding: 12px 4%;
}
.ngjs-form-5-info{
    max-width: 500px;
}
.ngjs-form-5-info > h2{
    min-height: 15px;
    color: #090914;
    font-weight: 600;
    font-size: clamp(35px, 4vw, 55px);
    letter-spacing: -1px;
}
.ngjs-form-5-address{
    display: flex;
    flex-wrap: wrap;
    margin-top: 5%;
    margin-bottom: 0;
    justify-content: space-between;
}
.ngjs-form-5-item{
    width: 48%;
    display: flex;
    align-items: flex-start;
    padding: 40px 0 6px;
}
.ngjs-form-5-item img{
    height: 21px;
    width: 21px;
    flex: 0 0 21px;
    margin-right: 18px;
}
.ngjs-form-5-item h3{
    font-weight: 500;
    font-size: 18px;
    min-height: 15px;
    margin-bottom: 19px;
}
.ngjs-form-5-item p{
    color: #52525B;
    font-size: 14px;
    min-height: 15px;
    margin-bottom: 1px;
}


@media (max-width: 991px){

    .ngjs-form-5-left{
        padding: 0 4% 40px;
    }
    .ngjs-form-5-left img{
        height: 53vw;
        width: 100%;
        margin-top: -50px;
    }
    .ngjs-form-5-item{
        padding: 30px 0 6px;
    }
    .ngjs-form-5-item img{
        height: 20px;
        width: 20px;
        flex: 0 0 20px;
        margin-right: 10px;
    }
    .ngjs-form-5-item h3{
        margin-bottom: 12px;
    }
}
@media (max-width: 767px){

    .ngjs-form-5{
        padding: 50px 0;
    }
    .ngjs-form-5-left, .ngjs-form-5-right{
        width: 100%;
    }
    .ngjs-form-5-left{
        order: 1;
        padding: 0 10% 40px;
        margin-top: 80px;
    }
    .ngjs-form-5-info{
        max-width: none;
    }
    .ngjs-form-5-left img{
        height: 100vw;
        width: 100%;
    }
    .ngjs-form-5-item img{
        height: 16px;
        width: 16px;
        flex: 0 0 16px;
    }
    .ngjs-form-5-right{
        padding: 0 24px 12px;
    }
    .ngjs-form-5-item h3{
        font-size: 16px;
    }
    .ngjs-form-5-item p{
        font-size: 13px;
    }
}
