.e--pointer-underline .elementor-item:after{ height:1px;}
.cta-scroll{ 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff !important;
}
.cta-scroll span{ color:#fff !important; }
.cta-scroll .arrow-down{
    display:block; 
    width:20px; 
    height:20px; 
    border-right:1px solid #fff; 
    border-bottom:1px solid #fff; 
    transform:rotate(45deg) skew(-12deg, -12deg);
    margin-top:-5px;
}