.container-fluid * {
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #fff;
}

h1, h2, a {
    color: #BE3737;
}

h1 {
    font-family: Poppins;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px; /* 148.148% */
    letter-spacing: -1.62px;
}

h2 {
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 69px; /* 143.75% */
    letter-spacing: -1.44px;
}

h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 150% */
}

h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 166.667% */
}

h5 {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 177.778% */
}

div.row p {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
}