.call-to-action-2 .cta-action .btn-outline-primary {
    border-color: var(--accent-color);
    color: var(--accent-color);
    padding: 2.0rem 2.0rem;
    transition: all 0.3s ease;
}

.border-icon-btn {
    position: relative;
    padding: 5% 0 5% 0;
    border: 1px solid #2475FD;
    background: #fff;
    jbfont-size: 14px;
    -webkit-border-radius: 100px/50px;
    -moz-border-radius: 100px/50px;
    border-radius: 100% 100% 100% 100%;
    width: 30%;
    margin: 0 auto;
    font-size: 2rem;
}


.border-icon-btn .icon {
    position: absolute;
    top: 7%;
    right: 0%;
    width: 150%;
    height: 0%;
    background: #f8fbf800;
    color: #1833c6;
    border-radius: 50%;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;

}