    .left-side {
        float: left;
        width: 25%;
        padding: 0px 0px 0px 0px !important;
        margin-right: 12px;
        background: #fff;
    }


    .right-side {
        float: right;
        width: 25%;
        padding: 1%;
        padding: 0px;
        padding-right: 20px;
    }


    .content1 {

        margin-top: 14px;
    }

    .rna-logo {
        width: 40%;
    }


    @meadia(max-widht: 576px) {
        .rna-logo {
            width: 90%;
        }

        .content1 img {
            max-width: 100%;
            width: 100%;
        }

    }


    .mob-hide {
        display: flex;
    }

    .mob-show {
        display: none;
    }

    @media(max-width: 576px) {

        .moring-star img {
            width: 160px !important
        }

        .mob-hide {
            display: none !important;
        }

        .mob-show {
            display: block !important;

        }

    }

    @media(max-width: 768px) {

        .mob-hide {
            display: none !important;
        }

        .mob-show {
            display: block !important;

        }

    }

    .vish-btn .thumbnail {
        display: flex;
        justify-content: space-around;
        align-items: center;
        /* gap: 56px; */
        margin-top: 60px;
    }

    .renew-power-energy-details.vish-btn {
        position: absolute;
        top: 50%;
        left: 7%;
        right: auto;
        height: auto;
        bottom: auto;
        width: 100%;
        max-width: 100%;
        z-index: 4;
        transform: translate(-7%, -50%);
    }

    @media only screen and (max-width: 991px) {
        .vish-btn .thumbnail .youtube-play-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 0px;
            width: 60px;
            height: 60px;
        }
    }


    @media only screen and (max-width: 991px) {
        .culture-img img {
            height: auto;
        }
    }


    @media screen and (orientation:portrait) and (min-device-width: 577px) and (max-device-width: 768px) {
        . {
            width: 100%;
        }

        .mob-hide {
            display: none !important;
        }

        .mob-show {
            display: block !important;
        }
    }


    .content1 img {
        max-width: 100%;
    }

    .moring-star img {
        width: 200px
    }
    
.gw-galtab .box-shadow-outline{
    height:200px;
    object-fit: cover;
}
.vtitle{
    font-size: 26px;
    color: #8EC13f;
}
.vvviiin{
      object-position: top;
    height: 350px;
    object-fit: cover;
    width: 100%;  
}
.gw-qsal{
    margin-top: 35px;
    margin-left: 40px !important;
}

.vblockquote p:before{
        margin-bottom: 10px;
    content: "";
    background: url(https://dg4e57nn4fnta.cloudfront.net/irr/media/leaders/quotes.png);
    width: 40px;
    height: 40px;
    display: block;
    background-size: 40px;
    background-repeat: no-repeat;
    position: absolute;
    left: -45px;
    top: 8px;
}
.vblockquote p{
        display: flex;
    margin-left: 40px !important;
    position: relative;
    padding-top: 25px !important;
    margin: 0;
    padding: 0;
    font-size: 18px;
    opacity: 0.7;
}
    .decarb-filter a img {
        filter: invert(63%) sepia(73%) saturate(381%) hue-rotate(53deg) brightness(92%) contrast(86%);
    }

    .decarb-filter img {
        padding-right: 12px;
        margin-right: 12px;

    }

    .decarb-filter img::after {
        content: "";
        border-right: 2px solid #73be43;


    }

    .decarb-filter a {}

    .decarb-filter .our-green-card {
        /* padding: 50px 0; */
        padding: 19px 5%;
        display: flex;
        border: 2px solid #73bf44;
        border-radius: 9px;
    }

    .decarb-filter {
        margin-bottom: 25px;
    }

    .decarb-con {
        width: 60%;
    }

    .decarb-con p {
        word-wrap: break-word;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -o-text-overflow: ellipsis;
        word-spacing: -1px;
        -webkit-line-clamp: 3;
    }

    .decarb-con h4 {
        margin-top: 0px !important;
    }

    .our-green-card:hover {
        transform: scale(1.1);
        background: #fff;
    }

    .our-green-card:not(:hover) {
        transform: scale(1);
        background: #fff;
        transition: 1s;
        cursor: pointer;
    }
