* {
    font-family: 'Sora', sans-serif;
    color: #000000;
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 20px;
    line-height: 34px;
     font-weight: 300;
    background: #F6FAFF url(hero-bg.png) no-repeat top right;
}

.hero {
    display: none;
}

.container {
    max-width: 1200px;
    margin: 0px auto;
    margin-top: 45px;
}

.flex {
    display: flex;
}

.col-6 {
    width: 50%;
    margin-right: 40px;
}

header {
    margin-top: 70px;
}

.responsive {
    width: 100%;
}

h1 {
    font-weight: 500;
    font-size: 44px;
    line-height: 55px;
    color: #0A2061;
    margin-bottom: 24px;
}

h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
     color: #0A2061;
    margin-bottom: 30px;
}

h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
}

ul {
    list-style: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    margin-top: 39px;
}

li {
    color: #0071DC;
    background: url(check.svg) no-repeat left top;
    padding: 0px 40px;
    margin-top: 10px;
}

main {
    font-weight: 300;
    width: 70%;
    margin-top: 150px;
}

main strong {
    font-weight: 500;
}

footer {
    background: url(footer-bg.png) no-repeat center right;
    padding-top: 215px;
    padding-bottom: 90px;
}

.left strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

@media (max-width: 1024px) {
    body {
        font-size: 16px;
        line-height: 27px;
    }
    
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
    
    .container {
        margin: 40px;
    }
}

@media (max-width: 700px) {
    .flex {
        flex-direction: column;
    }
    
    .col-6 {
        width: 100%;
    }
    
    main {
        width: 100%;
    }
    
    .hero {
        display: block;
        margin-bottom: 30px;
    }
    
    .hero2 {
        display: none;
    }
    
    body {
        font-size: 14px;
        line-height: 23px;
    }
    
    .logo img {
        width: 100%;
    }
    
    footer {
        padding-top: 50px;
    }
}
