
.giving-social-arena__img {
    position: relative;
}
.giving-social-arena__img:before {
    content: '';
    position: absolute;
    bottom: 0;
    background: rgba(254, 220, 0, 1);
    height: clamp(0.375rem, 0.2674rem + 0.4021vw, 0.75rem);
    width: 1000px;
}
.giving-social-arena__img1:before {
    left: 0;
}
.row:nth-child(2n) .giving-social-arena__img1:before {
    right: 0;
    left: auto;
}
.giving-social-arena__img img {
    width: 405px;
    max-width: 100%;
}
@media (max-width: 767px) {
    .giving-social-arena__img {
        width: 230px;
    }
    .row:nth-child(2n) .giving-social-arena__img {
        float: left;
    }

    .row-giving-social-arena:last-child {
        margin-bottom: 0 !important;
    }
   
}
