.nwg-main-contain-items-box { display: flex; justify-content: center; flex-wrap: wrap; }
.nwg-main-contain-items-box.order-2 { flex-direction: row-reverse; }
.nwg-main-contain-box { width: 50%; height: auto; }
.nwg-main-contain { padding: calc(100vw * 0.05); }
.nwg-title { text-align: left; font-size: 30px; line-height: 40px; font-weight: 700; margin-bottom: 20px; }
.nwg-description { font-size: 16px; line-height: 26px; font-weight: 500; padding-bottom: 24px; }
.nwg-main-contain-img-box { width: 50%; height: auto; overflow: hidden; }
.nwg-main-contain-img-box img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 992px) { .nwg-main-contain-box, .nwg-main-contain-img-box { width: 100%; } }
.animated-title-fadeIn, .animated-description-fadeIn {
    animation: fadeIn 1s ease-in-out;
}
.nwg-button{
padding: 12px 24px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 25px;
    line-height: 1;
}