.what-our-clients-say-section .services-contact-us-text {
    width: 79%;
}
.what-our-clients-say-section .what-our-clients-say-slider .swiper-slide, .what-our-clients-say-section-mob .what-our-clients-say-slider .swiper-slide{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    text-decoration: none;
}
.what-our-clients-say-section {
    margin-bottom: 56px;
}
.what-our-clients-say-section-mob {
    margin-bottom: 56px;
    display: none;
}
.what-our-clients-say-block {
    background-color: #282828;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 680px;
    padding: 0 0 24px 0;
}
.what-our-clients-say-header {
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
    position: relative;
    z-index: 0;
}
.what-our-clients-say-header-text {
    padding: 24px 25px 0 24px;
    display: flex;
    justify-content: space-between;
    width: 51%;
    background-color: #282828;
    border-radius: 10px 10px 0px 0;
}
.what-our-clients-say-header-title {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 500;
    line-height: 135%;
    display: flex;
    flex-direction: column;
}
.what-our-clients-say-header-title span {
    color: #AFAEAE;
    font-size: 32px;
}
.what-our-clients-say-header-info {
    width: 49%;
    background-color: #FFFFFF;
    display: flex;
    gap: 24px;
    justify-content: center;
    padding-bottom: 24px;
    border-bottom-left-radius: 10px;
    position: relative;
}
.what-our-clients-say-header-info::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #282828;
    z-index: -1;
}
.what-our-clients-say-header-info::after{
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    transform: scale(1, -1);
    -webkit-mask: radial-gradient( circle at 0 0, transparent 9.9px, #000 10px);
    mask: radial-gradient(circle at 0 0, transparent 9.9px, #000 10px);
}
.what-our-clients-say-header-info-block {
    background-color: #F6F6F6;
    padding: 24px 7px 12px 7px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    border-radius: 10px;
    width: 171px;
}
.what-our-clients-say-header-info-block-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 135%;
    color: #171717;
}
.what-our-clients-say-header-info-block-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 135%;
    color: #171717;
    text-align: center;
}
.what-our-clients-say-slider .swiper-slide {
    width: 379px;
    padding: 24px;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.swiper-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.swiper-slide-comments-text {
    font-size: 18px;
    line-height: 150%;
    color: #171717;
    margin-bottom: 24px;
}
.slide-info {
    display: flex;
    gap: 8px;
    align-items: center;
}
.slide-photo-name {
    color: #171717;
    font-weight: 500;
    font-size: 20px;
    line-height: 135%;
}
.what-our-clients-say-slider {
    padding: 0 24px;
}
.swiper-button-next-4 {
    transform: rotate(180deg);
    right: 0;
}
.swiper-button-next-4 , .swiper-button-prev-4 {
    position: absolute;
    top: -25%;
    display: flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swiper-button-prev-4 {
    left: 90%;
}
.what-our-clients-say-block .swiper {
    overflow-x: clip!important;
    overflow: visible;
    width: 100%;
}
.what-our-clients-say-block-photo {
    background-color: #F6F6F6;
    padding: 10px;
    border-radius: 10px;
    height: min-content;
    width: min-content;
}
.what-our-clients-say-stars {
    display: flex;
    gap: 16px;
}
.what-our-clients-say-section .services-contact-us-info {
    padding: 32px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #282828;
    margin-top: 16px;
    margin-bottom: 16px;
    border-radius: 12px;
}
.what-our-clients-say-section .services-contact-us-info a span{
    text-transform: uppercase;
}

.what-our-clients-say-section .services-contact-us-text {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 135%;
    width: 72%;
}
@media screen and (max-width: 1370px) {
    .what-our-clients-say-header-info-block {
        width: 155px;
    }
    .swiper-button-prev-4 {
        left: 88%   ;
    }
}

@media screen and (max-width: 1270px) {
    .what-our-clients-say-header-info-block {
        width: 135px;
    }
}
@media (max-width: 1175px){
    .what-our-clients-say-header-info-block-description {
        font-size: 18px;
    }
    .what-our-clients-say-header-info-block {
        width: 125px;
    }
}
@media (max-width: 1135px) {
    .swiper-button-prev-4 {
        left: 86%;
    }
}
@media screen and (max-width: 1024px) {
    .what-our-clients-say-header-info::before, .what-our-clients-say-header-info::after {
        display: none;
    }
    .what-our-clients-say-section {
        display: none;
    }
    .what-our-clients-say-section-mob {
        display: block;
    }
    .what-our-clients-say-header-title {
        color: #282828;
        margin-bottom: 24px;
    }
    .what-our-clients-say-photo {
        width: min-content;
    }
    .what-our-clients-say-header-info {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-bottom: 24px;
    }
    .what-our-clients-say-header-info-block {
        width: 161px;
    }
    .what-our-clients-say-block {
        padding: 24px;
        height: 492px;
    }
    .what-our-clients-say-slider {
        padding: 0;
    }
    .swiper-button-next-4, .swiper-button-prev-4 {
        top: -45%;
    }
    .swiper-button-prev-4 {
        left: 83%;
    }
    .what-our-clients-say-slider .swiper-slide {
        width: 43.3%;
    }
    .why-choose-prana-risk-section-mob {
        display: block;
    }
    .why-choose-prana-risk-section {
        display: none;
    }
    .why-choose-prana-risk-section-mob .swiper-slide {
        width: 277px;
        height: 282px;
    }
    .why-choose-prana-risk-block-text {
        flex-direction: column;
        gap: 8px;
    }
    .why-choose-prana-risk-title {
        font-size: 32px;
    }
    .why-choose-prana-risk-description {
        color: #696969;
        font-size: 18px;
    }
}
@media screen and (max-width: 930px) {
    .what-our-clients-say-slider .swiper-slide {
        width: 42.2%;
    }
    .swiper-button-next-4, .swiper-button-prev-4 {
        top: -36%;
    }
    .swiper-slide-comments-text {
        font-size: 16px;
    }
}
@media (max-width: 920px){
    .what-our-clients-say-section .services-contact-us-info {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .what-our-clients-say-section .services-contact-us-text {
        width: 100%;
    }
}
@media screen and (max-width: 810px) {
    .what-our-clients-say-slider .swiper-slide {
        width: 41%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: auto;
    }
    .swiper-button-prev-4 {
        left: 79%;
    }
    .swiper-button-next-4 {
        right: auto;
        left: 90%;
    }
}
@media screen and (max-width: 730px) {
    .what-our-clients-say-slider .swiper-slide {
        width: 296px;
    }
}
@media screen and (max-width: 680px) {
    .swiper-button-prev-4 {
        left: 72%;
    }
    .swiper-button-next-4, .swiper-button-prev-4 {
        top: -42%;
    }
    .swiper-button-next-4 {
        left: 88%;
    }
}
@media screen and (max-width: 600px){
    .swiper-button-next-4, .swiper-button-prev-4 {
        top: -44%;
    }
    .swiper-button-prev-4 {
        left: 70%;
    }
    .swiper-button-next-4 {
        left: 87%;
    }
}
@media screen and (max-width: 550px){
    .swiper-button-next-4 {
        left: 81%;
    }
    .swiper-button-prev-4 {
        left: 60%;
    }
}
@media screen and (max-width: 500px){
    .what-our-clients-say-header-info {
        flex-direction: column;
        align-items: center;
    }
    .what-our-clients-say-header-info-block {
        width: -webkit-fill-available;
    }
}
@media screen and (max-width: 460px) {
    .swiper-slide-comments-text {
        font-size: 14px;
    }
    .slide-photo-name {
        font-size: 18px;
    }
    .what-our-clients-say-block {
        height: 435px;
    }
    .what-our-clients-say-slider .swiper-slide {
        width: 248px;
    }
    .swiper-button-next-4, .swiper-button-prev-4 {
        top: -34%;
    }
}
@media screen and (max-width: 410px) {
    .swiper-button-next-4, .swiper-button-prev-4 {
        top: -32%;
    }
}

.what-our-clients-condo{
    margin-top: 72px;
    margin-bottom: 72px;
}
@media (max-width: 767px) {
    .what-our-clients-condo{
        margin-top: 40px;
        margin-bottom: 40px;
    }
}