@media only screen and (min-width: 768px) {
    .pe-175 {
        padding-right: 175px;
    }
}

.line {
    width: 100%;
    background-color: var(--secondary-color);
    border-radius: 1px;
    height: 2px;
}

@media only screen and (min-width: 767px) {
    .line {
        max-width: 365px;
    }
}

.tx-uppercase {
    text-transform: uppercase;
}

.border-radius-20 {
    border-radius: 20px !important;
}