.or{position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-transform: uppercase;
    color: rgb(131, 146, 165);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 15px 0px;
}
.or::after, .or::before {
    content: "";
    display: block;
    flex: 1 1 0%;
    height: 1px;
    background-color: rgb(229, 233, 242);
}
.or::after {
    margin-left: 10px;
}
.or::before {
    margin-right: 10px;
}
.web-bt{position: absolute;
    right: 13px;
    bottom: 20px;}
.web-bt a {color:#333366}