.bricks-button {
    display: flex;
    color: var(--main-btn-txt);
    font-size: clamp(1.8rem, 0.382vw + 1.678rem, 2.2rem);
    background-image: linear-gradient(90deg, var(--main-btn), var(--main-btn-sec));
    position: relative;
    padding: 1.2rem 4rem 1rem;
    border-radius: 5rem;
    margin-top: clamp(1rem, 2.778vw + -0.333rem, 3rem);
    overflow: hidden;
}
.bricks-button::after{content:"";position:relative;height:2.4rem;width:2.4rem;right:0;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 25'%3E%3Crect width='24' height='24' y='.5' fill='%23fff' rx='12'/%3E%3Cpath stroke='%23f8520c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12.3846 7 17 12l-4.6154 5m3.9744-5H7'/%3E%3C/svg%3E");background-repeat:no-repeat}