.tech-24-small {
    padding: 100px 0 80px;
}

.tech-24-small-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    max-width: 960px;
    margin: 0 auto;
}

.tech-24-small-left {
    width: 50%;
}

.tech-24-small-right {
    width: 50%;
}

.tech-24-small .title {
    font: 700 44px / 51px 'Manrope';
    width: 520px;
}

.tech-24-small .subtitle {
    font: 500 17px / 24px 'Manrope';
    margin: 20px 0 40px;
}

.tech-24-small-btn {
    padding: 20px 25px;
    border-radius: 15px;
    text-transform: math-auto;
    font-size: 16px;
}

.tech-24-small-right-flex {
    background: #fefdfe;
    border-radius: 18px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 2px solid #f1f1f1;
    box-shadow: 0 7px 8px 4px rgba(0, 0, 0, 0.02);
}

.tech-24-small-right-title {
    font: 600 19px / 27px 'Manrope';
    color: #292424;
}

.tech-24-small-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 0;
}

.tech-24-small-list li {
    font: 400 16px / 21px 'Manrope';
    color: #292424;
    letter-spacing: 0.4px;
    border-bottom: 1px solid #eee;
    padding: 15px 0 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tech-24-small-list li svg {
    min-width: 26px;
}


.tech-24-small-image img {
    width: auto;
    border-radius: 16px;
    margin: 0 auto;
    display: block;
}

@media (max-width: 991px) {

    .tech-24-small-box {
        flex-direction: column;
    }

    .tech-24-small-left,
    .tech-24-small-right {
        width: 100%;
    }

    .tech-24-small-left {
        text-align: center;
    }

    .tech-24-small .title {
        margin: 0 auto;
    }

    .tech-24-small-right {
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .tech-24-small-right-title {
        text-align: center;
    }
    .tech-24-small .title {
        font: 800 28px / 34px "Manrope";
        width: 100%;
    }
}

@media (max-width: 450px) {
    .tech-24-small-image img {
        width: 100%;
        height: auto;
    }
}