@font-face {
    font-family: "Prelo_Bold";
    src: url(font/prelo-bold-webfont.woff);
    font-family: "Prelo_SemiBold";
    src: url(font/prelo-bold-webfont.woff2);
    font-family: "Prelo Slab Book";
    src: url(font/preloslab-book-webfont.woff);
    font-family: "Prelo Slab Book 2";
    src: url(font/preloslab-book-webfont.woff2);
    font-family: "Prelo Slab Book 3";
    src: url(font/preloslab-book-webfont.ttf);
    font-family: "Prelo Book";
    src: url(font/prelo-book-webfont.woff);
    font-family: "Prelo Book 1";
    src: url(font/prelo-book-webfont.woff2);
}
body {
    background-color: #eeeeee;
    margin: 0rem;
}

.main__container {
    padding: 0.022rem;
    background-color: white;
}
.loan-header__logo {
    margin-top: 1.312rem;
    padding: 1rem 2rem 1rem;
}

.sub-header {

    background-color: #ffffff;
    box-shadow: 0 0 16px 0 rgba(2, 2, 2, 0.08);
    margin: 5% auto;
    padding: 2rem;
    display: flex;
    width: 100%;
    max-width: 950px;
    flex-direction: column;
}

.img {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.loan-header__img {
    margin: auto;
    display: flex;
    flex-direction: column;
}

.text_head {
    color: #0f265c;
    font-size: 40px;
    font-weight: 300;
    line-height: 3rem;
    text-align: center;
    font-family: "Prelo Book 1";
}

.text {
    color: #070707;
    font-family: Prelo;
    font-weight: 300;
    line-height: 1.5rem;
    text-align: center;
    font-size: 18px;
    font-family: "Prelo Book 1";
}

section {
    display: flex;
}

a {
    color: #0f265c;
    font-family: Prelo;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 3rem;
    text-align: center;
    width: 14.875rem;
    border-radius: 0.5rem;
    border-color: transparent;
    background-color: #ffdd00;
    margin: 1.25rem auto;
    margin-top: 2.5rem;
    font-size: 1rem;
}

.footer {
    background-color: #07132f;
}

.footer_img {
    padding: 2rem 2rem 2rem;
}
