.hero-section {
    height: 100vh;
    width: 100vw;
    background-image: url("/images/bg-hero-welcome-new.png");
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow-y: hidden;
}

.hero-content {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 50px;
}

.content-left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 80px;
}

.content-left h1 {
    color: #F1842F;
    font-size: 52px;
}

.content-left p {
    color: #FFFFFF;
    font-size: 20px;
}


.content-left .box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.content-right {
    height: 100%;
    width: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.content-right img {
    height: 90%;
    width: 100%;
    margin-bottom: -140px;
}


.content-box {
    margin: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 80vh;
    gap: 100px;
}

.content-box-left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
}

.content-box-left h1 {
    color: #000000;
    font-size: 40px;
}


.content-box-left p {
    color: #000000;
    font-size: 20px;
}

.content-box-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-box-right img {
    height: 85%;
    width: 100%;
}
