﻿.flex-grid {
     display: flex;

}

.col {
    flex: 1;   
}

@media screen and (min-width: 967px) and (max-width: 1127px) {
    .col {
        flex-basis: calc(100% / 3);
    }
}

@media screen and (max-width: 967px) {
    .col {
        flex-basis: calc(100% / 2);
    }
}
@media screen and (max-width: 400px) {
    .col {
        flex-basis: calc(100% / 4);
    }
}




a: link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}



.Rectangle {
/*    width: 297px !important;*/
   height: 420px !important;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 4px;
    box-shadow: 0 3px 8px 1px rgba(156, 156, 156, 0.15), 0 2px 4px 0 rgba(196, 196, 196, 0.5);
    background-color: #ffffff;
}

.NewsCubedefault {
    padding-bottom: 55px;
    position: relative;
    max-height: unset;
    min-height: unset;
    height: unset;
    width: 100% !important;
    /*    height: 400px !important;*/
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 4px;
    box-shadow: 0 3px 8px 1px rgba(156, 156, 156, 0.15), 0 2px 4px 0 rgba(196, 196, 196, 0.5);
    background-color: #ffffff;
}
.hidebr br {
    display: none;
}  
.newsReadmore {
    position: absolute; /* added */
    bottom: 3px; /* added */
    right: 2px; /* added */

}

.RectangleEdit {
    width: 297px !important;
    height: 300px !important;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 4px;
    box-shadow: 0 3px 8px 1px rgba(156, 156, 156, 0.15), 0 2px 4px 0 rgba(196, 196, 196, 0.5);
    background-color: #ffffff;
}
.Group-27 {    
    width: 297px !important;
    height: 180px !important;
    /*object-fit: contain;*/
}
.img-group {
    width: 297px;
    height: 240px;
    object-fit: contain;
}

.newsHead {
    padding-right: 4px;
    width: 100px;
    height: 29px;
    font-family: Heebo;
    font-size: 29px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.66;
    letter-spacing: normal;
    text-align: right;
    color: #f27121;
    border: none;    
}
.newsHead-news {
    padding-right: 15px;
    width: 100px;
    height: 29px;
    font-family: Heebo;
    font-size: 29px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.66;
    letter-spacing: normal;
    text-align: right;
    color: #f27121;
    border: none;
    padding-right: 1px !important;
    padding-left :7px !important;
    margin-right:5px;
}
.newsDate{
    width:60px;
    height: 29px;
    font-family: Heebo;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #757575;
    border:none;
}
.newsTitle {
    padding-right: 0px;
    padding-left: 10px;
    max-width: 297px;
    max-height: 80px;
    /*min-width: 297px;*/
    min-height: 80px;
    font-family: Heebo;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: justify !important;
    color: #757575;
    border: none;  
    
}
.newsTitleEdit {
    padding-right: 0px;
    padding-left: 10px;
    width: 297px;
    max-height: 80px;
    /*min-width: 297px;*/
    min-height: 80px;
    font-family: Heebo;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: justify !important;
    color: #757575;
    border: dotted;
}
.newsButton {   
    width: 126px !important;
    height: 42px !important;    
    align-items: center;
    padding-top: 10px;
    border-radius: 1px;
    color: white;
    background-color: #f27121;
    text-align: center;
    text-decoration: none;   
    bottom:10px;

}
    .moreNews{
    width: 332px;
    height: 29px;
    font-family: Heebo;
    font-size: 27px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: right;
    color: #00476b;
}

.InnerNewsCube {
    width: 297px !important;
    height: 440px !important;
    box-shadow: 0 3px 8px 1px rgba(156, 156, 156, 0.15), 0 2px 4px 0 rgba(196, 196, 196, 0.5);
    background-color: #ffffff;    
}
.Group-28 {
    width: 290px !important;
    height: 240px !important;
    padding-right:10px;
    object-fit: contain;
}

.section-news {
    padding-right: 30px;
    padding-left: 30px;
}

.news-text {
    width: 60%;
    margin-bottom: 30px;
}

.defContainer {
    background-color: #ebedef;
}



.news-section-header {
    padding-right: 30px;
    padding-left: 30px;
    background-color: #0f2e41;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(80%, transparent), color-stop(92%, rgba(15, 46, 65, .75)), color-stop(98%, #0f2e41)), url('../images/news-header.png');
    background-image: linear-gradient(0deg, transparent 80%, rgba(15, 46, 65, .75) 92%, #0f2e41 98%), url('../images/news-header.png');
    background-repeat: no-repeat;
}


.news-section-image {
    width: 100%;
    height: 50%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(80%, transparent), color-stop(92%, rgba(15, 46, 65, .75)), color-stop(98%, #0f2e41)), url('../images/news-header.png');
    background-image: linear-gradient(0deg, transparent 80%, rgba(15, 46, 65, .75) 92%, #0f2e41 98%), url('../images/slider.png');
}

.news-section-image {
    position: absolute;
/*    left: -50px;*/
    bottom: 0px;
    display: block;
    /* width: 45%; */
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(67%, rgba(15, 46, 65, .07)), color-stop(78%, rgba(14, 43, 60, .51)), color-stop(92%, rgba(15, 46, 65, .87)), color-stop(99%, #0f2e41)), url(../images/slider.png);
    background-image: linear-gradient(90deg, transparent, rgba(15, 46, 65, .07) 485px, rgba(14, 43, 60, .51) 588px, rgba(15, 46, 65, .87) 650px, #0f2e41 707px), url(../images/slider.png);
    background-position: 0px 0px, 0% 0%;
    background-size: auto, auto 180%;
    background-repeat: repeat, no-repeat;
}

@media (max-width: 1090px) {
    .news-text {
        width: 100%;
    }
    .download-container {
/*        width: 100%;*/
    }
}

