.treatment-container {
display: flex;
flex-direction: column;
gap: 32px;
}
.treatment-page-container {
display: flex;
align-items: center;
justify-content: space-between;
}
.treatment-page-container.treatment {
gap: 64px;
margin-bottom: 64px;
padding-bottom: 80px;
border-bottom: 2px solid #e8eef1;
}
.treatment-card-widget-headline {
margin-bottom: 16px!important;
}
.treatment-card-page-right {
position: relative;
margin-top: 32px;
}
.treatment-card-page-right .treatment-page-right-inner {
margin-right: 0;
position: relative;
right: 32px;
bottom: 32px;
}
.treatment-card-page-right:before {
content: '';
background-color: #f5f3ec;
position: absolute;
width: 100%;
height: 100%;
} .treatment-page-thumb-inner {
display: none;
}
.treatment-page-left {
background-color: #f0f1f3;	
padding: 48px 60px 60px 120px;
width: 100%;
}
.treatment-widget-headline {
margin-bottom: 16px!important;
font-size: 28px!important;
font-weight: bold!important;
}
.treatment-card-page-descr {
font-size: 16px!important;
}
.treatment-page-descr {
font-size: 16px;
}
.lpc-treatment-cta-wrap {
display: flex;
gap: 24px;
margin-top: 48px;
}
.disclaimer {
margin-top: 16px;
font-size: 14px;
font-style: italic;
}
.expiration_date {
font-weight: 500;
font-size: 16px;
}
.ast-custom-button.treatment-learnmore-button {
background: transparent;
text-decoration: none!important;
color: #335967;
font-size: 14px; text-transform: uppercase;
}
.treatment-page-right-inner {
width: 400px;
height: 300px;
margin-right: -75px;
background-size: cover;
position: relative;
transition: transform 0.5s ease, background-size 0.5s ease;
background-position: center;
z-index: 3;
mix-blend-mode: multiply;
}
.treatment-page-right-inner:hover {
transform: scale(1.05);
}
.ast-custom-button.treatment-redeem-button {
text-decoration: none!important;
font-size: 14px;
text-transform: uppercase;
}
.lpc-treatment-cta-wrap .ast-custom-button {text-align: center;} .single-lpc-treatment .treatment-page-container {
width: 100%;
max-width: 1400px;
margin: 48px auto;
} @media only screen and (max-width: 991px) {
.treatment-page-container {
flex-direction: column;
}
.treatment-page-right {
width: 100%;
}
.treatment-page-left {
background-color: #f0f1f3;
padding: 32px;
display: flex;
flex-direction: column;
align-items: start;
}
.treatment-page-descr {
text-align: left;
}
.treatment-page-right-inner {
width: 100%;
}
.treatment-card-page-right {
margin-top: 0;
margin-bottom: 32px;
width: 100%;
}
.treatment-page-container.treatment {
display: flex;
flex-direction: column-reverse;
}
}
@media only screen and (max-width: 458px) {
.lpc-treatment-cta-wrap {
display: flex;
gap: 8px;
flex-direction: column;
width: 100%;
}
}