.welfare_sec h2 , .welfare_sec .text-center p {
    text-align: center !important;
}

.icon-box-section {
    background: #f7f8fa;
    font-family: "Montserrat", sans-serif;
}

.icon-box {
    position: relative;
    height: 100%;
    padding: 35px 30px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.icon-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 0;
    background: #00b0c8;
    transition: all 0.4s ease;
}

.icon-box:hover {
    transform: translateY(-8px);
    border-color: #00b0c8;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.icon-box:hover::before {
    height: 100%;
}

.icon-box-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:auto;
    margin-bottom: 25px;
    background: #00b0c814;
    border-radius: 50%;
    color: #00b0c8;
    font-size: 28px;
    transition: all 0.4s ease;
}

.icon-box:hover .icon-box-icon {
    background: #00b0c8;
    color: #fff;
    transform: rotateY(180deg);
}

.icon-box-content {
    position: relative;
    z-index: 2;
}

.icon-box-content h4 {
    margin: 0 0 12px;
    font-size: 19px;
    font-weight: 700;
    color: #161616;
}

.icon-box-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #777;
    text-align: center;
}

.icon-box-number {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 55px;
    font-weight: 700;
    line-height: 1;
    color: #f3f3f3;
    z-index: 0;
    transition: all 0.4s ease;
    display: none;
}

.icon-box:hover .icon-box-number {
    color: #f9e8e8;
}

a.veiw_link {
    color: #16B5C5;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    display: block;

}
a.veiw_link img {
    width: 20px;
}

.Volunteer_dv h2 {
    margin-bottom: 10px;
}
.Volunteer_dv p {
    max-width: 850px;
    width:100%;
    margin: auto;
    margin-bottom: 20px;
    font-size: 18px;
}

/* Tablet */
@media (max-width: 991px) {
    .icon-box {
        padding: 30px 25px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .icon-box {
        padding: 25px 22px;
    }

    .icon-box-icon {
        width: 58px;
        height: 58px;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .icon-box-content h4 {
        font-size: 17px;
    }

    .icon-box-content p {
        font-size: 13px;
    }
    .section_container  {
        padding-bottom: 0px;
    }
}

