.startups-home .w-slider-mask {
    display: flex !important;
    justify-content: flex-start !important;
    position: relative;
    /* left: -25px; */
}

.slide-infinite {
    position: relative;
    display: flex;
    text-align: center;
    max-height: 211px;
    justify-content: center;
    max-width: 454px;
    position: relative;
    border-radius: 9px;
    width: 297px;
}

.slide-infinite-content {
    display: flex;
    padding: 5px;
    position: absolute;
    z-index: 2;
    width: 95%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.slide-infinite img {
    display: flex;
    text-align: center;
    max-height: 211px;
    justify-content: center;
    max-width: 454px;
    position: relative;
    border-radius: 9px;
    width: 297px;
}

.slider-mask {
    gap: 1em;
}

@media screen and (max-width:400px) {
    .slide-infinite img {
        display: flex;
        text-align: center;
        max-height: 211px;
        justify-content: center;
        max-width: 454px;
        position: relative;
        border-radius: 9px;
        width: 232px;
    }

    .paragraph-77 {
        height: auto;
        margin-bottom: 10px;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 10px;
    }
}