@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.main-wrapper {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    max-width: 1920px;
    margin: 0 auto;
}

.main-wrapper h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #333;
    margin-bottom: 12px;
}

.main-wrapper h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #333;
    margin-bottom: 8px;
}

.main-wrapper h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #898989;
    margin-bottom: 24px;
}

.main-wrapper p {
    margin-bottom: 0;
}

.spacing {
    padding: 80px 0;
}

.section-1 {
    background-image: url(./assets/bg-section-1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 1013px;
    padding-top: 10%;
}

.section-1 p {
    font-size: 26px;
    font-weight: 600;
    padding-right: 10%;
}

.section-2 .row {
    display: flex;
    align-items: center;
}

.section-3 .row {
    display: flex;
    align-items: center;
}

.section-4 .row {
    display: flex;
    align-items: center;
}

.section-5 .row {
    display: flex;
    align-items: center;
}

.section-6 .row {
    display: flex;
    align-items: center;
}

.section-7 {
    text-align: center;
    padding-bottom: 80px;
}

.section-7 p {
    padding: 0 20%;
    margin-bottom: 48px;
}

@media (max-width: 768px) {
    .main-wrapper h1 {
        font-size: 40px;
    }

    .main-wrapper h2 {
        font-size: 30px;
    }

    .main-wrapper h3 {
        font-size: 20px;
    }
    
    .offset-1 {
        margin-left: 0;
    }

    .order {
        order: -1 !important;
    }

    .col-lg-6 img {
        margin-bottom: 32px;
    }

    .section-1 {
        background-image: url(./assets/bg-section-1-mob.jpg);
        height: 714px;
    }

    .section-1 p {
        font-size: 18px;
        padding-right: 0;
    }

    .section-7 p {
        padding: 0;
    }
}