.logoIvf {
    height: 1.5cm;
}

.isWhite {
    color: white;
}

.isBold {
    font-weight: bold;
}

.main-menu__list li.active>a {
    /* border-bottom: 2px solid #a80000; */
    border-bottom: 2px solid #00a86b;
    padding-bottom: 3px;
}

.valueStyle {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.valueInnerStyle {
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #FAECE7;
    color: #712B13;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    flex-shrink: 0;
}

.valueFirstParagraph {
    margin: 0 0 4px;
    font-weight: 600;
    font-size: 15px;
}

.valueLastParagraph {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}