.contacts > div {
    margin-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts > div .pageContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.contacts > div .left {
    position: relative;
    width: 45%;
    padding-right: 30px;
}

.contacts > div .right {
    position: relative;
    margin-top: 3px;
    width: 57.3%;
}

.contacts > div .right p {
    width: 80%
}

.contacts > div .right a {
    display: inline-block;
}

.contacts table {
    font-size: 18px;
    line-height: 24px;
}

@media screen and (max-width: 1023px) {
    .contacts > div {
        border-top: 8px solid #F8F8F8;
        display: block;
        margin-bottom: 0
    }

    .contacts > div:last-of-type {
        border-bottom: 8px solid #F8F8F8;
    }

    .contacts > div .pageContainer {
        display: block
    }

    .contacts > div .left {
        width: 100%;
        padding-right: 0;
    }

    .contacts > div .left h3 {
        width: 58%;
        margin-top: 30px;
    }

    .contacts > div .right {
        width: 100%;
        margin-top: 20px;
    }

    .contacts > div .right p {
        position: relative;
        width: 78%;
    }

    .contacts > div .right a {
        display: inline
    }

    .contacts table {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .contacts table colgroup {
        display: none
    }

    .contacts table tr {
        display: flex;
        flex-direction: column;
        width: 100%
    }

    .contacts table td {
        height: initial
    }
}
