/* Regular Font */
@font-face {
    font-family: 'Atelier', Sans-serif;
    src: url('../fonts/Atelier.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Bold Font */
@font-face {
    font-family: 'Degular', Sans-serif;
    src: url('../fonts/Degular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.section-container {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
}

.treatment-item {
    display: flex;
    align-items: center;
    gap: 50px;
}

.treatment-item-img {
    min-height: 400px;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #deb6a2;
    border-radius: 300px;
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.treatment-item-img h4 {
    font-size: 106px;
    font-family: 'Atelier' !important;
    color: #fcf7f5;
    margin-right: 50px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
}

.treatment-item-text {
    width: 100%;
    flex: 1;
}

.treatment-item-text h3 {
    font-size: 38px;
    font-family: 'Degular';
    font-weight: 600;
    text-transform: uppercase;
    color: #deb6a2;
    margin: 0 0 20px;
    line-height: 1;
}

.treatment-item-text .description p {
    font-size: 34px;
    line-height: 52px;
    margin: 0 0 15px;
}

.treatment-item-text .description p:last-child {
    margin: 0;
}