#page_header:before {
    background-color: rgb(0 0 0 / 30%);
}
@media (min-width: 768px) {
    .promo-box {
        display: flex;
        column-gap: 30px;
        align-items: center;
    }
}
.wd-hybrid-box-description {
    line-height: 1.8;
}
.round-iconbox {
    background-color: #ececec;
    padding: 25px;
    border-radius: 15px;
}
.round-iconbox .wd-hybrid-box-svg {
    background-color: #fff;
    border: 2px solid var(--primary);
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

@media (min-width: 768px) {
    .round-iconbox {
        display: flex;
        column-gap: 40px;
        align-items: center;
        padding: 40px
    }
}
@media (max-width: 767px) {
    .round-iconbox .wd-hybrid-box-svg {
        margin-bottom: 25px;
    }
}
.round-iconbox  a.wd-hybrid-box-button {
    background-color: var(--blue);
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    margin-top: 25px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.round-iconbox a.wd-hybrid-box-button:hover {
    opacity: .9;
}