/*
 *
 * Theme override styles
 */

/*
 .rounded-box {
    overflow: hidden;
    border-radius: 12px;
 }

 .page-banner {
     overflow: hidden;
     border-radius: 22px;
     margin-top: 152px;
     height: 60vh;
     width: 80%;
     margin: 156px auto 0 auto;
     padding: 20px;
    background-color: var(--color-primary);
 }

 .page-banner .hero-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    
 }

 