
.link-list-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

a {
    cursor: pointer;
}

.link-list-item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 300px;
    text-align: center;
}

.contact-wrapper {
    display: flex;
    height: 32px;
    margin-top: 25px;
}

.contact-wrapper * {
    font-size: 30px;
    color: #011B32;
}

.contact-divider {
    height: 100%;
    width: 2px;
    background-color: #000;
    margin: 0px 35px;
}

.list-item-title {
    text-transform: uppercase;
    font-size: 40px !important;
    font-family: 'Julius Sans One', sans-serif;
    color: #011B32;
    line-height: 53px;
}


.link-list-wrapper > li:nth-child(even) {
    background-color: #EDEDED;
}

.list-item-fine-print {
    color: #840D43;
    font-size: 18px;
    margin: 6px 0 25px 0;
    font-family: 'Archivo Narrow', sans-serif;
}

.list-item-copy {
    font-size: 24px;
    text-align: center;
    color: #011B32;
    max-width: 60%;
}


@media screen and (max-width: 900px) {

    .link-list-item-wrapper {
        padding: 38px 74px;
    }

    .list-item-title {
        font-size: 24px;
        line-height: 27px;
    }

    .list-item-fine-print {
        font-size: 16px; 
    }

    .list-item-copy {
        font-size: 16px;
        max-width: 100%;
    }

    .contact-wrapper {
        height: auto;
        flex-wrap: wrap;
        
    }

    .contact-divider {
        margin: 0px;
    }

    .contact-wrapper * {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
    }

    .contact-site {
        padding-right: 15px;
        border-right: 1px solid black;
    }

    .contact-phone {
        margin-left: 15px;
        padding-right: 15px;
        border-right: 1px solid black;
    }

    .contact-email {
        margin-left: 15px;
    }
}