
.default-page {
    padding-top: 0;
}

.default-page header.header,
.default-page footer.footer {
    display: none;
}

.default-page .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.default-page .logo img {
    width: 35%;
}

.default-page .info {
    /* width: 60%; */
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.default-page .info .images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 20px 0;
}

.default-page .info .images .img1, .default-page .info .images .img3 {
    width: 32%;
}

.default-page .info .images .img2 {
    width: 21.5%;
}

.default-page .info p {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Averia Gruesa Libre", system-ui;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.default-page .special {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.default-page .special h1 {
    color: #000;
    margin: 10px 0 5px;
    font-weight: 600;
    font-size: 48px;
    line-height: 1;
}

.default-page .special .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-start;
    /* gap: 40px; */
}

.default-page .special .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: unset;
}

.default-page .special .item:hover h2 {
    text-decoration: underline !important;
    transition: color .15s ease;
}

.default-page .special .item:focus {
    outline: unset !important;
    outline-offset: unset !important;
}

.default-page .special .item img:first-child {
    width: 20%;
}

.default-page .special .item h2 {
    margin: 5px 0;
    font-weight: 600;
    color: #000;
}

.default-page .special .item .offer-img {
    width: 70%;
}

@media (max-width: 991px) {

    .default-page .special h1 {
        font-size: 38px;
    }

    .default-page .special .item h2 {
        font-size: 20px;      }

}

@media (max-width: 767px) {

    .default-page .info p {
        font-size: 17px;
    }

    .default-page .info {
        margin-bottom: 10px;
    }

    .default-page .special h1 {
        font-size: 37px;
    }

    .default-page .special .item h2 {
        font-size: 15px;      
    }

}

@media (max-width: 575px) {

    .default-page .info .images {
        gap: 20px;
    }

    .default-page .info p {
        font-size: 16px;
    }

    .default-page .special h1 {
        font-size: 27px;
    }

    .default-page .special .item h2 {
        font-size: 13px;
    }

}

@media (max-width: 430px) {

    .default-page .info p {
        font-size: 12px;
    }

    .default-page .special h1 {
        font-size: 23px;
    }

    .default-page .special .item h2 {
        font-size: 9px;
    }

}