body {
    /*font-family: 'Rubik';*/
    <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
    font-size: 20px
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}


header {
    padding-top: 24px;
}

header .logo {
    text-align: center;
    margin-bottom: 64px;
}

h1 {
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 2.2rem;
}

header .heading {
    text-align: center;
}

.btn {
    font-weight: 700;
    border-radius: 8px;
    padding: 8px 32px;
    box-shadow: 0 3px 6px rgba(32, 32, 32, 0.12);
}

.mobile-img {
    margin: 32px 0;
    height: 388px;
    background: url('../images/pres-mob.png') center center no-repeat;
}

.mobile-img img {
    width: 100%;
}

section {
    text-align: center;
}

.line {
    margin: 0 auto;
    width: 190px;
    height: 16px;
    margin-bottom: 32px;
    border-bottom: 2px solid #2f71ff;
}

.cards {
    margin-top: 24px;
    margin-bottom: 40px;
}

.pres-card {
    margin-bottom: 24px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.pres-img img {
    width: 100%;
}

.pres-title a {
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    color: black;
    display: block;
    font-size: 14px;
    background: white;
}

footer {
    margin-top: 40px;
    padding: 40px 0;
    text-align: center;
    color: white;
    background: rgba(47, 113, 255, 1);
}

@media (min-width: 768px) {
    body {
        background: url(../img/pres-bg.png) right top no-repeat;
    }

    header {
        height: 800px;
        display: flex;
        flex-direction: column;
    }

    header .container:first-child {
        text-align: left;
    }

    header .container:last-child {
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: center;
    }

    header .logo {
        text-align: left;
    }

    header .heading {
        text-align: left;
    }

    h1 {
        font-size: 48px;
        font-weight: 500;
        line-height: 60px;
    }

    .btn {
        padding: 16px 48px;
        font-size: 22px;
    }

    .cards {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 80px;
    }

    .cards .pres-card {
        margin-bottom: 30px;
    }

    .pres-title {
        font-size: 14px;
    }

    footer {
        margin-top: 80px;
    }

    .cta p {
        margin-bottom: 24px;
    }

    .section-1 {
        padding-top: 80px;
        background: url(../img/circle-01.png) left top no-repeat,
            url(../img/circle-02.png) right center no-repeat;
    }

    .section-1 {
    }
}
.banner-hd {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #1F2438;
}
.banner-action .btn-primary {
    font-size: 18px;
    border-radius: 100px;
    padding: 10px 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.banner-sub-hd {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #5D647E;
}