.cta-shapes .cta-shapes-content{
    padding: 0px 30px 0;
    margin: auto;
}

.cta-shapes .cta-shapes-content h1, .cta-shapes .cta-shapes-content h2, .cta-shapes .cta-shapes-content h3{
    color: #000;
    text-align: center!important;
    font-family: "F37 Hybrid";    
    font-style: normal;
    font-weight: 600;
    font-size: 29px;        
    line-height: 33px;
    margin-bottom: 43px;
	margin-left: auto;
    margin-right: auto;
    max-width: 790px;
}

.cta-shapes .cta-shapes-content .discover-box h1, .cta-shapes .cta-shapes-content .discover-box h2, .cta-shapes .cta-shapes-content .discover-box h3{
    text-align: center;
}

.cta-shapes .block-shapes{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.cta-shapes .block-shapes a{
    color: #000;
    text-align: center;
    font-family: "Public Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.cta-shapes .block-shapes a:hover{
    color: #fff;
}

.cta-shapes .block-shapes .schedule-a-demo-btn{    
    background-image: url(../../images/demo_button-block.svg);
    background-size: 90%;
    padding: 0 60px;
}

.cta-shapes .block-shapes .schedule-a-demo-btn:hover{ 
     background-image: url(../../images/demo_button-block_hover.svg);
}

.cta-shapes .block-shapes .contact-us-btn{
    background: #fff154;
}

.cta-shapes .block-shapes .contact-us-btn:hover{
    background: #dbcf11;
}

.cta-shapes .discover-box {
    padding-bottom: 0;
    position: relative;
}

.cta-shapes .arrow-gradient{
    display: none;
}

@media (min-width: 768px) {
    .cta-shapes .block-shapes a.schedule-a-demo-btn{  
        height: 215px;  
        background-size: 90%;
        background-position: center;
    }
    .cta-shapes .arrow-gradient{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 130px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 100%)
    }
}

@media (min-width: 1024px) {
    .cta-shapes .cta-shapes-content{ 
        padding: 0;
    }    

    .cta-shapes .cta-shapes-content .discover-box > h1, .cta-shapes .cta-shapes-content .discover-box > h2, .cta-shapes .cta-shapes-content .discover-box > h3{
        font-size: 52px;        
        line-height: 56px;
        margin-bottom: 30px;
    }   
    
}

@media (min-width: 1080px) {
    .cta-shapes .cta-shapes-content .discover-box > h1, .cta-shapes .cta-shapes-content .discover-box > h2, .cta-shapes .cta-shapes-content .discover-box > h3{
        margin-bottom: 100px;
    }    
    .cta-shapes .cta-shapes-content .discover-box{
        height: 665px;
        padding-top: 100px;
         background-image: url(../../images/intro_curve05-small-desktop.svg?v=15);
        background-repeat: no-repeat;
        background-position: center -111px;
    }

    .cta-shapes .block-shapes{       
        flex-direction: row;
        justify-content: center;
        align-items: center;        
    }

    .cta-shapes .block-shapes a{
        font-size: 26px;
        line-height: 39px;
    }

    .cta-shapes .block-shapes a.schedule-a-demo-btn{  
        height: 263px;  
        background-size: 100%;
        background-position: center;
    }

    .cta-shapes .arrow-gradient{
        height: 100px;
    }
}

@media (min-width: 1260px) {
    .cta-shapes .cta-shapes-content .discover-box{       
        background-image: url(../../images/intro_curve05.svg);
        background-repeat: no-repeat;
        background-position: center -138px;
    }
}

@media (min-width: 768px) and (max-width: 1079.98px) {
    .cta-shapes .cta-shapes-content .discover-box{  
        background-image: url(../../images/intro_curve05-tablet.svg);
        background-repeat: no-repeat;
        background-position: center -11px;
        height: 536px;
    }
    .cta-shapes .block-shapes{       
        flex-direction: row;
        justify-content: center;
        align-items: center;   
        height: 215px;     
    }
}
