@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400;800;900&display=swap');

.gothic-font {
    font-family: "Gothic A1", sans-serif;
    font-weight: 900;
    font-style: normal;
    line-height: 1.2;
}
.products__gray-bg {
    background: #f0f0f0;
}

.products__section {
    padding: 80px 50px;
    font-size: 18px;
}
@media(max-width: 600px) {
    .products__section {
        padding: 80px 30px;
        font-size: 16px;
    }
}

.products__mw-80 {
    max-width: 80%;
}
.products__mw-70 {
    max-width: 70%;
}
.products__mw-60 {
    max-width: 60%;
}
@media(max-width: 600px)
{
    .products__mw-80, .products__mw-70, .products__mw-60 {
        max-width: 100%;
    }
}

.products__color-black {
    color: black;
}
.products__color-white {
    color: white;
}

.products__full-image-header {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
}

.products__hero-title {
    font-size: 6rem;
    @media(max-width: 600px) {
        font-size: 3rem;
    }
}
.products__hero-title__small {
    font-size: 4.5rem;
    @media(max-width: 600px) {
        font-size: 2.5rem;
    }
}
.products__hero-title span, .products__hero-title__small span {
    font-size: 1.2rem;
    display: block;
    margin-bottom: 10px;
}

.products__mh-500 {
    min-height: 500px;
}
.products__mh-600 {
    min-height: 600px;
}
@media(max-width: 600px) {
    .products__mh-500,
    .products__mh-600 {
        min-height: 100px;
    }

    .products__full-image-header {
        min-height: 600px;
    }
    .products__mobile-top {
        align-items: start;
    }
    .products__mobile-bottom {
        align-items: end;
    }
    .products__pb-300 {
        padding-bottom: 300px;
    }
}

.products__title-section {
    font-size: 2.5rem;
}
@media(max-width: 600px)
{
    .products__title-section {
        font-size: 2rem;
    }
}

.products__section img,
.products__section iframe {
    width: 95%;
    height: auto;
}
.products__section iframe {
    aspect-ratio: 1/0.6;
}

.products__feature {
    text-align: center;
    padding: 20px 0;
}
.products__feature img {
    max-width: 130px;
    margin-bottom: 20px;
}
.products__feature-title {
    font-size: 20px;
}