
.ngjs-form-3{
    padding: 35px 12px;
}
.ngjs-form-3-container{
    max-width: 1190px;
    padding: 35px 12px;
    margin: 0 auto;
}

.ngjs-form-3-content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.ngjs-form-3-info{
    width: 42%;
    max-width: 510px;
}
.ngjs-form-3-info h2{
    color: #090914;
    font-weight: 600;
    font-size: 52px;
    margin-bottom: 21px;
}
.ngjs-form-3-info p{
    color: #52525B;
    font-size: 16px;
    line-height: 1.6;
    min-height: 24px;
}
.ngjs-form-3-img{
    width: 55%;
    max-width: 636px;
}
.ngjs-form-3-img img{
    width: 100%;
    border-radius: 20px;
}

.ngjs-form-3-address{
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
    margin-bottom: 0;
}
.ngjs-form-3-item{
    padding: 12px 3%;
    width: 25%;
}
.ngjs-form-3-item:first-child{
    padding-left: 0;
}
.ngjs-form-3-item:nth-child(4n+5){
    padding-left: 0;
}
.ngjs-form-3-item:nth-child(4n+4){
    padding-right: 0;
}
.ngjs-form-3-item h3{
    color: #2563EB;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 15px;
    min-height: 15px;
}
.ngjs-form-3-item p{
    color: #090914;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    min-height: 24px;
}



@media (max-width: 991px){

    .ngjs-form-3-info{
        width: 47%;
    }
    .ngjs-form-3-img{
        width: 50%;
    }
    .ngjs-form-3-info h2{
        font-size: 30px;
    }
    .ngjs-form-3-info p{
        font-size: 14px;
        line-height: 1.5;
    }
    .ngjs-form-3-item{
        padding: 12px 10px;
    }
    .ngjs-form-3-item p{
        font-size: 14px;
    }
}
@media (max-width: 767px){

    .ngjs-form-3, .ngjs-form-3-container{
        padding: 25px 12px;
    }
    .ngjs-form-3-container{
        max-width: 386px;
    }
    .ngjs-form-2-form > h2{
        font-size: 26px;
    }
    .ngjs-form-2-form >p{
        font-size: 16px;
    }
    .ngjs-form-3-info,.ngjs-form-3-img{
        width: 100%;
    }

    .ngjs-form-3-address{
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 24px;
    }
    .ngjs-form-3-item{
        width: 50%;
        padding: 12px 10px!important;
    }
}
