/* Home */
:root {
    --blue-color: #3571ad;
    --white-color: #ffffff;
    --black-color: #000000;
    --grey-color:#797672;
}
.banner-section h3 {
    font-size: 34px;
    font-weight: 400;
    color: var(--white-color);
}
.welcome-section-two .sub-title {
    color: var(--grey-color) !important;
}
.welcome-section-two .wco-list {
    display: flex;
    justify-content: space-between;
    margin: 30px 0px 20px;
}
/* Home */

@media(max-width: 768px) {
/* Home */
.banner-section h3 {
    font-size: 24px;
}
.welcome-section-two .wco-list {
    flex-direction: column;
}
/* Home */
}