.refive .text-wrapper h5 {
    padding: 15px;
    border-top: 1px dashed #f7941d;
    border-bottom: 1px dashed #f7941d;
    background: #fff;
    border-radius: 33px;
    display: flex;
    justify-content: center;
    border-radius: 33px;
    font-size: 18px;
    line-height: 1.44;
    color: #0d2232;
    z-index: 2;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.refive .post_description {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(247, 148, 29, 0.3) 0%, rgba(247, 148, 29, 0) 50%, rgba(0, 0, 0, 0) 100%);
    margin-top: -57px;
    padding-top: 100px;
    border-radius: 33px 33px 0 0;
}

.refive .post_description ul {
    list-style: none;
}

.refive .post_description ul li {
    margin-bottom: 20px;
}

.refive a#refive-prev-arrow {
    padding: 15px;
    border: solid 1px rgba(13, 34, 50, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: 33px;
    background-color: #fff;
    transition: background .3s ease-in-out;
    z-index: 10;
}

.refive a#refive-next-arrow {
    padding: 15px;
    border: solid 1px rgba(13, 34, 50, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: 33px;
    background-color: #fff;
    transition: background .3s ease-in-out;
    z-index: 10;
}

.refive .arrows-wrapper {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    top: 5px;
    gap: 10px;
}

.refive a#refive-next-arrow:hover,
.refive a#refive-prev-arrow:hover {
    background: #f7941d;
    border-color: transparent;
}

div#first-slider::before {
    content: '';
    width: 20%;
    height: 100%;
    position: absolute;
    left: -100px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}

div#first-slider::after {
    content: '';
    width: 20%;
    height: 100%;
    position: absolute;
    right: -100px;
    background: linear-gradient(260deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    top: 0;
}

.refive.second-slider > .splide__track--loop {
    overflow: visible;
}

.second-slider .testimonial-wrapper {
    display: flex;
    flex-wrap: wrap;
    border-style: dashed;
    border-width: 0px 1px 0px 1px;
    border-color: #F7941D;
    padding: 35px 60px;
    border-radius: 23px;
    background-color: #fff;
    height: 100%;
}

.second-slider .description {
    padding: 0 0 20px 0;
}

.second-slider .description p {
    color: rgba(13, 34, 50, 0.6);
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}

.second-slider div.details {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid rgba(13, 34, 50, 0.1);
    margin-top: auto;
}

.second-slider .author {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.second-slider .company {
    display: flex;
}

.second-slider .author img,
.second-slider .company img {
    width: 60px;
    height: 60px;
    align-self: center;
    object-fit: contain;
    border-radius: 100%;
}

.second-slider .author-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
    margin-left: 15px;
}

.second-slider .author-name {
    font-size: 18px;
    font-weight: bold;
}

.second-slider .author-position {
    color: rgba(13, 34, 50, 0.6);
    font-size: 14px;
    font-weight: 300;
}

.refive.second-slider > .arrows-wrapper {
    position: relative;
}

.second-slider .splide__pagination__page.is-active {
    background: #f7941d;
    transform: none;
}

.second-slider .arrows-wrapper,
.second-slider .splide__pagination {
    position: relative;
    top: unset;
    width: auto;
}

.second-slider .splide__pagination {
    display: flex;
    flex-direction: row;
    margin-top: 60px;
}

.second-slider .splide__pagination {
    pointer-events: auto;
}


@media screen and (max-width: 1024px) {
    .refive .arrows-wrapper {
        padding: 0 30px;
    }

    div#first-slider::before,
    div#first-slider::after {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .refive .arrows-wrapper {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {

    .second-slider .details,
    .second-slider .author,
    .second-slider .author-info,
    .second-slider .author img {
        flex-direction: column;
        justify-content: left;
        align-self: baseline;
        margin: 0;
    }

    .second-slider .author {
        gap: 15px;
    }

    .second-slider .details {
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
    }
}