#finevision_banner{
    position: absolute;
    z-index: 999;
    top: 30px !important;
    right: 210px;
}
@media screen and (max-width: 1024px){
    #finevision_banner {
        display: none !important
    }
}
.special{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    line-height: 21px;
    white-space: nowrap;
    color: #fff;
    text-decoration: underline;
    cursor: pointer
}
.special__icon{
    height: 38px;
    width: 38px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
    flex-shrink: 0;
}