* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

.contact-section {
    width: 100%;
    background-image: url('../img/taskforce-contactUs.PNG');
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-cover {
    padding: 10%;
    color: white;
    font-size: 1.8rem;
}

.contact-info {
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
}

.contact-wrap {
    width: 90%;
    display: flex;
    padding: 1%;
    justify-content: space-around;
}

.cw-box {
    width: 23%;
    padding: 2%;
}

.cwb-img {
    display: flex;
    justify-content: center;
}

.cwb-content {
    text-align: center;
    color: #00254B;
}

.cwb-content h3 {
    font-size: 2.2rem;
}