.section-button {
    display: flex;
    padding: 10px 5px 0px 0px;
    border-radius: 3px;
    background: #4aa0dd;
    color: #ffffff;
    justify-content: center;
}

.list_items {
    letter-spacing: -0.2px;
    list-style: disc !important;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #363636;
    margin-left: -10px;
}

.text-intro {
    font: medium Arial, Helvetica, sans-serif;
    font-stretch: narrower;
    font-weight: 600;
    color: #1598d5;
    line-height: 1.2rem;
    font-size: 19px;
}

.text-intro2 {
    font: medium Arial, Helvetica, sans-serif;
    font-stretch: narrower;
    font-weight: 600;
    color: #800020;
    line-height: 1.2rem;
    font-size: 19px;
}

.text-link {
    text-decoration: underline;
    color: #1598d5;
}

.text-link:hover {
    color: #1598d5;
    text-decoration: underline;
}

.text-heading {
    font-size: 25px;
    letter-spacing: inherit;
    text-align: center;
}

.text-desc {
    font: medium Arial, Helvetica, sans-serif;
    font-stretch: narrower;
    font-weight: 400;
    color: #363636;
    line-height: 1.2rem;
}

.text-white {
    color: #ffffff;
}

.list-seperator {
    margin-top: 10px;
    border: 2px solid #4aa0dd;
    border-radius: 4px;
    padding: 10px;
}

.btn-link {
    background-color: white;
    color: #2b2a2a;
    padding: 7px;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 500;
}

@media screen and (max-width: 620px) {
    .container {
        padding-right: 0px;
        padding-left: 0px;
    }
}