.signature-banner {
    padding: 150px 0 50px;
    background: linear-gradient(117deg, #2e3033, #212225);
}
.signature-logos {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px auto;
    row-gap: 4px;
    position: relative;
}
.signature-logos::before,
.signature-logos::after {
    content: "";
    background: #c2c2c2;
    position: absolute;
}
.signature-logos::before {
    height: 100%;
    width: 2px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.signature-logos::after {
    width: 100%;
    height: 2px;
    top: 49%;
    transform: translateY(-48%);
    left: 0;
}
.signature-logos .logo {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    width: calc(50% - 2px);
}
.signature-cta {
    background: url(../../../../../uploads/2024/01/signature-cta-bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.signature-cta .mockups img.signature {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.signature-cta strong {
    font-size: 56px;
    line-height: 1.3;
}
.signature-cta p {
    font-size: 22px;
    line-height: 1.3;
    margin: 30px 0;
    width: 100%;
    max-width: 450px;
}
.hand-signature {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}
.hand-signature .column {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hand-signature .textual {
    padding: 70px 0 70px 30px;
    background: #f7f7f7;
}
.hand-signature .carousel {
    background: #f4f0ea;
    padding: 70px 20px;
}
.hand-signature .textual .inner-wrapper {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: 10%;
}
.hand-signature .main-heading {
    color: #000;
    line-height: 1.1;
    margin-bottom: 15px;
}
.hand-signature h3 {
    color: #191819;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
}
.hand-signature-carousel {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.hand-signature-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.hand-signature-carousel img {
    max-width: 100% !important;
    width: unset !important;
    margin: 0 auto;
}
.signature-features {
    border-top: 2px solid #a0a0a0;
}
.signature-features .row {
    padding: 70px 0;
    row-gap: 70px;
}
.signature-features .box {
    position: relative;
}
.signature-features .box::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    width: 2px;
    height: 100px;
    background-color: #aeaeae;
}
.signature-features .col-lg-3:last-child .box::after {
    display: none;
}
.signature-features .box .icon {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.signature-features .box h4 {
    font-size: 20px;
    margin: 20px auto 15px;
}
.signature-features .box p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto;
    min-height: 65px;
}
.where-to-use {
    background: url(../../../../../uploads/2023/03/where-to-use-bg.webp) no-repeat;
    background-position: bottom -1px center;
    background-size: cover;
    background-color: #292d36;
    color: #fff;
}
.where-to-use .owl-stage {
    align-items: center;
    display: flex;
}
.where-to-use .image-wrapper img {
    width: unset !important;
    height: unset !important;
    display: inline-block !important;
}
.cool-things {
    background-image: linear-gradient(to bottom, #ff0566, #fa7236);
}
.branding-types-signature-carousel .owl-dots {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1;
}
.branding-types-signature-carousel .owl-dots button {
    background-color: #d6d6d6 !important;
    height: 10px !important;
    width: 10px !important;
    border-radius: 10px !important;
}
.branding-types-signature-carousel .owl-dots button.active {
    background-color: var(--yellow) !important;
}
@media only screen and (max-width: 1400px) {
    .hand-signature .textual .inner-wrapper {
        margin-right: 5%;
    }
}
@media only screen and (max-width: 1300px) {
    .signature-cta strong {
        font-size: 42px;
    }
    .signature-cta p {
        font-size: 18px;
        margin: 15px 0;
    }
    .hand-signature .textual .inner-wrapper {
        zoom: 80%;
    }
}
@media only screen and (max-width: 991px) {
    .signature-banner {
        padding: 75px 0 50px;
    }
    .signature-cta strong {
        font-size: 34px;
    }
    .hand-signature .column {
        padding: 50px 20px;
    }
    .hand-signature .textual .inner-wrapper {
        zoom: 100%;
        margin-right: 0;
    }
    .hand-signature h3 {
        font-size: 18px;
    }
    .signature-features .col-lg-3:nth-child(2) .box::after {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .hand-signature .column {
        width: 100%;
        text-align: center;
    }
    .hand-signature .textual .inner-wrapper {
        max-width: 450px;
        margin: 0 auto;
    }
    .signature-features .row {
        padding: 35px 0;
        row-gap: 40px;
    }
    .signature-features .box::after {
        display: none;
    }
    .signature-features .box p {
        min-height: unset;
        width: 90%;
    }
}
