.NyBigBox {}

.Nybanner .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 75px;
}

.Nybanner .container h2 {
    color: #000;
}

.Nybanner .container h1 {
    color: #ACACAC;
    font-size: 16px;
}

.NyContent {
    margin-top: 120px;
    background: #f1f1f1;
}

@media (max-width: 992px) {
    .Nybanner .container {
        padding-bottom: 45px;
    }
}

@media (max-width: 1440px) {}

@media (max-width: 1200px) {}

@media (max-width: 640px) {
    .Nybanner .container h1 {
        padding-bottom: 10px;
    }
}

/* box1 */

.box1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box1 .aa {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.box1 .aa h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 30px;
}

.box1 .aa .img {
    width: 100%;
    overflow: hidden;
}

.box1 .aa .img img {
    width: 100%;
    transition: 0.5s;
}

.box1 .aa:hover .img img {
    transform: scale(1.08)
}

.box1 .text {
    width: 45%;
}

.box1 .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #545454;
    margin-bottom: 15px;
}

.box1 .text p:last-child {
    margin: 0;
}

@media (max-width: 1200px) {
    .box1 .aa {
        width: 100%;
        margin-bottom: 30px;
    }

    .box1 .text {
        width: 100%;
    }

    .box1 .aa h1 {
        font-size: 32px;
    }
}

@media (max-width: 992px) {
    .box1 .aa h1 {
        font-size: 32px;
    }
}

@media (max-width: 640px) {
    .box1 .aa h1 {
        font-size: 24px;
    }
}

.NyContent {
    margin-top: 120px;
    background: #f1f1f1;
}


@media (max-width: 992px) {
    .NyContent {
        margin-top: 90px;
    }
}

@media (max-width: 640px) {
    .NyContent {
        margin-top: 60px;
    }
}