.recently_slider {
    margin-left: auto;
    margin-right: auto;
    max-width: 1330px;
    padding: 0 30px;
}
@media (min-width: 768px) {
    .recently_slider {
        padding: 0 50px;
    }
}
.recently_slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: none;
    display: flex;
    align-items: center;
    z-index: 2;
}
.recently_slider .slick-slide > div > div {
    height: 100%;
}
.recently_slider .slick-prev {
    left: 0;
}
.recently_slider .slick-next {
    right: 0;
}
.recently_slider .slick-arrow img {
    width: 1rem;
}
@media (min-width: 768px) {
    .recently_slider .slick-arrow img {
        width: 2rem;
    }
}
.recently_slider .slick-arrow,
.recently_slider .slick-arrow:focus {
    outline: none;
    box-shadow: none;
}
.recently_slider .slick-track {
    display: flex;
}
.recently_slider.slick-initialized .slick-slide {
    display: flex;
    height: auto;
        padding: 0 .9rem;
}
.recently {
    padding: 2rem 1rem 4rem;
    position: relative;
    z-index: 2 ;
    background-color: #fff;
}
.recently_block {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .recently {
        padding: 6.5rem 1rem;
    }
}

.recently_block {
    margin: 0;
    padding: 0;
    height: 100%;
}

.recently_block .readmore {
    background-image: none;
    font-size: 0.875rem;
}

.recently_block .readmore:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    background-image: url(/wp-content/themes/SPDLoad/img/menu-chidpren-arrow.svg);
    background-repeat: no-repeat;
    width: 8px;
    height: 6px;
    transition: right .4s;
    background-color: transparent;
}

.recently_block .readmore:hover:after {
    right: .5rem;
}


@media (min-width: 768px) {
    .recently_block {
        margin: 0;
        padding-bottom: 2rem;
    }
}

@media (min-width: 1024px) {
    .recently_block {
        margin: 0;
    }
}

.recently_block img {
    height: 10rem;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    width: 100%;
    flex-shrink: 0;
}

.recently_block_info {
    padding: 1rem;
    background-color: #FFFFFF;
    border-radius: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    z-index: 2;
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
@media (min-width: 768px) {
    .recently_block_info {
        padding: 1rem;
    }
}

.recently_block_info h4 {
    font-size: 1.5rem;
    color: #212121;
    margin: 0;
    margin-bottom: 1.1875rem;
    font-weight: 400;
    line-height: 1.875rem;
}

.recently_block_info h4 a {
    color: #212121;
    text-decoration: none;
    transition: color .4s;
}

.recently_block_info h4 a:hover {
    color: #FF2C55;
}

.recently_block_info p {
    font-size: .875rem;
    color: #212121;
    opacity: .8;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.3125rem;
    text-align: justify;
}

.recently .slick-dots {
    bottom: -3rem;
}

@media (min-width: 1024) {
    .recently .slick-dots {
        bottom: 0;
    }
}