.component-used-in {
    background: #f7f7f7;
    border-bottom: 10px solid #e1eff8;
    text-align: center;
    padding: 50px 0px 0px;
    position: relative;
}

.component-used-in::before {
    content: "";
    top: 0;
    left: calc(50% - 15px);
    position: absolute;
    border-top: 15px solid #e1eff8;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.component-used-in .cards {
    background: transparent; 
}