.custom-blocks .custom-blocks__single-col {
    padding-bottom:2rem;
}

.custom-blocks .custom-blocks__single-col:last-child {
    padding-bottom:0;
}

.custom-blocks .custom-blocks__single {
    background-color:#242424;
    border-radius:1.5rem;
    text-align: center;
    padding:3rem 1.5rem;
}

.custom-blocks .custom-blocks__single__image {
    border-radius:50%;
    margin:auto;
    height:90px;
    width:90px;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    margin-bottom:2rem;
}

.custom-blocks .custom-blocks__single__title h2 {
    color:#d5aa53;
}

.custom-blocks .custom-blocks__single__text p {
    color:#fff;
}

.custom-blocks .custom-blocks__single__button {
    padding-top:1rem;
}

@media (min-width:992px) {
    .custom-blocks .custom-blocks__single {
        padding:3rem 2rem;
    }
    .custom-blocks .custom-blocks__single__image {
        width:150px;
        height:150px;
    }
    .custom-blocks .custom-blocks__single__button {
        padding-top:2rem;
    }
}