.landing--container{
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px; 
    color: #fff;
}
.landing--container p{
    font-size: 14px;
}
.landing--container .order-1 {
    order: -1 !important;
}
.landing--container a{
    text-decoration: none;
}
.landing--container a:hover{
    text-decoration: underline;
}
.landing--container .read--more{
    color: #E70000;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    cursor: pointer;
    align-items: center;
}  
.caret::before{
    content: "";
    border-color: transparent #E70000;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    margin-top: 3px;
    margin-right: 7px;
}
.landing--container .read--more.updown .caret::before{
    transform: rotate(270deg);
}
.landing--container .read--more--content{
    font-size: 16px;
    line-height: 1.5;
    display: none;
}
.elementor-widget-wrap{ 
    display: flex; 
    margin: 10px;
    border: 5px solid #707070;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
}
.wp-caption-text.lg{ 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wp-caption-text.xl{ 
    height: 75px;
    overflow: hidden;
}
.wp-caption-text.auto{ 
    height: auto;
}
.wp-caption-text{ 
    background-color: #333333;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
.wp-caption-text a{
    color: #fff !important;
}

 
.red--arrow--pointer {
    width: 92%;
    height: 116px;
    margin: 15px 10px 10px;
    background: #af1c25;
    position: relative; 
    text-align: center;
    color: #fff !important;
    font-size: 35px;
    letter-spacing: 0.5px;
    padding: 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
    font-family: 'eurostile' !important;
} 
.red--arrow--pointer:before {
    content: '';
    position: absolute;
    right: -60px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 60px solid #af1c25;
    border-top: 65px solid transparent;
    border-bottom: 50px solid transparent;
}

.img--box--lg{height: 271px; justify-content: center; overflow: hidden;}
.img--box--lg-2{height: 299px; justify-content: center; overflow: hidden;}
.img--box--md{height: 265px; justify-content: center; overflow: hidden;}

.order-1{order: -1;}

.col-50{width: 50%;}
.col-25{width: 25%;} 
.col-100{width: 100%;}

.img-fluid{max-width: 100% }

.m-0{margin: 0 !important;}
.mt-10{margin-top: 10px !important;}
.mt-15{margin-top: 15px !important;}

.fw-500{font-weight: 500 !important;}

.fnt-16{font-size: 16px !important;}

.d-flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.flex-column {flex-direction: column;}
 

@media only screen and (max-width: 599px) {
    .landing--container{
        padding: 20px 0;
    }
    .img--box--lg-2{
        height: 278px;
    }
    .img--box--md,
    .img--box--lg{
        height: 180px;
    }
    .red--arrow--pointer{
        height: 70px;
        font-size: 16px;
        width: 83%;
    }
    .red--arrow--pointer:before { 
        right: -50px; 
        border-left: 51px solid #af1c25;
        border-top: 36px solid transparent;
        border-bottom: 35px solid transparent;
    }
} 
@media screen and (orientation:landscape) and (max-width: 850px){
    .img--box--lg-2,
    .img--box--md,
    .img--box--lg{
        height: 180px;
    }
    .red--arrow--pointer{ 
        width: 83%;
    }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .red--arrow--pointer{ 
        width: 83%;
    } 
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .red--arrow--pointer{ 
        width: 83%;
    }  
}