div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

    .section-stsl-services {
        background-color: #fff;
        padding: 45px 0 120px 0;
    }
    .stsl-services__list {
        display: flex;
        flex-direction: column;
    }
    .stsl-services__inner {
        position: relative;
    }
    .stsl-services__href {
        position: absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
    }
    .stsl-services__card {
        width: 100%;
        min-height: 275px;
        display: flex;
        flex-direction: row;
        gap:20px;
        padding:10px;
        padding-right:20px;
        padding-left: 0;
    }

    .stsl-services__inner:hover .stsl-services__link {
        color: red;
    }
    .stsl-services__img {
        min-height:100%;
        flex-basis: 35%;
        flex-shrink: 0;
    }
    .stsl-services__img img{
        display: block;
        object-fit: cover;

        height:100%;
        width:100%;
    }
    .stsl-services__content {
        display: flex;
        flex-direction: column;
    }
    .stsl-services__content .stsl-services__title {
        font-weight: 700;
        font-size: 20px;
        color: #736F73;
        margin-bottom: 1em;
    }
    .stsl-services__content .stsl-services__preview {
        color: #7D7A7D;
        margin-bottom: 1em;
        font-size: 17px;
    }
    .stsl-services__content .stsl-services__link {
        display: flex;
        align-items: center;
        gap: 5px;
        background-color: unset;
        border: none;
        color: #7D7A7D;
        cursor: pointer;
        margin-top: auto;
        text-decoration: none;

    }
    .stsl-services__content .stsl-services__link-arrow {
        font-size: 12px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section-stsl-services__heading {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }

    .section-stsl-services .section__control {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section__link-wrapper {
        margin-left: auto;

    }
    @media (max-width: 1365px) {
        .stsl-services__card {
            min-height: 302px;
        }
        .stsl-services__content .stsl-services__preview {
            font-size: 15px;
        }
    }
    @media (max-width: 1200px) {
        .section-stsl-services__heading h2 {
            width:auto;
        }

    }
    @media (max-width: 992px) {
        .section-stsl-services__heading {
            flex-wrap: wrap;
            row-gap: 20px;

        }
        .section-stsl-services__heading h2 {
            width:100%;
        }
        .stsl-services__card {
            padding: 0;
        }

    }

    @media (max-width: 768px) {
        .section-stsl-services__heading {
            display: flex;
            flex-direction: column;
            gap:20px;
            align-items: baseline;
            margin-bottom: 40px;
        }
        .section__link-wrapper {
            margin-left: 0;

        }
        .section-stsl-services .section__controls {
            order:2;
        }

    }
    @media (max-width: 575px) {
        .stsl-services__card {
            flex-direction: column;
        }
        .section-stsl-services__heading {
            margin-bottom: 20px;
        }

    }
