.custom-banner-elblock {
    position: relative;
}
.text_content_elblock {
    position: absolute;
    bottom: 0%;
    padding: 30px;
    width: 100%;
}

.single-ban-alignment-left{
    display: flex;
    justify-content: left;
}

.single-ban-alignment-right{
    display: flex;
    justify-content: right;
}

.single-ban-alignment-center{
    display: flex;
    justify-content: center;
}

.single-banner-button-class{
    border: 1px solid;
}

.btn {
    padding: 8px 24px !important;
    color: #fff !important;
    border-radius: 2px;
}



.who_weAre_part .single_image {
    width: 100%;
    position: relative;
}
.who_weAre_part .single_image img {
/* -webkit-filter: grayscale(100%) 
          brightness(135%)
          contrast(120%);
  filter: grayscale(100%) 
          brightness(135%)
          contrast(120%);
  
  transition: filter 0.3s, box-shadow 0.3s;
  -webkit-transition: filter 0.3s, -webkit-filter 0.3s, box-shadow 0.3s; */
  border-radius: 5px;
}
.who_weAre_part .single_image img {
            width: 100%;
}
.who_weAre_part .custom-banner-elblock:hover .single_image img {
/* -webkit-filter: none;
  filter: none; */
}
.who_weAre_part .single_image:before {
    content: "";
     width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 5px;
}

.who_weAre_part .text_content_elblock {
    bottom: 0;
    z-index: 2;
    padding: 60px 70px;
}
.who_weAre_part .text_content_elblock h2 {
    font-size: 40px;
    color: #fff;
    line-height: 1.1;
    list-style: none;
    font-family: 'Helvetica Neue';
    font-weight: 500;
    margin-bottom: 20px;
}
.who_weAre_part .text_content_elblock p {
    font-size: 16px;
    line-height: 24px;
     font-family: 'Helvetica Neue';
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
}
.who_weAre_part .text_content_elblock .single-banner-button-class {
   padding: 17px 20px !important;
    font-size: 14px;
    line-height: 1;
    font-family: 'Helvetica Neue';
    font-weight: 500;
    border: 1px solid #fff !important;
    border-radius: 5px;
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
    transition: all ease 0.5s;
    background: transparent !important;
}
.who_weAre_part .text_content_elblock .single-banner-button-class i {
    margin-left: 11px;
}
.who_weAre_part .text_content_elblock .single-banner-button-class:hover {
    background: #e30613 !important;
    border-color: #e30613 !important;
}
.who_weAre_part .single-ban-alignment-center {
    display: block;
}

/*  */
     @media (max-width: 991px) {
       .who_weAre_part .text_content_elblock {
            padding: 30px 40px;
        }
       .who_weAre_part .text_content_elblock h2 {
            font-size: 34px;
        }
    }
    @media (max-width: 767px) {

        .who_weAre_part .single_image img {
            -webkit-filter: inherit;
            filter: none;
            transition: inherit;
            -webkit-transition: inherit;
        }

        .who_weAre_part .text_content_elblock {
            padding: 40px 24px;
        }
       .who_weAre_part .single_image img {
            height: 592px;
            object-fit: cover;
            object-position: 10%;
        }
        .who_weAre_part .text_content_elblock h2 {
            font-size: 28px;
        }
        .who_weAre_part .text_content_elblock .single-banner-button-class {
            padding: 18px 20px;
        }

    }
