@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');

body {
    font-family: 'Nunito', sans-serif;
    color: #0F1419;
    background-color: #F2FFFB;
    overflow-x: hidden;
}

header {
    background: url('../images/header_bg.png') no-repeat scroll center top / cover #10062C;
}

header .row {
    height: 238px;
}

header .row h1 {
    font-size: 45px;
}

header img {
    position: absolute;
    top: 26px;
    left: 28px;
    height: 35px;
}

.wrap {
    max-width: 978px;
    border: 0.5px solid #A9DECD;
    padding: 60px 95px 25px 95px;
}

p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 2rem;
}

h5 {
    font-size: 22px;
    line-height: 30px;
    color: #10062C;
    margin-bottom: 1rem;
}

@media (max-width: 575.98px) {
    header img {
        top: 15px;
        left: 15px;
    }

    header .row {
        height: 190px;
    }

    header .row h1 {
        font-size: 35px;
    }

    .wrap {
        padding: 30px;
    }

    p {
        font-size: 16px;
        margin-bottom: 1.5rem;
    }

    h5 {
        font-size: 20px;
    }
}