.btn-stand {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.btn-stand a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: var(--sec-bg-color);
    text-align: center;
    padding: 24px 51px;
}

.btn-stand a:hover {
    background: #091f70;
}