.what-client-say {padding-bottom: 100px;}
.what-client-say .row {position: relative;}
.what-client-say .row::before {content: '';position: absolute;top: 0px;left: 0px;max-width: 100%;width: 100%;height: 100%;background: #F8F8F8;border-radius: 12px;}
.what-client-say .row::after {content: '';position: absolute;top: 0px;left: 0px;max-width: calc(100% - 167px);width: 100%;height: 100%;background: #F0F0F0;border-radius: 12px;z-index: 1;}
.what-client-say .row .content {max-width: 1080px;width: 100%;border-radius: 12px;background: #1357F4;padding: 60px 60px 50px 60px;position: relative;z-index: 2;}
.what-client-say .row .content h2 {font-weight: 500;font-size: 24px;line-height: 29px;letter-spacing: 0px;margin-bottom: 35px;color: #FFFFFF;}
.what-client-say .row .content h3 {font-weight: 300;font-size: 48px;line-height: 58px;letter-spacing: -0.5px;margin-bottom: 25px;color: #FFFFFF;}
.what-client-say .row .content p {font-weight: 500;font-size: 24px;line-height: 29px;letter-spacing: -0.2px;color: #FFFFFF;margin-bottom: 29px;}
.what-client-say .row .content p:nth-last-of-type(1) {margin-bottom: 82px;}
.what-client-say .row .content a {margin-top: 25px;}

@media screen and (max-width: 1440px) {
    .what-client-say {padding-bottom: 80px;}
    .what-client-say .row .content {padding: 50px;max-width: 75%;}
    .what-client-say .row::after {max-width: calc(100% - 12.5%);}
    .what-client-say .row .content h2 {font-size: 22px;line-height: 27px;margin-bottom: 20px;}
    .what-client-say .row .content h3 {font-size: 40px;line-height: 50px;margin-bottom: 20px;}
    .what-client-say .row .content p:nth-last-of-type(1) {margin-bottom: 40px;}
    .what-client-say .row .content a {margin-top: 0;}
}

@media screen and (max-width: 768px) {
    .what-client-say .row .content h3 {font-size: 30px;line-height: 40px;}
    .what-client-say .row .content {padding: 30px;max-width: 75%;}
}

@media screen and (max-width: 767px) {
    .what-client-say .row::before, .what-client-say .row::after {display: none;}
    .what-client-say .row .content {padding: 30px;max-width: 100%;}
}