:root {
    --space-48: clamp(1.875rem, 1.938vw + 0.675rem, 3rem);
    --space-50: clamp(1.875rem, 2.153vw + 0.542rem, 3.125rem);
}

.page-template-new-home :where(h1, h2, h3, h4, h5, h6) {
    margin-top: 0 !important;
}

.page-template-new-home .entry-content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.flex-1 {
    flex: 1;
}

.text-dark2 {
    color: var(--dark-color) !important;
}

.gradiant-border {
    border: 1x solid transparent;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg, #F27AA7 0%, #FFFFFF 50%, #F27AA7 100%) border-box;
}