﻿.heading-custom {
    font-size: 2.375rem;
    line-height: 1.1;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.heading-custom strong {
    font-weight: 700;
}

.heading-custom small {
    display: block;
    font-size: 1.125rem;
    text-transform: initial;
}

.content-row {
    padding: 3rem 0;
}

.content-row:nth-child(2),
.content-row:nth-child(3) {
    padding-top: 0;
}

.content-row:nth-child(3)::before {
    content: "";
    display: block;
    width: 70%;
    margin: -1px auto 0;
    padding-bottom: 1.5rem;
    border-top: 1px solid #d7d7d7;
}

.category {
    display: block;
    padding: 10px 0;
}

.wrap-btn {
    text-align: center;
}

.ef-btn_custom {
    max-width: 380px !important;
    font-weight: 400 !important;
    text-decoration: underline !important;
}

@media screen and (min-width: 600px) {
    .category {
        padding: 0;
    }

    .fix-m {
        margin-top: 10.5rem;
    }

    .heading-custom {
        font-size: 3rem;
    }

    .ef-btn_custom {
        max-width: 380px !important;
        font-weight: 400 !important;
        font-size: 1.375rem !important;
        padding: 17px 10px !important;
        text-decoration: underline !important;
    }
}