.white-connect {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.white-connect > h2,.white-connect > article {
    color: var(--navy);
}
.white-connect > h2 {
    font-weight: 600;
}
.white-connect > article {
    font-weight: 300;
}
.wC-nav {
    display: flex;
}
.wC-nav > a {
    color: var(--navy);
    font-weight: 500;
    background-repeat: no-repeat;
    background-size: contain
}
#wC-tel {
    background-image: url('/ui/symbols/navy/tel.png');
}
#wC-tg {
    background-image: url('/ui/symbols/nets/tg.png');
}
#wC-wa {
    background-image: url('/ui/symbols/nets/wa.png');
}
@media(min-width:1100px) {
    .white-connect > h2 {
        font-size: 40px;
    }
    .white-connect > article {
        font-size: 21px;
    }
}
@media(min-width:760px) and (max-width:1099px) {
    .white-connect {
        margin: 0 32px 0 auto;
        width: 90%;
    }
    .white-connect > h2 {
        font-size: 34px;
    }
    .white-connect > article {
        font-size: 18px;
    }
}
@media(min-width:760px) {
    .wC-nav > a {
        margin-left: 28px;
        padding-left: 32px;
        line-height: 28px;
    }
    .wC-nav {
        align-items: center;
        margin-top: 26px;
    }
}
@media(max-width:759px) {
    .white-connect {
        margin: 0 auto;
        width: 90%;
    }
    .white-connect > h2 {
        font-size: 24px;
    }
    .white-connect > article {
        font-size: 16px;
    }
    .wC-nav {
        flex-direction: column;
    }
    .wC-nav > a {
        margin-top: 20px;
        padding-left: 22px;
        line-height: 18px;
    }
}