.logo_img {
    /* filter: drop-shadow(20px 10px 10px #32f352); */
    /* filter: drop-shadow(0 0 0.5rem rgb(38, 252, 67)); */
}



.cor_item {
    background-color: rgb(0, 0, 0, 0.2);
    background-size: 70% !important;
    background-position: left !important;
    background-repeat: no-repeat;
}

.cor_item h3 {

    background-image: linear-gradient(to left, rgba(25,60,36,0), rgba(25,60,36,0.9));
    padding: 5px;
}
.cor_item h1 {
    background-image: linear-gradient(to left, rgba(25,60,36,0), rgba(25,60,36,0.9));
    padding: 5px;
}

.cor_item_1 {

}

.cor_item_2 {

    background-position: right !important;
}

.cor_item_3 {

}


.cor_cont {
    display: flex;
    flex-direction: column;
    justify-content: end;
    max-width: 80%;
    margin: auto;
}

/* @media(max-width:1900px) and (min-width:1500px) {
    .cor_item {
        background-size: 65% !important;
    }
}

@media(max-width:1500px) and (min-width:1200px) {
    .cor_item {
        background-size: 70% !important;
    }
} */

@media(max-width:1200px) and (min-width:900px) {
    .cor_item {
        background-size: 80% !important;
    }
}


@media(max-width:900px) {
    .cor_item {
        background-size: 100% !important;
        background-color: rgb(0, 0, 0, 0);
    }

    .cor_cont {
        max-width: 100%;

    }
}

@media(min-width:900px) {
    .header_items_row {
        padding: 0 40px;
    }
}


@media(max-width:600px) {
    .main_page_about_2_img {
        max-width: 215px;
    }
}


@media(max-width:770px) and (min-width:600px) {
    .main_page_about_2_img {
        max-width: 250px;
    }
}


.gallery_item_img_1, .gallery_item_img_4 {
    width: 100%;
    object-fit: cover;
    max-height: 450px;
}

.masonry-item a {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.masonry-item a img {
    min-height: 250px;
    width: 100%;
    object-fit: cover;
}

.gallery_items {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.custum_digital_section {
    margin-top: 150px !important ;
}
