#menu_mayo {
    border: 1px solid #d1d1d1;
    outline-offset: -1px;
}

#heroBanner {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15), #012d61);
}

#no_container {
    background: none;
}

#workspace {
    width: 100%;
    margin: 0px;
}

.content_group {
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: 25% 75%;
}

.content_group .icon {
    width: 128px;
    height: 128px;
}

.content_group ul {
    margin-bottom: 0px;
}

.content_group ul li {
    margin-left: 24px;
}

.content_card .before-after {
    width: 80%;
}