 .chat-section {
    padding: 50px 0px;
    background: #d0b780;
    width: 100%;
}
.chat-section-title {
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 44px;
    color: #FFFFFF;
}

.chat-subtext {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}
a.button-block {
    text-transform: uppercase;
    font-size: 1rem;
    min-width: fit-content!important;
    padding: 0px 35px;
}
.cta-block {
    background: #fff!important;
}

.cta-block {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    text-transform: capitalize;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: relative;
    z-index: 0;
    padding: 10px 15px;
    overflow: hidden;
    border: 1px solid #d0b780;
    min-width: 204px;
    min-height: 48px;
}