h1, h2, h3, h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: 400;
}


.big-text {
    font-size: 25px;
}

.grey-card {
    background-color: #242424;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 1rem 5px 1rem 1rem;
    height: 100%;
}

.free-label-image {
    margin-right: auto;
}

.book-image {
    margin: 0 auto;
}

.masthead {
    padding: 50px 0;
}

#form-section {
    border-radius: 8px;
    background-color: #141414;
    border: 1px solid #000000;
    padding: 1rem;
}

#form-section .header {
    margin-bottom: 1rem;
}

#form-section .form label {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}


#form-section .form input {

}

.small-text {
    font-size: 14px;
}

.disclaimer-text {
    text-align: center;
    font-size: 11px;
}

.centered-column {
    display: flex!important;
    flex-direction: column;
    justify-content: center;
}

.checkbox-field label:before {
    background-color: #D9D9D9!important;
}

.checkbox-field label:after {
    background-color: #4C4C4C!important;

}

.checkbox-field .ui.toggle.checkbox input:checked~label::before {
    background-color: #f00!important;

}
.checkbox-field .ui.toggle.checkbox input:checked~label::after {
    background-color: white!important;
}

.mb-40 {
    margin-bottom: 40px!important;
}

.ui.items-grid.grid .grid>.column p {
    font-size: 16px;
}

.ui.items-grid h4 {
    text-transform: uppercase;
}

.black-item-card {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 3rem 1rem;
    border-radius: 10px;
    background: linear-gradient(128deg, #292929 0.15%, #0A0A0A 94.16%);
    gap: 20px;
    height: 100%;
}

.black-item-card p {
    font-family: "Share Tech", "sans-serif";
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    max-width: 250px;
}

.hidden.field {
    display: none;
}

@media only screen and (max-width: 991px) {
    .ui.items-grid.grid>.column:not(.row) {
        width: 100%!important;
    }
}

@media only screen and (max-width: 550px) {
    .ui.items-grid.grid .grid>.column:not(.row) {
        width: 100%!important;
        text-align: center;
    }
    .ui.items-grid.grid .grid>.column:last-child {
        margin-bottom: 2rem;
        padding-top: 0;
    }
}
