@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

.main-wrapper {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    background-color: #000;
    max-width: 1920px;
    margin: 0 auto;
}

.main-wrapper h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #E81F76;
    margin-bottom: 12px;
}

.main-wrapper p {
    margin-bottom: 0;
}

.section-1 {
    background-image: url(./assets/bg-hero.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 1167px;
    position: relative;
}

.title-hero {
    padding-top: 32px;
}

.title-hero .icons-hero {
    display: block;
    position: absolute;
    right: 10%;
    padding-top: 20px;
}

.icon-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.icon-wrapper .icon-box {
    margin-right: 40px;
}

.icon-wrapper .icon-box:last-child {
    margin-right: 0;
}

.icon-box p {
    line-height: 1.2;
    margin-top: 8px;
}

.section-3 {
    background: #111322;
}

.section-3 .container img {
    margin: 40px 0 20px;
}

.section-3 h2 {
    color: #fff;
}

.section-3 p {
    padding: 0 10% 80px;
}

.section-4 .row {
    display: flex;
    align-items: center;
}

.section-5 .row {
    display: flex;
    align-items: center;
}

.section-6 {
    padding: 80px 0;
}

.icons-wrapper {
    margin-bottom: 20px;
}

.icons-wrapper img {
    margin-right: 20px;
}

.icons-wrapper img:last-child {
    margin-right: 0;
}

.section-7 {
    padding-bottom: 80px;
}

.section-7 .row {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .main-wrapper h2 {
        font-size: 26px;
    }
    
    .title-hero .icons-hero {
        width: 30%;
    }

    .section-1 {
        height: 820px;
    }

    .section-3 p {
        padding: 0 0 40px;
    }

    .section-4 img {
        margin-bottom: 24px;
    }

    .order {
        order: -1 !important;
    }

    .section-5 img {
        margin-bottom: 24px;
    }

    .section-6 {
        padding: 60px 0;
    }

    .section-6 img {
        margin-bottom: 24px;
    }

    .section-7 {
        padding-bottom: 60px;
    }
}