.cap_line {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    outline: none;
}
.cap_line a {
    text-decoration: none !important;
    display: flex;
    height: 32px;
    padding: 0 9px;
    justify-content: start;
    align-items: center;
    gap: 6px;
    border-radius: 32px;
    background: var(--Graphite-Gray, #1e2329);
    color: var(--Silver-White, #eaecef);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
}
.cap_line a:hover {
    cursor: pointer;
    background: #2b3139;
    transition: all 0.3s ease;
    border-radius: 32px;
    background: var(--Graphite-Gray, #1e2329);
    box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.06),
        0 0 0 1px rgba(255, 255, 255, 0.06), 0 0 0 1px #1e2329,
        0 0 1px 1.5px rgba(0, 0, 0, 0.24), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
}

.cap_line button span {
    color: #eaecef;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
}
.cap_line h2,
.cap_line h1 {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    font-size: 1.2em;
    margin: 10px 0;
    color: var(--Silver-White, #eaecef);
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    text-transform: capitalize;
}
.cap_line a {
    color: #eaecef;
}

@media (max-width: 768px) {
    .cap_line h2,
    .cap_line h1 {
        justify-content: end;
    }
}
