.title {
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #003262;
}

.header {
    flex-direction: row-reverse;
}

.question {
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #575757;
}

.desc {
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    font-weight: lighter;
    font-size: 16px;
    color: #575757;
}

.para-1 {
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #337DB5;
    text-transform: uppercase;
}

.para-4 {
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #575757;
}

.para-5 {
    font-family: myriad-pro, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #FF8C00;
}

.tac {
    font-family: myriad-pro, sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    color: #575757;
}

.footer {
    font-family: myriad-pro, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 325;
    color: #000000;
}

button {
    padding: 15px 0 !important;
    font-size: 1.5em !important;
    font-weight: bold !important;
    background-color: #FF8C00 !important;
    color: #ffffff !important;
}

textarea {
    resize: none;
}

a {
    text-decoration: underline;
    color: inherit;
}