
.review-block-container-fluid  {
    margin-top: 100px;
}

.review-block-container-fluid .container  {
    padding: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

.review-block-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.review-block-container-fluid::before {
    content: "";
    position: absolute;
    top: -45px;
    
    width: 0;
    height: 0;
    display: flex;
    justify-self: center;
    
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 50px solid var(--FC-blue-dark)
}


.review-block-subheadline {
    text-transform: uppercase;
}

.review-block-stars {
    width: 200px;
    margin-bottom: 15px;
}