.go-icon {
   border-radius: 160px;
    border: 1px solid #00A153;
    background: #00A153;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    padding: 8px 25px;
    display: inline-block;
    transition: 400ms ease all;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
}