/* section.universal_sec {
    background: linear-gradient(180deg, #428C9C52, #428C9C52),url(../img/get_involved/getinvolved.webp) no-repeat;
    background-size: cover;
    background-position: center;
} */
.para_txt {
    color: #88858e;
    font-family: "roboto_m", Sans-serif;
}
h4.orange_heading {
    color: #ff6d12;
    line-height: 40px;
    font-family: 'roboto_b';
    font-size: 40px;
    margin-bottom: 2rem;
}
section.get_involved_page section.help_people_sec {
    padding: 3rem 0;
}
section.getinvolved_sec {
    padding: 3rem 0;
}
.universal_contents {
    background-color: #1B252F;
    padding: 4rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.universal_contents h1 {
    /* color: #fff;
    font-family: "roboto_m", Sans-serif;
    font-size: 50px; */
    color: #FBFBFB;
    font-family: "Archivo", Sans-serif;
    font-size: 65px;
    font-weight: 800;
    text-transform: uppercase;
}

/*  */
.card_img_wrapper {
    width: 100%;
    height: 320px;
    position: relative;
}
.card_img_wrapper:hover .overlay {
    display: block;
    background-color: #0000003b;
    /* opacity: 0.75; */
    /* transform: scale(1); */
    transition: all 1s;
    /* transform: translateY(-100%); */
}
.card_img_wrapper .overlay{
 width: 100%;
 height: 100%;
 /* display:none; */
 background-color: transparent;
 /* transition: all .3s ease-in-out; */
 position: absolute;
 z-index: 2;
    top:0;
}

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



.help_people_card .card {
    border: 3px solid #54595f;
}

.help_people_card .card-body {
    border-top: 3px solid #54595f;
    text-align: center;
}

.help_people_card h5 {
    color: #54595f;
    font-family: "Archivo", Sans-serif;
    font-size: 23px;
    font-weight: 800;
    /* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical; */
}
.help_people_card a {
    text-decoration: none;
}