.social-activity.js-slider {
    
margin-bottom: 40px;
    
margin-left: -15px;
    
margin-right: -15px;
    
/* margin-top: 40px; */
}

.social-activity-item {padding-left: 15px;padding-right: 15px;}

.social-activity-item.js-slide-item.col-12.slick-slide.slick-current.slick-active {}

.wrap-block {
    display: block;
}

.slick-arrows.style-2.slick-prev {
    left: auto;
    left: -60px;
}

.slick-arrows.style-2.slick-next {
    right: -60px;
}

.slick-arrows.slick-next {
    right: 70px;
}

.slick-arrows.style-2 {
    top: 125px;
    margin-top: 0;
}

.slick-arrows.style-2 .icon {
    color: #3498db;
    background-color: transparent;
    font-size: 40px;
    transition: 0.3s all ease-out;
}

.slick-arrows .icon:hover {
    background-color: #4f2017;
}

.slick-arrows.style-2 .icon:hover {
    background-color: transparent;
    color: #236692;
    transition: 0.3s all ease-out;
}

.slick-arrows {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 4;
    margin-top: -20px;
}

.social-activity-image-group {
    height: 240px;
}

.social-activity-image-group {
    margin-bottom: 20px;
}

.slick-slide img {
    display: block;
}

.social-activity-image-group img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.social-activity-text-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 167px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* padding-top: 30px; */
    border: 1px solid #00000029;
}

.social-activity-text-group:after, .social-activity-text-group:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    height: 75%;
    width: 10px;
    background: white;
    z-index: 99;
}

.social-activity-text-group:before {
    right: -5px;
}

.social-activity-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    background-color: #fff;
}
.social-activity-text-group p {
    max-width: 250px;
    /* padding: 0 15px; */
    height: 70px;
    color: #343434;
    line-height: 22px;
    font-size: 13px;
    /* font-size: 15px; */
    /* text-align: left; */
}

.social-activity-item a:focus, .social-activity-item a:hover {
    text-decoration: none;
}

.icon-next-photo:before {
    content: "";
    color: #ffffff;
    display: block;
    height: 60px;
    right: 0;
    width: 60px;
    background: url(../jModules/bxslider/images/bx-slider-arrows.png) 0 0 no-repeat;
    background-position: 0 0px;
}

.icon-prev-photo:before {
    content: "";
    color: #ffffff;
    display: block;
    height: 60px;
    right: 0;
    width: 60px;
    background: url(../jModules/bxslider/images/bx-slider-arrows.png) 0 0 no-repeat;
    background-position: 0 -60px;

}

.social-activity-text-group:after {
    
left: -1px;
}

.social-activity-item .time-ago {
    
/* font-weight: 700; */
    
text-transform: uppercase;
    
font-size: 11px;
    
color: #c71444;
    
position: absolute;
    
top: 5px;
    
left: 15px;
}

@media (max-width: 1550px) {

    .slick-arrows.style-2.slick-prev {

left: 15px;

}

    .slick-arrows.style-2.slick-next {
        
right: 15px;
    }

}