

.d-flex{
  margin-bottom: 30px;
}

.media-icon{

}


.career_content {
}
.career_content h1 {
    font-weight: revert;
    font-size: 44px;
    color: #000;
    font-family: none;
    padding: 0 0 20px 0;
}



.flex-grow-1{}

.flex-grow-1 h5{
    color: #666;
    font-size: 24px;s
    font-weight: 600;
}

.flex-grow-1 p{
      font-size: 16px;
}
.flex-grow-1{}
.flex-grow-1{}




.media-icon i {
    color: #fff;
    width: 45px;
    height: 45px;
    background: red;
    border-radius: 50%;
    text-align: center;
    padding-top: 12px;
    font-size: 20px;
}

.product_img {
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    margin: 12px 0;
    width: 100%;
}

.banner_thumba {
    position: relative;
    height: 300px;
}
.banner_thumba:hover::before {
    opacity: 1;
}

.banner_thumba::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(237 172 172 / 50%);
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
}

.product_single {
    /* background: rgb(211 102 102 / 22%); */
}
.product_thum {
    padding: 35px;
    height: 100%;
}

.product_thum img {
    width: 100%;
    height: 100%;
}

.product_name {
}
.product_name h3 {
    color: #e60f0f;
    font-size: 20px;
}
