
        .ree-media-crd {
            background: #fff;
            margin-bottom: 30px;
            border-radius: 14px;
            overflow: hidden;
            border: 5px solid #f7f7f7;
        }

        .fill-fixed {
            /* object-fit: cover;                                                                                                                                                                                                                                                                                                                                                       width: 100%; */
            height: 250px;
        }

        .rpl-contt {
            padding: 0 20px 20px;
        }

        html .mb20 {
            margin-bottom: 20px;
        }

        html .mt30 {
            margin-top: 30px;
        }

        .blog-quick-inf {
            font-weight: 300;
            font-size: 17px;
        }

        .pt80 {
            padding: 50px 0px 0px 0px;
        }

        .blog-section {
            background-color: #fbf1ef;
            padding: 60px 0 13px 0;
        }

        .page-headings {
            text-align: center;
        }

        .sub-heading {
            font-weight: 300;
            font-size: 20px;
            line-height: 30px;
            display: block;
            color: #ff5b2e;
            text-transform: uppercase;
        }
        .mt-4{
            margin-top: 15px;
        }
        .blog-img-bg-new img{
            width:100%;
        }
        @media only screen and (max-width: 767px) {
            iframe {
                width:100%;
            }
        }