.box-wwd {
    border-radius: 16px;
    box-shadow: 0 15px 35px 0 rgb(0 0 0 / 5%);
    border: solid 1px #e5eaf4;
    background-color: #ffffff;
    padding: 22px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 28px;
}

a.single-department:hover {
    color: unset;
    text-decoration: none;
}

.box-wwd .ill {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
}

.box-wwd .ill img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-wwd .text {
    padding: 0 0 0 15px;
}

.box-wwd .text h4 {
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 33px !important;
    color: #183B56;
    margin: 0 0 4px;
}

.box-wwd p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #5A7184;
    margin: 0;
}

@media only screen and (max-width: 850px) {
}

@media only screen and (min-width: 551px) and (max-width: 950px) {

}

@media only screen and (min-width: 751px) and (max-width: 1000px) {

}

@media only screen and (min-width: 1001px) and (max-width: 1099px) {

}

@media only screen and (min-width: 1100px) {

}