.works-with-your-stack-section {
    background-color: rgba(10, 27, 43, 0.05);
}

.works-with-your-stack-section .main-title-wrapper {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 48px;
}

.works-with-your-stack-section .main-title-wrapper h2 {
    font-family: 'Biotif';
    font-weight: 600;
    font-size: 50px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0 0 10px;
}

.works-with-your-stack-section .main-title-wrapper p.sub-title-text {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Biotif';
    text-align: center;
    margin: 0 auto;
    max-width: 750px;
}
.works-with-your-stack-section .logo-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 106px;
    justify-content: center;
    padding: 70px 80px 85px;
    background-color: #fff;
    border-radius: 20px;
}
.works-with-your-stack-section .main-container {
    margin-bottom: -115px;
    padding: 160px 30px 115px;
    background: url('/template/85b5ce5e/images/work-stack-section-bg.webp') no-repeat bottom center / cover;
}
.works-with-your-stack-section .bottom-button {
    margin: 56px auto 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1400px;
}

.works-with-your-stack-section .bottom-button a {
    min-height: 43px;
    padding: 10px 40px 10px 40px;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 10px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    margin: 0;
    color: #000;
    text-align: center;
    font-family: Biotif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    line-height: 1.3;
}

.works-with-your-stack-section .bottom-button a:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}
.works-with-your-stack-section .logo-container-wrapper {
    padding: 0 30px;
}
.works-with-your-stack-section .logo-container .logo-block {
    max-height: 80px;
}

.works-with-your-stack-section .logo-container .logo-block img {
    max-height: 100%;
    object-fit: contain;
}
@media(max-width: 1450px) {
    .works-with-your-stack-section .logo-container {
        gap: 30px 80px;
    }
}
@media(max-width: 1366px) {
    .works-with-your-stack-section {
        margin: 100px 0;
    }

    .works-with-your-stack-section .main-title-wrapper h2 {
        font-size: 42px;
    }
    .works-with-your-stack-section .logo-container {
        gap: 30px 70px;
        padding: 40px;
    }
    
    .works-with-your-stack-section .main-container {
        margin-bottom: -78px;
        padding: 100px 30px 78px;
    }
    .works-with-your-stack-section .main-container {
        padding: 80px 30px 78px;
    }
    
    .works-with-your-stack-section .bottom-button {
        margin: 40px auto 0;
    }
}

@media(max-width: 1024px) {
    .works-with-your-stack-section {
        margin: 80px 0;
    }

    .works-with-your-stack-section .main-title-wrapper h2 {
        font-size: 36px;
    }

    .works-with-your-stack-section .main-title-wrapper {
        margin: 0 auto 30px;
    }
    .works-with-your-stack-section .logo-container {
        gap: 30px;
    }
}

@media(max-width: 991px) {
    .works-with-your-stack-section {
        margin:60px 0;
    }

    .works-with-your-stack-section .main-title-wrapper h2 {
        font-size: 32px;
        margin: 0 0 5px;
    }
    .works-with-your-stack-section .main-title-wrapper {
        margin: 0 auto 20px;
    }
    .works-with-your-stack-section .main-container {
        padding: 60px 20px 78px;
    }
    
    .works-with-your-stack-section .logo-container-wrapper {
        padding: 0 20px;
    }
    
    .works-with-your-stack-section .bottom-button {
        margin: 30px auto 0;
    }
}

@media(max-width: 767px) {
    .works-with-your-stack-section {
        margin: 40px 0;
    }

    .works-with-your-stack-section .main-title-wrapper h2 {
        font-size: 28px;
    }
    .works-with-your-stack-section .main-container {
        padding: 40px 20px 78px;
    }
    
    .works-with-your-stack-section .bottom-button {
        margin: 20px auto 0;
    }
}
.fee-widget-editable .works-with-your-stack-section .logo-container .logo-block,
body.widget-snippet .works-with-your-stack-section .logo-container .logo-block {
    padding: 5px;
}