.contact-us-content {
    padding: 0 13%;
    font-size: 15px;
    line-height: normal;
    color: #F4F5F6;
}

.contact-us-title {
    position: relative;
    margin-bottom: 5rem;
    color: #FDBB2C;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    z-index: 1;
}

.contact-us-blur {
    position: absolute;
    top: -25%;
    left: 50%;
    transform: translateX(-50%);
    width: 668px;
    height: 754px;
    background-image: url('../images/contact-us/blur-1.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.contact-us-livechat {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    padding-right: 200px;
    margin: auto;
    width: 422px;
    height: 172px;
    background-image: url('../images/contact-us/livechat-bg.png');
    background-size: 100%;
    font-size: 20px;
    font-weight: 500;
    z-index: 1;
}

.contact-us-livechat-btn {
    padding: 8px;
    width: 180px;
    color: #000000;
    background-color: #FDBB2C;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.contact-us-livechat-img {
    position: absolute;
    height: 190px;
    right: 0;
    bottom: 0;
}

.contact-us-text {
    position: relative;
    margin-top: 2rem;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    z-index: 1;
}

.contact-us-text>span {
    color: #FDBB2C;
}

.contact-us-divider {
    margin: 2rem 0 4rem;
    height: 2px;
    background-color: #7D7D7D4D;
}

.contact-us-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.contact-us-business {
    position: relative;
    padding: 2rem;
    width: 100%;
    height: 115px;
    font-size: 18px;
    background: linear-gradient(90deg, #172449 0%, #2652B2 100%);
    border-radius: 15px;
    z-index: 1;
}

.contact-us-business-img {
    position: absolute;
    right: -5px;
    bottom: -7px;
}

.contact-us-market {
    position: relative;
    padding: 2rem;
    width: 100%;
    height: 115px;
    font-size: 18px;
    background: linear-gradient(90deg, #152246 0%, #2652B1 100%);
    border-radius: 15px;
    z-index: 1;
}

.contact-us-market-img {
    position: absolute;
    right: -6px;
    top: 0;
    width: 105px;
}

.contact-us-email {
    color: #FDBB2C !important;
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
}