﻿ .section-padding {
            padding: 120px 0;
        }

        .js .animate-box {
            opacity: 0;
        }

        .news {
            position: relative;
            margin-bottom: 90px;
        }

        .fadeInUp {
            -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
        }

        .animated {
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }

        .news figure {
            margin: 0;
            position: relative;
            width: 66.666667%;
            margin-left: auto;
        }

        figure {
            margin: 0 0 1rem;
        }

        /*.img-fluid {
            max-width: 100%;
            height: auto;
        }

        img {
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            color: #f4f4f4;
        }

        img {
            width: 100%;
            height: auto;
        }

        img, svg {
            vertical-align: middle;
        }*/

        .news .caption.pl-40 {
            padding-left: 4%;
        }

        .news .caption {
            background: #f6f6f6;
            position: absolute;
            left: 0;
            top: 50%;
            width: 50%;
            padding: 5% 4% 5% 4%;
            -ms-transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

            .news .caption h6 {
                display: inline-block;
                padding: 10px 15px;
                background-color: #1b1b1b;
                color: #fff;
                font-weight: 500;
                font-size: 10px;
                letter-spacing: 1px;
                text-transform: uppercase;
                -webkit-align-self: flex-start;
                -ms-flex-item-align: start;
                align-self: flex-start;
            }

            .news .caption h4, .news .caption h4 a {
                font-size: 27px;
                color: #1b1b1b;
                padding-top:20px;
            }

        p {
            font-family: 'Jost', sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.75em;
            color: #777;
            margin-bottom: 20px;
        }

        hr.border-2 {
            border-top: 1px solid #777;
        }

        border-2 {
            --bs-border-width: 2px;
        }

        hr {
            margin-top: 5px;
            margin-bottom: 20px;
            border: 0;
        }

        hr {
            margin: 1rem 0;
            color: inherit;
            border: 0;
            border-top: 1px solid;
            opacity: .25;
        }

        .news.left figure {
            margin-left: 0;
            margin-right: auto;
        }

        .news figure {
            margin: 0;
            position: relative;
            width: 66.666667%;
            margin-left: auto;
        }

        .news.left .caption {
            left: auto;
            right: 0;
            background: #f6f6f6;
            padding: 5% 4% 5% 4%;
        }

        @media (max-width: 991.98px) {
            .news figure {
                width: auto;
                margin: 0;
            }

            .news .caption {
                position: relative;
                left: 0;
                top: 0;
                width: auto;
                padding: 30px 20px;
                -ms-transform: translate(0, 0);
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
            }
        }
