﻿.wlcts__terms-modal .modal-header {
    border: none;
}

    .wlcts__terms-modal .modal-header .title {
        color: #002E5D;
    }

.wlcts__terms-modal .close {
    margin-top: 2rem;
    color: #002E5D;
    opacity: 1;
    font-size: 2.4rem;
}


@media only screen and (min-width: 62.0625em) {
    .wlcts__terms-modal .modal-dialog {
        border-radius: 4rem;
        width: 100%;
        max-width: 102.4rem;
        overflow: hidden;
    }

    .wlcts__terms-modal .modal-header h4 {
        margin: 3rem 0 0;
    }

    .wlcts__terms-modal .modal-header .close {
        margin-top: 3.5rem;
    }

    .wlcts__terms-modal .modal-content {
        padding: 0 4.8rem;
        border-radius: 4rem;
        max-height: 60rem;
        overflow-y: auto;
    }

    .wlcts__terms-modal .modal-body {
        column-count: 2;
    }
}
