.row-04-bg .subheading {
    font-size: 60px;
    font-family: 'Univers Condensed', Arial, sans-serif;
    font-weight: bold;
    line-height: 1em;
    margin-left: -2px;
    margin-top: 0;
    margin-bottom: 0;
}
.row-04-bg .subheading-2 {
    font-size: 50px;
    font-family: 'Univers Condensed', Arial, sans-serif;
    font-weight: bold;
    line-height: 1em;
    padding-left: 0px;
}

.row-04-bg .box-left {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}

.row-04-bg .box-left .content{
    width:90%;
}

.row-04-bg .box-left .arrow{
    width:10%;
    font-size:45px;
}

.row-04-bg .box {
    border: 3px solid #812990;
    padding: 15px 15px 15px 15px;
}

.row-04-bg .box .left {
    width:305px;
    display: flexbox;
    justify-content:space-between  ;
    flex-direction: column;
}

/*.row-04-bg .box .right {
    width:30%;
}*/


.row-04-bg .box-p1 {
    font-size: 26px;
    font-family: 'Univers Condensed', Arial, sans-serif;
}

.row-04-bg .box-title{
    font-size: 20px;
    line-height: 1.5em;
}

.row-04-bg  .box-title-last-year {
     font-size: 15px;
}

.row-04-bg  .ezc-prefix {
    font-size: 46px;
    font-weight: bold;
    line-height: 1em;
}

.row-04-bg  .ezc-number {
    font-size: 54px;
    font-weight: bold;
    line-height: 1em;
    font-family: 'Univers Condensed', Arial, sans-serif;
}

.row-04-bg  .ezc-suffix {
    font-size: 44px;
    margin-left: -2px;
    font-weight: bold;
    font-family: 'Univers Condensed', Arial, sans-serif;
}

.row-04-bg .name-container {
    display: flex;
    margin-top: -25px;
}

.row-04-bg .name-container .left {
    width: 60px;

}

.row-04-bg .name-container .right {
    width: calc(100% - 60px);
    padding-top: 10px;
}

.row-04-bg .name{
    font-size: 32px;
    font-family: 'Univers Condensed', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
}

.row-04-bg .position{
    font-size: 18px;
    text-align: start;
}

.row-04-bg .icon {
    font-size: 45px;
}

#row-04-content-01, 
#row-04-content-02 {
    width: 50%;
}


@media (min-width: 768px) and (max-width: 1024px){
    .row-04-bg .close-up{
        height: 600px;
        object-fit: contain;
    }
    .row-04-bg .name-container {
        width: 460px;
        padding-right: 30px;
    }

    .row-04-bg .arrow-bg {
        background-size: 60% auto;
        background-position: left top;
    }  

    .row-04-bg .subheading {
        font-size: 50px;
    }
    .row-04-bg .subheading-2 {
        font-size: 36px;
    }
    
    .row-04-bg .position{
        text-align: start;
    }

    .row-04-bg .box .left {
        width:100%;
    }

}
 
@media (min-width: 0px) and (max-width: 767px){
    .row-04-bg .close-up{
        height: 500px;
    }

    .row-04-bg .subheading {
        font-size: 26px;
    }
    .row-04-bg .subheading-2 {
        font-size: 24px;
    }

    .row-04-bg .name{
        font-size: 20px;
    }

    .row-04-bg .position{
        font-size: 16px;
        text-align: start;
    }



    .row-04-bg .box-left {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .row-04-bg .content-text {
        font-size: 15px;
    }

    #row-04-content-01, 
    #row-04-content-02 {
        width: 100%;
    }

    .row-04-bg .box .left {
        width:100%;
    }

}    
