html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    position: relative;
    min-height: 100vh;
    margin-bottom: 60px;
    font-family: 'Inter', sans-serif;
}

header {
    height: 7.5rem;
    display: block;
}

main {
    padding-bottom: 20rem;
}

.main-title-container {
    background-color: #F26334;
    padding: 4.6875rem 0;
}


.main-title {
    font-size: 2.5rem;
    color: #fff;
    line-height: 120%;
}

.main-text-container {
    padding-top: 3.625rem;
    padding-bottom: 5.5rem;
}

.main-text-title {
    font-size: 2.5rem;
    color: #002C6C;
    line-height: 120%;
    padding-bottom: 1rem;
}

.main-text-block {
    color: #262626;
    font-size: 1.125rem;
    line-height: 1.875rem;
}