* {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

h1 {
    color: #424F6E;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 36px;
}

h1 span {
    color: #558DD0;
    font-size: 38px;
    font-weight: 700;
}

h2 {
    color: #558DD0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 36px;
}

p {
    color: #424F6E;
    font-size: 18px;
    font-weight: 500;
    line-height: 148.688%; /* 26.764px */
}

.background-blue {
    background: #DAEBFF;
}

@media (max-width: 1024px) {
    h1 {
        font-size: 27px;
    }

    h1 span{
        font-size: 27px;
    }
}