.box-right {
    padding: 25px 50px 95px 75px;
}

.box-right-margin-top {
    margin-top: -95px;
}

.news-header-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    position: relative;
    margin-top: -75px;
}

.news-header-icon {
    width: 50px;
    position: absolute;
    left: 25px;
    top: -60px;
    z-index: 9;
}
.card-block-content {
    box-shadow: 1px 1px 4px 0#b3b3ba;
    padding: 20px !important;
}

@media screen and (max-width: 767px) {
    .news-header-img {
        height: 350px;
        margin-top: -50px;
    }

    .news-header-icon {
        top: -40px;
    }
}

@media screen and (max-width: 575px) {
    .box-right {
        padding: 25px 25px 50px 25px;
    }

    .box-right-margin-top {
        margin-top: -45px;
    }
}
