.fw-bot-cta__overlay {
display: -ms-grid;
display: grid;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
bottom: 50;
right: 0;
width: 100%;
height: 260px;
max-height: 300px;
z-index: 0;
}
.fw-bot-cta__overlay {
background: #abd03a;
-webkit-clip-path: polygon(0 75%, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 101%, 100% 0, 100% 100%, 0% 100%);
}