.inscriptions {
    padding: 80px 0;
}

.inscriptions .tables-title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.inscriptions table {
    background-color: var(--color-blue-2);
    color: white !important;
}

.inscriptions thead {
    background-color: var(--color-blue);
}

.inscriptions .btn-inscription {
    background-color: var(--color-cian);
    color: #fff;
    padding: 19px 39px;
    font-size: 18px;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .2s all ease-in-out;
    border-radius: 0;
}

.inscriptions .btn-inscription:hover {
    color: white;
    opacity: 0.9;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 42px !important;
    }
}