.contact-us{
    width: 100%;
    height: 480px;
    overflow: hidden;
    background: linear-gradient(45deg, #7B50F8 9.92%, #2C00AB 90.51%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-text{
    display: flex;
    flex-direction: column;
    height: 244px;
    width: 763px;
    margin-left: 116px;
}
.contact-title{
    font-size: 64px;
    color: #fff;
    /* width: 100%; */
    width: 763px;
}
.contact-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 64px;
    margin-top: 40px;
}
.contact-mail-icon {
    width: 24px;
    height: 24px;
    margin-right: 20px;
    vertical-align: middle;
}
.consult-text{
    line-height: 64px;
    color: #fff;
    font-size: 32px;
    text-wrap: nowrap;
    margin-left: 20px;
}
.contact-icon {
    vertical-align: middle;
    height: 480px;
    position: sticky;
    right: 0;
}
.contact-btn{
    height: 64px;
    box-sizing: border-box;
    font-size: 24px;
    z-index: 100;
    position: relative;
}

 .contact-btn {
    height: 64px;
    box-sizing: border-box;
    font-size: 24px;
 }