@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay/PlayfairDisplay-Regular.eot');
    src: url('../fonts/PlayfairDisplay/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlayfairDisplay/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay/PlayfairDisplay-Regular.woff') format('woff'),
        url('../fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        -moz-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
    }
}

@-moz-keyframes marquee {
    0% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        -moz-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
    }
}

@-webkit-keyframes marquee {
    from {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }

    to {
        transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        -moz-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
    }
}

@keyframes marquee-right {
    0% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
    }
}

@-moz-keyframes marquee-right {
    0% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }

    100% {
        transform: translate(100%, 0);
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
    }
}

@-webkit-keyframes marquee-right {
    from {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }

    to {
        transform: translate(100%, 0);
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
    }
}

.banner-crm-section .banner-crm--main {
    position: relative;
}

.banner-crm--main .video,
.banner-crm--main .video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    z-index: -1;
}

.crm--items-wrapper .title--banner {
    color: #FBFBFB;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 64px;
    font-weight: 700;
    line-height: 103.552px;
    margin-bottom: 38px;
}

.banner-crm--main .crm--container {
    max-width: 1105px;
}

.crm--items-wrapper .crm--item-description p,
.crm--items-wrapper .crm--item-description {
    color: #FFF;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 20px;
    font-weight: 500;
    line-height: 25.888px;
}

.crm--items-wrapper .crm--item-description p:last-child {
    margin-bottom: 0;
}

.crm--container .images {
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    --columns: 4;
    --gap: 32px;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: var(--gap);
    align-content: flex-start;
}

.crm--container .images .image {
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
    height: 82px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 7px 7px 4px #FFD737;
}

.crm--container .images .image img {
    object-fit: contain;
    object-position: center;
}

.crm--container .crm--box {
    padding: 100px 0;
}


.optimize--title .title--main {
    color: #000;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
    max-width: 958px;
    margin: 0 auto;
}

.optimize--title .optimize--description {
    color: #666;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 20px;
    font-weight: 500;
    line-height: 25.888px;
    max-width: 958px;
    margin: 0 auto;
    margin-top: 61px;
}

.section--optimize .optimize--wrapper {
    padding-top: 91px;
}

.optimize--main-content {
    margin-bottom: 342px;
}

.section--optimize .optimize--blocks .container__optimize--blocks {
    max-width: 1380px;
}

