#first-bg {
    position: relative;
    background-color: #e2e7ee;
    padding-top: 30px;
    padding-bottom: 30px;
}
#first-bg .background-image {
    -webkit-mask-image: linear-gradient( to right,rgba(0,0,0,0) 5%, rgba(0,0,0,1) 60%);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    right:0;
    top:0;
    height: 100%;
}
.title-block .date-block {
    font-size: 20px;
    color: #4d4d4d;
    font-family: Gilroy-Light;
}
.title-block .news-title {
    font-size: 70px;
    font-family: Gilroy-Light;
    text-transform: uppercase;
    color: #4d4d4d;
    font-weight: 400;
    line-height: 1;
}
.title-block .news-title span {
    color: #00c05a;
    font-family: Gilroy-Medium;
    font-weight: 600;
}
.title-block .news-description {
    font-size: 32px;
    font-family: Gilroy-Light;
    color: #4d4d4d;
    max-width: 640px;
}
.title-block .news-written-by {
    font-size: 20px;
    color: #4d4d4d;
    font-family: Gilroy-Light;
}
.title-block .news-written-by span {
    font-family: Gilroy-Medium;
    font-weight: 600;
}
/*.date-and-soc-block {*/
/*    margin-left: -40px;*/
/*}*/

.date-and-soc-block > div {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.date-and-soc-block .soc-button {
    display:none;
}
.title-inner > * {
    margin-bottom: 20px;
}
.title-inner p:last-child {
    margin-bottom: 0;
}
#news-body {
    padding-bottom: 30px;
    padding-top:30px;
}
#news-body a {
    color:#00c05a;
    text-decoration: none;
    border-bottom: 1px solid #00c05a;
}
#news-body a:hover {
    color:#00c05a;
    text-decoration: none;
    border-bottom: 1px solid #00c05a;
    opacity: .8;
}
#news-body ul {
    list-style: none; /* Remove default bullets */
    color: #4d4d4d;
}

#news-body ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #00c05a; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}
#news-body p {
    font-size: 16px;
    color: #4d4d4d;
    font-family: Gilroy-Medium;
}
#news-body p.inside-title {
    font-size: 40px;
    font-family: Gilroy-Light;
}
#news-body .right-adv-block p {
    font-size: 40px;
    font-family: Gilroy-Light;
    line-height: 1.3;
}
#news-body .right-adv-block p span{
    font-family: Gilroy-Medium;
    border-bottom: 2px solid #4d4d4d;
    text-transform: uppercase;
    font-weight: 600;
}
.right-adv-block {
    margin-bottom: 40px;
    max-width: 380px;
    float: right;
}
#middle-ticker .green-button-hover-menu {
    right: 15px;
}
#first-bg .background-image {

}
.soc-button {
    display: none;
}
.inside-image {
    margin: 30px auto 20px;
    text-align: center;
}
.inside-image img {
    width: auto;
    max-width: 100%;
    border-bottom: 1px solid #f7f7f7;
}
#news-body p.inside-title {
    line-height: 1.3;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
    }
}
@media (max-width: 1500px) {
    #first-bg .background-image {
        opacity: 0.2;
    }
}
@media (max-width: 992px) {
    .title-inner {
        padding: 20px 0;
    }
    .right-adv-block{
        float: unset;
        margin: 20px auto 40px;
    }
    #first-bg {
        padding: 0;
    }
    #first-bg .background-image {
        opacity: 1;
    }
    #first-bg .background-image {
        position: relative;
        width: 100%;
        height: auto;
        opacity: 1;
    }
    .title-block .news-title {
        font-size: 30px;
        line-height: 1.3;
    }
    .title-block .news-description {
        font-size: 23px;
        line-height: 1.1;
    }
    #news-body p.inside-title {
        font-size: 30px;
        line-height: 1;
    }
}
@media all and (max-width:  992px){
    #news-body {
        padding-top: 0;
    }
    .terms-and-cond-block p {
        padding: 15px 45px 15px 15px;
        text-align: left;
    }
}
@media all and (max-width:  576px){
    #first-bg .title-inner {
        padding: 15px;
    }
}