:root {
    --h1-font-size: 54px;
    --h1-line-height: 72px;
    --h1-font-weight: 600;
    --h2-font-size: 40px;
    --h2-line-height: 52px;
    --h2-font-weight: 500;
    --h3-font-size: 24px;
    --h3-line-height: 32px;
    --h3-font-weight: 400;
    --h4-font-size: 20px;
    --h4-line-height: 27px;
    --h4-font-weight: 400;
    /*paragraph, list*/
    --p-font-size: 17px;
    --p-line-height: 27px;
    --p-font-weight: 300;
    --s-font-size: 16px;
    --s-font-weight: 300;
    --s-line-height: normal;
    --text-dark:#000;
    --light-grey:#F6F9FC;
    --button-color: #e9142b;
    --text-light: #ffffff;
}
.point-pdt{
    padding: 70px 0px;
}

.point-pdt.header {
    padding: 120px 0px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.point-pdt h1{
    font-size: var(--h1-font-size);
    line-height: var(--h1-line-height);
    font-weight: var(--h1-font-weight);
    color: var(--text-dark);
    text-align: center;
    margin: 0 0 8px;
    z-index: 2;
    position: relative;
}

.point-pdt .desc {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    line-height: 47.9px; /* 133.056% */
    margin: 0 0 30px;
    z-index: 2;
    position: relative;
}
.point-pdt h2{
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height);
    font-weight: var(--h2-font-weight);
    color: var(--text-dark);
    margin: 0 auto 20px;
    text-align: center;
}
.point-pdt h3{
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height);
    font-weight: var(--h3-font-weight);
    color: var(--text-dark);
}
.point-pdt h4{
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height);
    font-weight: var(--h4-font-weight);
    color: var(--text-dark);
}
.point-pdt p, .point-pdt li{
    font-size: var(--p-font-size);
    line-height: var(--p-line-height);
    font-weight: var(--p-font-weight);
    color: var(--text-dark);
}
.point-pdt .flex{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

.point-pdt .m-b-40{
    margin-bottom: 40px;
}
.point-pdt .m-b-20{
    margin-bottom: 20px;
}
.point-pdt .m-b-30{
    margin-bottom: 30px;
}
.light-grey{
    background-color:var(--light-grey);
}
.point-pdt .cta-grp {
    grid-gap: 18px;
    justify-content: center;
    position: relative;
}
.point-pdt .cta {
    border: 1px solid var(--text-light);
    font-size: 16px;
    line-height: 20px;
    padding: 14px 25px;
    display: inline-flex;
    align-items: center;
    min-width: 140px;
    text-decoration: none;
    text-align: center;
    background-color: var(--button-color);
    color: var(--text-light);
    text-transform: uppercase;
    cursor: pointer;
    justify-content: center;
    border: 1px solid var(--button-color);
    border-radius: 6px;
}
.wrapper {
    background: url(../../ems/images/icon/point-products-image-circle.png);
    position: absolute;
    width: 900px;
    height: 900px;
    top: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}