.section--optimize .optimize--blocks .background--section {
    background-image: url('../images/background-optimize-section.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 516px;
}

.section--optimize .optimize--blocks {
    position: relative;
}

.list__optimize--blocks {
    position: absolute;
    width: 100%;
    bottom: 130px;
}

.optimize--items {
    display: flex;
    --columns: 3;
    --gap: 32px;
    gap: var(--gap);
}

.optimize--item {
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.optimize--item:hover {
    scale: 1.05;
    margin-top: -5%;
    transition: all 0.3s ease-in-out;
}

.optimize--item-container {
    padding: 40px 80px 100px 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
    flex-shrink: 0;
    background: #003253;
    transition: all 0.3s ease-in-out;
    border-bottom: 3px solid #003253;
    position: relative;
}


.optimize--item:hover .optimize--item-container .optimize--item--content:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #FFD737;
    border-radius: 100%;
    display: block;
    margin-bottom: 30px;
}

.optimize--item .optimize--item--icon svg {
    transition: all 0.3s ease-in-out;
    mix-blend-mode: soft-light;
}

.optimize--item:hover .optimize--item--icon svg {
    scale: 1.1;
    fill: #003253;
    mix-blend-mode: soft-light;
    transition: all 0.3s ease-in-out;
}


.optimize--item--content .title--item {
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
}

.optimize--item--content .optimize--item--description p,
.optimize--item--content .optimize--item--description {
    color: #BABABA;
    font-family: "SF Pro Display";
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.optimize--item--icon {
    position: absolute;
    right: 25px;
    bottom: 20px;
}

.optimize--item--icon img {
    max-width: 164px;
    object-fit: cover;
    object-position: center;
}

.optimize--item:hover .optimize--item-container {
    border-color: #FFD737;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 40px 80px 180px 60px;
}

.optimize--item:hover .optimize--item-container .optimize--item--description p,
.optimize--item:hover .optimize--item-container .optimize--item--description {
    color: #FFF;
}

.section--optimize .optimize--wrapper .optimize--main--heading {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 66.06%, rgba(1, 73, 171, 0.20) 100%);
    display: inline-block;
    width: 100%;
    vertical-align: top;
}


.transformation--info--content .transformation--info--title {
    text-align: center;
}

.transformation--info--content .transformation--info--title .title--main {
    color: #000;
    font-family: "SF Pro Display";
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 28px;
}

.transformation--info--content .transformation--info--description {
    color: #656565;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 20px;
    font-weight: 500;
    line-height: 48px;
    text-transform: capitalize;
    max-width: 930px;
    margin: 0 auto;
}

.section--transformation .transformation--info {
    padding-top: 188px;
}

.transformation--item-content .title--item {
    color: var(--colorTitle);
    font-family: "SF Pro Display";
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 11px;
    position: relative;
}

.transformation--item-content .title--item:after {
    content: "";
    width: 80px;
    height: 3px;
    background: var(--colorLine);
    position: absolute;
    bottom: 0;
    left: 0;
}

.transformation--item-content .title--item span {
    display: block;
    margin-bottom: 7px;
}

.transformation--item-description {
    color: var(--colorTextContent);
    font-family: "SF Pro Display";
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
}

.transformation--item-content .title--item .title--item--fetured {
    color: var(--colorFeatured);
}

.transformation--item-content {
    max-width: 540px;
    min-height: 312px;
    padding: 60px 60px 80px 50px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.transformation--block--item.image--clipath {
    background: var(--background-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.transformation--block--item .transformation--item-box {
    display: inline-block;
    width: 100%;
}

.order--item-right.image--clipath {
    clip-path: polygon(0 32%, 0 74.5%, 100% 99%, 100% 9%);
    -webkit-clip-path: polygon(0 32%, 0 74.5%, 100% 99%, 100% 9%);
}

.order--item-left.image--clipath {
    clip-path: polygon(100% 32%, 100% 79%, 0 100%, 0 10%);
    -webkit-clip-path: polygon(100% 32%, 100% 79%, 0 100%, 0 10%);
}

.order--item-right .transformation--item-content {
    float: right;
    position: relative;
    left: 14px;
}

.transformation--block--item {
    padding-top: 189px;
    padding-bottom: 120px;
}

.transformation--block--items {
    overflow: hidden;
}

.transformation--block--item:not(:first-child).order--item-left {
    margin-top: -282px;
}

.transformation--block--item:not(:first-child).order--item-right {
    margin-top: -250px;
}

.transformation--block--item .container.transformation--item--container {
    max-width: 1235px;
}

.transformation--block--item.order--item-left .transformation--item-content {
    margin-top: 104px;
}

/* .transformation--block--item.order--item-left {
    padding-bottom: 145px;
} */

.transformation--block--item:last-child.order--item-right .transformation--item-content {
    max-width: 641px;
}

.transformation--block--item:last-child.order--item-right .transformation--item-content .title--item--fetured {
    margin-bottom: 14px;
}

.transformation--block--item:last-child.order--item-right .transformation--item-content .transformation--item-description {
    max-width: 430px;
}

.container__client--partners .contianer__title {
    max-width: 1280px;
}

.container__list--clients-partners {
    display: flex;
    flex-direction: column;
    gap: 53px;
}

.clients_partners--items {
    --columns: 5;
    --gap: 50px;
    gap: var(--gap);
    row-gap: 53px;
    display: inline-flex;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;

}

.clients_partners--item {
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
    height: 99px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.clients_partners--items {
    width: 100%;
    height: 100%;
    position: relative;
}

.clients_partners--items.bottom:after {
    animation-direction: reverse;
}

.clients_partners--items .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}

@-webkit-keyframes line-slide {
    0% {
        background-position: -5% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

@keyframes line-slide {
    0% {
        background-position: -5% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.clients_partners--items.bottom {
    justify-content: flex-end;
}

.clients_partners--item.no__image {
    background: #D9D9D9;
}

.clients_partners--list {
    padding: 53px 0;
    border-top: 1px solid #B8B8B8;
    border-bottom: 1px solid #B8B8B8;
}

.contianer__title .clients_partners--title {
    padding-top: 210px;
    padding-bottom: 53px;
    text-align: center;
    margin-bottom: 0;
    color: #000;
    font-family: "SF Pro Display";
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
}

.section--effectively .effectively--container {
    max-width: 1145px;
}

.section--effectively .effectively--content {
    position: relative;
}

.effectively--content--image {
    position: relative;
    padding-bottom: calc(447/715 * 100%);
    max-width: 447px;
    width: 100%;
}

.effectively--content--container {
    display: flex;
    gap: 94px;
    align-items: center;
    width: 100%;
}

.effectively--content--title {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding-top: 63px;
    padding-right: 30px;
}

.effectively--content--info {
    padding-top: 121px;
    position: relative;
}

.effectively--content--info .svg-quote {
    position: absolute;
    right: -65px;
    z-index: -1;
    top: 70px;
}

.effectively--content--author {
    position: relative;
    top: -15px;
}

.section--effectively {
    padding-top: 158px;
    overflow: hidden;
}

.effectively--content--title .title--main {
    color: #000;
    text-align: right;
    font-size: 40px;
    font-weight: 400;
    max-width: 975px;
    float: right;
    margin-bottom: 0;
    font-family: "Playfair Display";
    text-transform: initial;
    line-height: 1.3;
}

.effectively--content--description {
    color: #4D4D4D;
    font-family: "SF Pro Display";
    font-size: 24px;
    font-weight: 400;
    line-height: 39.48px;
    max-width: 405px;
    width: 100%;
}

.effectively--content--author--name {
    color: #000;
    font-family: "SF Pro Display";
    font-size: 18px;
    font-weight: 700;
    margin-top: 37px;
}

.effectively--content--author--company {
    color: #4F4F4F;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-weight: 400;
    margin-top: 6px;
}

.effectively--content--author--link a {
    color: #5392BF;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
}

.effectively--content--image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section--conversation {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
    margin-top: -30px;
    padding-bottom: 80px;
}

.section--conversation .container--conversation {
    max-width: 1311px;
}

.section--conversation {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background: #002238;
}

.conversation--main {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    padding: 20px 37px 37px 75px;
    border-radius: 23px;
    border: 1px solid #FFD737;
    background: #002238;
    margin-top: -75px;
}

.conversation--main .conversation--content {
    max-width: 690px;
    padding-right: 40px;
    width: 100%;
}

.conversation--images {
    max-width: 426px;
    width: 100%;
    flex-shrink: 0;
    position: relative;
    height: 273px;
}

.conversation--image.first {
    position: relative;
    aspect-ratio: 348/219;
    max-width: 348px;
    width: 100%;
    z-index: 2;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.conversation--image.last {
    position: absolute;
    aspect-ratio: 377/218;
    max-width: 377px;
    width: 100%;
    bottom: 0;
    right: -4px;
    z-index: 1;
}

.conversation--image.last img,
.conversation--image.first img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.conversation--content .title--main {
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 40px;
    font-weight: 400;
    line-height: 46px;
    padding-top: 43px;
    margin-bottom: 16px;
    text-transform: initial;
}

.conversation--description {
    color: #5D7686;
    font-family: "SF Pro Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.888px;
    margin-bottom: 43px;
}

.conversation--link .btn--link {
    display: inline-flex;
    gap: 12px;
    padding: 16px 26.49px;
    font-family: "SF Pro Display";
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1280px) {
    .optimize--item:hover .optimize--item-container {
        padding: 40px 40px 150px 40px;
    }

    .optimize--item-container {
        padding: 40px 40px 100px 40px;
    }

    .list__optimize--blocks {
        bottom: 80px;
    }

    .conversation--main {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 991px) {

    .optimize--items {
        flex-direction: column;
        --columns: 1;
        --gap: 24px;
        gap: var(--gap);
    }

    .optimize--item:hover {
        scale: 1;
        margin-top: 0;
    }

    .section--optimize .optimize--wrapper {
        padding-top: 40px;
    }

    .optimize--item .optimize--item-container .optimize--item--content:before {
        content: '';
        width: 20px;
        height: 20px;
        background: #FFD737;
        border-radius: 100%;
        display: block;
        margin-bottom: 30px;
    }

    .optimize--title .title--main {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 2.4px;
    }

    .optimize--title .optimize--description {
        margin-top: 24px;
    }

    .optimize--main-content {
        margin-bottom: 24px;
    }

    .list__optimize--blocks {
        position: static;
    }

    .section--optimize .optimize--wrapper .optimize--main--heading {
        background: #fff;
    }

    .section--optimize .optimize--blocks .background--section {
        display: none;
    }

    .optimize--item {
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .optimize--item:hover .optimize--item-container .optimize--item--content:before,
    .optimize--item--content .title--item,
    .optimize--item .optimize--item-container .optimize--item--content:before {
        margin-bottom: 24px;
    }

    .optimize--item:hover .optimize--item--icon svg {
        scale: 1;
        transition: all 0.3s ease-in-out;
    }

    .optimize--item:hover .optimize--item-container {
        padding: 40px 40px 100px 40px;
    }

    .clients_partners--item {
        width: 25%;
    }

    .optimize--item--content .optimize--item--description p,
    .optimize--item--content .optimize--item--description {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
    }

    .optimize--item:hover .optimize--item-container {
        border-color: #003253;
    }

    .contianer__title .clients_partners--title {
        padding-top: 60px;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 2.4px;
    }

    .effectively--content--title .title--main {
        font-size: 20px;
    }

    .transformation--item-content .title--item {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
    }

    .transformation--item-description {
        font-size: 16px;
    }

    .effectively--content--description {
        font-size: 16px;
        font-weight: 400;
        line-height: 26.32px;
    }

    .effectively--content--image {
        padding-bottom: calc(269/431 * 100%);
    }

    .effectively--content--container {
        gap: 50px;
    }

    .effectively--content--info .svg-quote {
        right: 0;
        top: -40px;
        width: 80px;
    }

    .conversation--images {
        max-width: 45%;
        height: max-content;
    }

    .conversation--image.last {
        max-width: 100%;
        bottom: -30px;
        right: -30px;
    }

    .section--effectively {
        padding-top: 60px;
    }

    .effectively--content--info {
        padding-top: 0;
    }

    .conversation--main {
        margin-top: -67px;
        padding: 37px 60px 67px 40px;
    }

    .section--effectively .effectively--container {
        max-width: 845px;
    }

    .conversation--content .title--main {
        font-size: 24px;
        line-height: 24px;
        padding-top: 0;
    }

    .conversation--description {
        font-size: 16px;
        line-height: 25.888px;
    }

    .conversation--link .btn--link {
        gap: 9px;
        padding: 9.5px 18.1px;
        height: auto;
        font-size: 16px;
        align-items: center;
        margin-bottom: 0;
    }

    .conversation--link .btn--link svg {
        width: 17px;
    }

    .transformation--info--content .transformation--info--title .title--main {
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 2.4px;
        line-height: 1.3;
    }

    .transformation--info--content .transformation--info--description {
        font-size: 16px;
        line-height: 28px;
    }

    .section--transformation .transformation--info {
        padding-top: 90px;
    }

    .optimize--item:hover .optimize--item-container {
        padding: 24px 16px;
        padding-bottom: 40px;
    }

    .optimize--item--icon {
        right: 0;
        bottom: 0;
    }

    .effectively--content--title {
        padding-top: 0;
        margin-top: -15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .crm--container .images {
        --columns: 3;
        --gap: 25px;
    }

    .transformation--item-content {
        padding: 60px 16px 80px 16px;
    }

    .conversation--main {
        padding: 49px 21px 79px;
        flex-direction: column;
    }

    .section--conversation {
        margin-top: 160px;
    }

    .conversation--main .conversation--content {
        padding-right: 0;
    }

    .conversation--images {
        max-width: 375px;
        padding-right: 30px;
    }

    .conversation--image.last {
        max-width: 90%;
        right: 0;
    }

    .effectively--content--image {
        border-radius: 12px;
        opacity: 0.8;
        overflow: hidden;
    }

    .order--item-right.image--clipath {
        clip-path: polygon(0 32%, 0 76%, 100% 99%, 100% 9%);
        -webkit-clip-path: polygon(0 32%, 0 76%, 100% 99%, 100% 9%);
    }

    .effectively--content--author--link a,
    .effectively--content--author--company,
    .effectively--content--author--name {
        font-size: 14px;
    }
    

}

@media only screen and (max-width: 570px) {
    .optimize--item-container {
        padding: 24px 16px;
        padding-bottom: 40px;
    }

    .transformation--block--item.order--item-left .transformation--item-content {
        margin-top: 0;
    }
    
    .transformation--block--item:not(:first-child).order--item-left {
        margin-top: -250px;
    }

    .clients_partners--item {
        width: 33%;
    }

    .effectively--content--container {
        flex-direction: column;
        align-items: flex-start;
    }

    .effectively--content--image {
        padding-bottom: 132.21%;
        max-width: 269px;
        border-radius: 12px;
        opacity: 0.8;
        overflow: hidden;
    }

    .section--effectively {
        padding-top: 115px;
    }

    .effectively--content--title .title--main {
        max-width: 83%;
        text-align: left;
    }

    .effectively--content--title {
        padding-top: 0;
        padding-right: 0;
        top: -55px;
    }

    .effectively--content--container {
        gap: 16px;
    }

    .effectively--content--info {
        padding-top: 0;
        padding-right: 43px;
    }

    .effectively--content--info .svg-quote {
        right: 0;
        top: 0;
        width: 43px;
    }

    .effectively--content--author {
        position: static;
    }

    .effectively--content--author--company,
    .effectively--content--author--name {
        margin-top: 16px;
    }

    .effectively--content--author--link {
        margin-top: 10px;
    }

    .conversation--description {
        margin-bottom: 32px;
    }

    .conversation--main {
        gap: 32px;
    }

    .crm--container .images {
        --columns: 2;
        --gap: 30px;
    }

    .effectively--content--description {
        max-width: 223px;
    }

    .container__list--clients-partners {
        gap: 32px;
    }

    .order--item-right.image--clipath {
        clip-path: polygon(0 32%, 0 78%, 100% 99%, 100% 9%);
        -webkit-clip-path: polygon(0 32%, 0 78%, 100% 99%, 100% 9%);
    }
}

@media only screen and (max-width: 414px) {
    .clients_partners--item {
        width: 50%;
    }
}