section.section .heading {
    font-size: 2vw;
    font-weight: 600;
}

section .subheading {
    color: #787984;
    font-size: 1.25vw;
}

section.section-1 .wrapper {
    height: 48vw;
    display: flex;
}

section.section-1 .heading {
    margin-bottom: 1.2vw;
}

section.section-1 a.myb-btn {
    margin-top: 3.8vw;
}

section.section.section-2 {
    margin-bottom: 8.2vw;
}

section.section.section-2 h1.heading {
    font-size: 1.82vw;
    margin-bottom: 1vw;
}

section.section.section-2 p.subheading {
    font-size: 1.4vw;
}

section.section-3 .wrapper {
    height: 40vw;
    margin-bottom: 8vw;
}

section.section-3 .wrapper ul {
    padding-left: 0;
}

section.section-3 .wrapper ul li {
    list-style: none;
    color: #090230;
    margin-bottom: 1.6vw;
}

section.section-3 .wrapper ul li h1 {
    font-size: 1.82vw;
    margin-bottom: 0.4vw;
    margin-top: 0;
    position: relative;
}

section.section-3 .wrapper ul li h1:before {
    content: ' ';
    width: 12px;
    height: 12px;
    background: #00B665;
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 0.55em;
    margin-left: -1.8vw;
}

section.section-3 .wrapper-img {
    height: 100%;
    max-height: 32vw;
}

section.section-3 .wrapper-img img {
    height: 100%;
}

section.section-3:last-child {
    margin-bottom: 2.2vw;
}

section.section-3:last-child .wrapper-img {
    height: 26vw;
}


@media (max-width: 900px) {
    .section.section-1 a.myb-btn {
        margin: 0 auto;
        display: inline-block;
        font-size: 3.47vw;
        padding: 10px 20px;
    }

    .section .subheading, section.section.section-2 p.subheading {
        font-size: 3.73vw;
        line-height: 5.33vw;
        padding-top: 4vw;
        padding-bottom: 11vw;
        text-align: center !important;
    }

    section.section .heading, section.section.section-2 h1.heading {
        font-size: 6.13vw;
        text-align: center !important;
    }

    section.section.section-1 {
        padding-top: 30.33vw;
        padding-bottom: 18vw;
    }

    section.section-1 .wrapper {
        height: auto;
    }

    .section.section-1 .subheading {

    }

    .section.section-1 .col-4 {
        display: none;
    }

    .section.section-1 .action {
        text-align: center;
    }

    section.section.section-2 {
        margin-bottom: 0;
    }

    .section.section-3:not(:first-child) {
        margin-top: 9vw;
    }
    section.section-3 .wrapper {
        height: auto;
    }
    section.section-3:last-child .wrapper-img {
        height: auto;
    }
    section.section-3 .wrapper-img {
        text-align: center;
        max-height: unset;
        margin-bottom: 30px;
    }

    section.section-3 .wrapper-img img {
        width: 75%;
        height: auto;
    }

    section.section-3 .wrapper-img + div {
        padding-right: 0 !important;
    }

    section.section-3 .wrapper ul li h1 {
        font-size: 16px;
    }

    section.section-3 .wrapper ul {
        padding-left: 22px;
    }
    section.section-3 .wrapper ul li{
        margin-bottom: 20px;
    }
    section.section-3 .wrapper ul li h1 {
        margin-bottom: 5px;
    }
    section.section-3 .wrapper ul li h1:before {
        content: ' ';
        width: 12px;
        height: 12px;
        background: #00B665;
        display: inline-block;
        position: absolute;
        left: 0;
        border-radius: 50%;
        top: 5px;
        margin-left: -18px;
    }

    .section.section-3:nth-child(even) .wrapper {
        display: flex !important;
        flex-direction: column-reverse;
    }

    section.section-3:nth-child(even) .wrapper-img {
        flex: 1;
    }

    section.section-3:nth-child(even) .wrapper > div:first-child {
        padding-left: 0 !important;
    }
    section.section-3:nth-child(even) .wrapper ul li {
        padding-right: 18px;
        text-align: right;
    }
    section.section-3:nth-child(even) .wrapper ul {
        padding-left: 0;
    }
    section.section-3:nth-child(even) .wrapper ul li h1:before {
        content: ' ';
        right: -18px;
        left: unset;
    }
    .section.section-3:last-child {
        margin-bottom: 10vw;
    }
}