/*Testemonial widgets*/



.slider-reviews .box__style {
    margin-top: 48px;
}

.slider-reviews .box__style-2 {
    min-height: 270px;
    height: 100%;
    box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 8%);
    border-bottom: 2px solid #e8e8e8;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 25px;
}

.slider-reviews .box__style-2 img.avatar {
    border: 5px solid #e8e8e8;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-reviews .box__content {
    text-align: center;
    margin: 55px 0 30px 0;
}

.slider-reviews .box__content p {
    font-size: 13px;
    color: rgb(51, 51, 51);
    line-height: 1.625;
    margin-bottom: 0;
}

.slider-reviews .box__content .box__name {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 3px;
    color: #222;
    padding-top: 10px;
}

/*Second widget*/
.box__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post.post_mod-a .post__box--style-2 {
    max-width: 360px;
    width: 100%;
}

.post.post_mod-a .post__box--style-2 .box__media {
    position: relative;
    margin-bottom: 25px;
}

.post.post_mod-a .post__box--style-2 .box__media .avatar {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(-25%, 45%);
    border: 5px solid #ffffff;
    border-radius: 50%;
}

.post.post_mod-a .post__box--style-2 .box__contents .meta__data {
    display: flex;
    margin-bottom: 16px;
}

.post.post_mod-a .post__box--style-2 .box__contents .meta__data span {
    display: flex;
    align-items: center;
}

html .post.post_mod-a .post__box--style-2 .box__contents .block__content .link__box:hover a {
    color: #fff;
}

.post.post_mod-a .post__box--style-2 .box__contents .meta__data span i {
    margin-right: 7px;
}

.post.post_mod-a .post__box--style-2 .box__contents .meta__data a {
    font-size: 14px;
    color: rgb(51, 51, 51);
    line-height: 1.2;
    text-decoration: none;
}

.post.post_mod-a .post__box--style-2 .box__contents .block__content h3 {
    font-size: 22px;
    color: rgb(17, 17, 17);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}


.post.post_mod-a .post__box--style-2 .box__contents .block__content h3 a {
    color: #222;
    font-size: 20px;
    padding-bottom: 0;
    display: inline-block;
}

.post.post_mod-a .post__box--style-2 .box__contents .block__content p {
    font-size: 14px;
    color: rgb(51, 51, 51);
    line-height: 1.857;
    margin-bottom: 22px;
}

.post.post_mod-a .post__box--style-2 .box__contents .block__content .link__box {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    background-color: rgba(117, 183, 60, 0);
    transform: skewX(15deg);
    height: 45px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post.post_mod-a .post__box--style-2 .box__contents .block__content a.link__read-more {
    font-size: 13px;
    color: rgb(17, 17, 17);
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: skewX(-15deg);
    width: 100%;
    height: 100%;
}

.post.post_mod-a .post__box--style-2 .box__contents .data {
    margin-right: 22px;
}

.slider2 .swiper-button-disabled {
    opacity: 0.7;
}

.post.post_mod-a .post__box--style-2 .box__contents .data svg,
.post.post_mod-a .post__box--style-2 .box__contents .quotes svg {
    margin-right: 7px;
}

@media (min-width:767px) {
    .box__flex {

        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
