.usages-section {
    padding-top: 83px;
    padding-bottom: 73px;
}

.desktop-usages {
    display: block;
}

.mobile-usages {
    display: none;
}

.usages-section h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 55px;
}

.usages-section .usages-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.usages-section .usage-container {
    display: flex;
    flex-wrap: wrap;
    gap: 43px 50px;
    justify-content: center;
    align-items: stretch;
}


.usages-section .usage {
    display: flex;
    align-items: self-start;
    width: calc(33% - 30px);

}

.usages-section .usage img {
    width: 100px;
    max-width: 43px;
    max-height: 46px;
    margin-left: -12px;
    margin-right: 12px;
    margin-top: -7px;
}

.usages-section .usage-text h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    letter-spacing: 0;
    margin-bottom: 7px;
}

.usages-section .usage-text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000000;
}

.usages-section .button {
    font-family: 'Montserrat';
    font-style: normal;
    background: #EE3235;
    border-radius: 6px;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    margin-top: 45px;
    border: none;
    text-transform: none;
    text-shadow: none;
}

@media only screen and (max-width: 1024px) {
    .usages-section .usage-container {
        gap: 43px 30px;
        padding: 0 25px;
    }
}


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

    .splide__pagination {
        display: flex !important;
        bottom: -15px;
        gap: 10px;
        scale: 1.2;
    }

    .splide__arrow--prev {
        left: 0;
    }

    .splide__arrow--next {
        right: 0;
    }

    .splide__pagination__page.is-active {
        background-color: #606060 !important;
    }

    .splide__pagination__page {
        background-color: #D9D9D9 !important;
    }

    .usage-wrapper {
        padding: 20px 0;
    }

    .usages-section .usage img {
        margin-left: 0;
        margin-right: 0;
    }

    .desktop-usages {
        display: none;
    }

    .mobile-usages {
        display: block;
    }

    .usages-section {
        padding-top: 75px;
        padding-bottom: 50px;
    }

    .usages-section h4 {
        text-align: center;
        max-width: 90%;
        margin-bottom: 40px;
        position: relative;
    }

   .usages-section  h4::after {
        content: "";
        position: absolute;
        width: 230px;
        height: 3px;
        background: #EE3235;
        bottom: -14px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    .usages-section .button {
        display: none;
    }

    .usages-section .usage {
        display: flex;
        flex-direction: column;
        background: #FFFFFF;
        padding: 30px 37px; 
    }

    .usages-section .slide-shadow {
        
    }

    .usages-section .usage-text p {
        margin-bottom: 0 !important;
    }

    .usages-section .usage {
        width: 100%;
        max-width: 80vw;
        margin: 0 auto;
        padding: 35px 30px;
        box-shadow: 0px 0px 30px rgba(183, 183, 183, 0.25);
    }

    .usages-section .usage-header {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        gap: 12px;
    }

    .usages-section .usage-header img {
        max-height: 35px;
    }

    .usages-section .usage-header h3 {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0;
    }
}