/* CSS for endodontic-treatment */

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

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

.service-content-wrap {
    background-color: rgba(139, 197, 64, 0.10);
    padding: 40px 0;
}

.dual-title {
    color: #242424;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    align-self: flex-end;
}

.dual-images {
    grid-row: 1/3;
}

.dual-block {
    align-items: unset;
}

.dual-content {
    align-self: flex-start;
}

.note-block {
    border-radius: 20px;
    background-color: #F6F6F6;
    padding: 60px 20px;
}

.note-text {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.note-author {
    color: rgba(36, 36, 36, 0.50);
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 60px;
}

.note-author span {
    font-weight: 400;
}

.note-wrap {
    margin: 0px 0 80px;
}

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

.note-text mark {
    color: #49780D;
}

.notes-wrap .moms-small-title {
    max-width: 100%;
}

.note-item {
    max-width: 575px;
}

.notes-block {
    column-gap: 20px;
}

.notes-wrap .note-text {
    text-align: left;
}