/* CSS for wisdom-tooth-removal */

.decor-1 {
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.decor-1 img {
    max-width: 100%;
    display: block;
}

.cases-wrap {
    background-color: rgba(139, 197, 64, 0.10);
    padding: 50px 0;
    margin: 60px 0 0;
}

.cases-block .moms-small-title {
    text-align: left;
    max-width: 450px;
    margin: 0 0 40px;
}

.case-name {
    color: #49780D;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
    position: relative;
}

.case-text {
    color: #242424;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.cases {
    display: flex;
    flex-wrap: wrap;
    column-gap: 60px;
    row-gap: 40px;
}

.case {
    padding-left: 81px;
    flex: 1 0 calc(50% - 60px);
}

.case-name:before {
    content: attr(case-count);
    color: #49780D;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    left: -81px;
}

.rehabilitation-wrap {
    background-color: #F6F6F6;
    padding: 40px 0 60px;
}

.questions-wrap {
    background-color: #ffffff;
    padding: 60px 0 0;
}

.rehabilitation-item-title {
    color: #F5A52E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 20px;
}

.rehabilitation-item-text {
    color: #242424;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.rehabilitation-item-text p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.rehabilitation-item {
    border-radius: 20px;
    background-color: #ffffff;
    padding: 32px 44px;
    break-inside: avoid;
}

.rehabilitation-item-text p:not(:last-child) {
    margin-bottom: 10px;
}

.rehabilitation-items {
    column-count: 2;
    column-gap: 20px;
}

.rehabilitation-item {
    margin-bottom: 20px;
}

.rehabilitation-note {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.rehabilitation-item-text b, .rehabilitation-item-text strong {
    font-weight: 600;
}