/* TREATMENT AREAS PARENT */
.template-landingpage h1 {
    font-size: clamp(26px, 2vw, 36px);
}
/* .template-landingpage .timeline-row .wrap {
    padding: 30px;
    border-top: 1px solid #dbbaae;
    margin-top: 25px;
    position: relative;
}
.template-landingpage .timeline-row .wrap::before {
    content: "";
    clip-path: polygon(0px 14px, 27px 28px, 54px 14px, 27px 0px);
    width: 54px;
    height: 28px;
    display: block;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translate(-50%);
    background-color: #002f6c;
}
.template-landingpage .timeline-row .wrap .title {
    color: #dbbaae;
    font-weight: 600;
}
.template-landingpage .timeline-row .wrap .description {
    font-weight: normal;
} */
/* end TREATMENT AREAS PARENT */