.web-align {
    max-width: 1280px;
    padding-inline: 32px;
    width: 100%;
    margin: 0 auto;
}

.clp789CardsContainer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    max-width: 100%;
    justify-items: center;
}

@media (min-width: 1066px) {
    .cc455ContainerLink:nth-of-type(4n+1) {
        margin-left: 0;
    }
}

.cc455ContainerLink {
    margin-block: 20px;
}
a {
    color: #00b386;
    text-decoration: none;
}

.cc455Container {
    border: 1px solid #e9e9eb;
    border-radius: 8px;
    color: #44475b;
    height: 240px;
    overflow: hidden;
    padding: 24px;
    position: relative;
    width: 240px;
}

.cc455BackgroundImage {
    bottom: -5px;
    height: 80px;
    opacity: .4;
    position: absolute;
    right: -5px;
    transition: opacity .3sease;
    width: 80px;
    z-index: -1;
}

.cc455Description, .cc455Heading {
    margin: 0;
    color: #ffffffb3;
}

.cc455Description {
    margin-top: 12px;
}

.bodyBase, .bodyBaseHeavy {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.bodyBase {
    font-weight: 435;
}