a {
    color: #243859;
    text-decoration: underline;
}

a:hover {
    color: #0d131b;
    text-decoration: underline;
}

.subpageH1 {
    font-size: 80px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 80px;
}

.subpageH2 {
    font-size: 25px;
    margin-top: 50px;
    width: 70%;
}

.subpageContactH1 {
    font-size: 35px;
    font-weight: bold;
    margin: 30px 0;
    width: 70%;
}

.subpageContactH2 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 20px;
    width: 70%;
}

.subpageParagraph {
    font-size: 20px;
    width: 81%;
    margin-top: 12px;
}

.green-bullet-list {
    position: relative;
    margin: 30px 0 50px 0;
    list-style: outside none none;
    counter-reset: big-numba;
    padding-left: 0px;
    width: 90%;
}

.green-bullet-list-item {
    position: relative;
    margin: 0.8em 0px 0px 1.9em;
    list-style: outside none none;
    padding-left: 20px;
    padding-bottom: 42px;
    font-size: 24px;
}

.green-bullet-list-item::before {
    content: counter(big-numba, decimal);
    counter-increment: big-numba;
    position: absolute;
    top: 7px;
    font-size: 19px;
    left: -1.9em;
    box-sizing: border-box;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    color: #243859;
    background: #02D4B7;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
}

.green-bullet-list-unordered-item {
    position: relative;
    margin: 0.8em 0px 0px 1.9em;
    list-style: outside none none;
    padding-left: 20px;
    /* padding-bottom: 42px; */
}

.green-bullet-list-unordered-item::before {
    content: '';
    position: absolute;
    top: 7px;
    font-size: 19px;
    left: -1.9em;
    box-sizing: border-box;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    color: #243859;
    background: #02D4B7;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
}

a.mainContactButton {
    text-decoration: none;
}

.subpageCard {
    margin: 12px 0;
    border: none;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(120, 144, 156, 0.16);
    box-shadow: 0px 10px 40px 0px rgba(120, 144, 156, 0.16);
}

.subpageCardHeader {
    background-color: #ffffff;
    border: none;
}

.subpageCardHeader .btn-link {
    color: #333333;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}

.rightIcon {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 30px;
}