.insurance_block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 400px;
    margin: 20px auto;
    background: white;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.49);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.49);
    font-family: Heebo;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #696e7b;
}

.insurance_block img {
    height: 100px;
    width: auto;
    margin: 10px auto;
}

.insurance_block span {
    margin: 10px 0;
}

.insurance_block span:last-child {
    margin-bottom: 20px;
}

.recommended-plan b {
    font-weight: bold;
}

.recommended-plan__includes {
    color: #696e7b;
}
