.banner-with-bottom-curve{padding:100px 0;margin-bottom:60px;background-size:cover;background-repeat:no-repeat;background-position:top;position:relative;overflow:hidden;display:flex;align-items:center;-webkit-clip-path:polygon(0 0,0 85%,50% 100%,100% 85%,100% 0);clip-path:polygon(0 0,0 85%,50% 100%,100% 85%,100% 0);min-height:650px;background-color:var(--background-color)}.banner-with-bottom-curve .actions{position:absolute;top:70px;right:20px}.banner-with-bottom-curve .content{width:100%;position:relative;z-index:2;display:flex;justify-content:center}.banner-with-bottom-curve .content .heading{width:80%;text-align:center}.banner-with-bottom-curve .content .heading .tag{padding:10px 20px;border-radius:50px;background-color:color-mix(in srgb,var(--brand-white),transparent 92%);color:#fff}@media (max-width:1024px){.banner-with-bottom-curve .content .heading{width:95%}}