.row-03-bg .close-up{
    height: 750px;
}

.row-03-bg .arrow-bg {

   /* background-image: url("../images/row03/arrow-bg.avif");
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: left center;*/
}  

.row-03-bg .name-container {
    display: flex;
    margin-top: -25px;
}

.row-03-bg .name-container .left {
    width: 60px;

}

.row-03-bg .name-container .right {
    width: calc(100% - 60px);
    padding-top: 10px;
}


.row-03-bg .name{
    font-size: 32px;
    font-family: 'Univers Condensed', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
}

.row-03-bg .position{
    font-size: 18px;
    text-align: start;
}

.row-03-bg .subheading {
    font-size: 100px;
    font-family: 'Univers Condensed', Arial, sans-serif;
    font-weight: bold;
    line-height: 1em;
    margin-left: -8px;
    margin-top: 0;
    margin-bottom: 0;
}
.row-03-bg .subheading-2 {
    font-size: 50px;
    font-family: 'Univers Condensed', Arial, sans-serif;
    font-weight: bold;
    line-height: 1em;
    padding-left: 0px;
}

.row-03-bg .icon {
    font-size: 45px;
}

.finance-section-wrapper {
    position: relative;
    /* This padding creates space for arrows so they don't overlap the cards */
    padding: 0 30px; 
    width: 100%;
    box-sizing: border-box;
}

#FinanceSwiper {
    width: 100%;
    /* Keep this hidden to prevent the "bleeding" slides issue */
    overflow: hidden; 
}

.custom-prev, .custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px!important;
    height: 32px!important;
    border: 2px solid #812990;
    border-radius: 50%;
    color: #812990;
    z-index: 10;
}

/* Position them in the padding area of the wrapper */
.custom-prev { left: -6px!important; }
.custom-next { right: -6px!important; }

.custom-prev::after, .custom-next::after {
    font-size: 14px!important;
    color: #812990;
    font-weight: bold;
}

#FinanceSwiper .swiper-slide {
    padding: 0; 
}

.row-03-bg .box {
    border: 3px solid #812990;
    padding: 15px 15px 15px 15px;
    min-height: 180px;
}

.row-03-bg .box .left {
    width:100%;
    display: flex;
    justify-content:space-between  ;
    flex-direction: column;
}

/*.row-03-bg .box .right {
    width:30%;
}*/


.row-03-bg .box-p1 {
    font-size: 26px;
    font-family: 'Univers Condensed', Arial, sans-serif;
}

.row-03-bg .box-title{
    font-size: 20px;
    line-height: 1.5em;
}

.row-03-bg  .box-title-last-year {
     font-size: 15px;
}

.row-03-bg  .ezc-prefix {
    font-size: 46px;
    font-weight: bold;
    line-height: 1em;
}

.row-03-bg  .ezc-number {
    font-size: 54px;
    font-weight: bold;
    line-height: 1em;
    font-family: 'Univers Condensed', Arial, sans-serif;
}

.row-03-bg  .ezc-suffix {
    font-size: 44px;
    margin-left: -2px;
    font-weight: bold;
    font-family: 'Univers Condensed', Arial, sans-serif;
}

.row-03-bg .content {

}

@media (min-width: 768px) and (max-width: 1024px){
    .row-03-bg .close-up{
        height: 600px;
        object-fit: contain;
    }
    .row-03-bg .name-container {
        width: 460px;
        padding-right: 30px;
    }

    .row-03-bg .arrow-bg {
        background-size: 60% auto;
        background-position: left 50px bottom 280px;
    }  
    .row-03-bg .subheading {
        font-size: 50px;
         margin-left: -2px;
    }
    .row-03-bg .subheading-2 {
        font-size: 36px;
    }
    
    .row-03-bg .position{
        text-align: start;
    }



}
 
@media (min-width: 0px) and (max-width: 767px){
    .row-03-bg .close-up{
        height: 500px;
    }

    .row-03-bg .arrow-bg {
        background-size: 90% auto;
        background-position: left 10px bottom 260px;
    }  

    .row-03-bg .subheading {
        font-size: 30px;
        margin-left: -2px;
    }
    .row-03-bg .subheading-2 {
        font-size: 24px;
    }

    .row-03-bg .name{
        font-size: 20px;
    }

    .row-03-bg .position{
        font-size: 16px;
        text-align: start;
    }

    .row-03-bg .box {
        display: flex!important;
        flex-direction: column!important;
    }


    .row-03-bg .content {
        font-size: 15px;
    }
}    

