.recommendations-block {
    padding: 50px 0;
    background-color: #fff;
}

.recommendations-block-head {
    display: flex;
    width: 100%;
    justify-content: space-between;
}



.rbh-icon {
    display: flex;
    width: 65px;
    height: auto;
    align-items: flex-start;
    justify-content: center;
    color: rgba(140, 191, 31, 1);
    position: relative;
}

.rbh-icon:before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background-color: rgba(239, 243, 248, 1);
    border-radius: 50%;
}

.rbh-text {
    display: flex;
    width: calc(100% - 75px);
    flex-direction: column;
}

.rbh-icon svg {
    max-width: 65px !important;
    z-index: 2;
}
.head-block-text {

    font-size: 1.25rem;

}
.recommendations-block-text {
    color: #333;
    font-size: 1rem;
    margin-top: 20px;
}