.review-blocks {
    font-size: 18px;
    color: #0e0e0e !important;
    background: transparent !important;
}

.img-thumbnail {
    border: none !important;
}

.uppercase{
    text-transform: uppercase;
}

h1, h2, h3, h4, h5{
    font-family: Marcellus !important;
}

.cus-box{
    padding: 0.2rem;
    background-color: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 4px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cus-box p{
    padding-block: 2rem;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

@media(max-width: 800px){
    .remove-margin{
        margin: 10px !important;
    }
    .cta1{
        background-position: 25% center !important;
    }
}