.providers-related-articles {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f1f1f1;
}

    .providers-related-articles .providers-related-articles--wrapper {
        padding: 0 20px;
    }

    @media (min-width: 1024px) {
        .providers-related-articles .providers-related-articles--wrapper {
            margin-left: auto;
            margin-right: auto;
            width: calc(100% - 81px - 81px);
        }
    }

        .providers-related-articles .providers-related-articles--wrapper > h2 {
            margin: 0 0 18px;
            font-size: 24px;
            line-height: 1;
            text-align: center;
            text-transform: uppercase;
        }

        .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider {}

        @media (min-width: 1024px) {
            .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
        }

            .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider .slick-arrow {
                padding: 0;
                width: 25px;
                height: 25px;
                line-height: 1;
                background-image: url('../../assets/icons/arrow.svg');
                background-color: transparent;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: 19px 14px;
            }

            .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider .slick-arrow.slick-prev {
                transform: rotate(180deg);
            }

            .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider .slick-arrow.slick-disabled {
                cursor: default;
                opacity: 0.3;
            }

            .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider .slick-slide {
                margin: 0 10px;
            }

            .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider .slick-list {
                overflow: hidden;
                margin: 0 -20px 0 -10px;
                padding-top: 10px;
                padding-right: 20%;
                padding-bottom: 15px;
            }

            @media (min-width: 768px) {
                .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider .slick-list {
                    padding-right: 10%;
                }
            }

            @media (min-width: 1024px) {
                .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider .slick-list {
                    margin: 0 auto;
                    padding-right: 0;
                    max-width: calc(100% - 39px - 39px); /* container's width - arrow buttons' width */
                }
            }

            .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider article {
                position: relative;
                padding: 16px;
                min-width: 300px;
                background: #fff;
            }

            .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider article::after {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
                content: '';
                width: 67px;
                height: 100%;
                background: #EB2A35;
            }

                .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider article > div {
                    position: relative;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    z-index: 2;
                }

                    .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider article > div .providers-related-articles--thumbnail {
                        width: 100px;
                        height: 100px;
                        background: #f1f1f1;
                    }

                        .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider article > div .providers-related-articles--thumbnail a {
                            display: block;
                            width: 100%;
                            height: 100%;
                        }

                            .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider article > div .providers-related-articles--thumbnail a img {
                                width: 100%;
                                max-width: 100%;
                                height: 100%;
                                max-height: 100%;
                                object-fit: contain;
                            }

                    .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider article > div .providers-related-articles--header {
                        width: calc(100% - 100px - 20px);
                    }

                        .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider article > div .providers-related-articles--header h3 {
                            font-size: 14px;
                        }

                            .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider article > div .providers-related-articles--header h3 a {
                                color: #000;
                                text-decoration: none;
                                text-transform: uppercase;
                            }

                            .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider article > div .providers-related-articles--header h3 a:focus,
                            .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider article > div .providers-related-articles--header h3 a:hover {
                                color: #EB2A35;
                            }

                        .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider article > div .providers-related-articles--header p {
                            margin: 0;
                            font-size: 12px;
                        }

                            .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider article > div .providers-related-articles--header p a {
                                color: #EB2A35;
                                text-decoration: none;
                                text-transform: uppercase;
                            }

                            .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider article > div .providers-related-articles--header p a:focus,
                            .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider article > div .providers-related-articles--header p a:hover {
                                text-decoration: underline;
                            }

                            .providers-related-articles .providers-related-articles--wrapper .providers-related-articles--slider article > div .providers-related-articles--header p a::after {
                                display: inline-block;
                                position: relative;
                                top: -2px;
                                content: '';
                                margin-left: 0.5em;
                                width: 5px;
                                height: 5px;
                                border-top: #EB2A35 1px solid;
                                border-right: #EB2A35 1px solid;
                                transform: rotate(45deg);
                            }