/* Mobile */

.slider.slide-2 .startup-story-container {
    display: none;
}

.slider.slide-2 .startup-story-mobile-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 85%;
}

.logo-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    padding-right: 20px;
    gap: 4px;
}

.slider.slide-2 .logo {
    display: block;
}

.slider.slide-2 .peakpoint-logo {
    width: 90px;
}

.slider.slide-2 .simon-logo {
    width: 120px;
}

.slider.slide-2 .book-mobile-image {
    display: block;
    width: 320px;
}

.store-text-content h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
}

.store-text-content h3 {
    font-size: 12px;
    line-height: 28px;
}

.slider.slide-2 .book-image {
    width: 480px;
}

/* Tablet and Larger screens */

@media screen and (min-width: 769px) {

    .slider.slide-2 .startup-story-container {
        display: flex;
        flex-direction: column;
        justify-content: start;
        max-width: 40%;
        height: 60%;
        margin: 0 64px;
        margin-bottom: 42px;
        z-index: 1;
    }

    .slider.slide-2 .book-image {
        width: 500px;
    }

    .store-text-content h2 {
        line-height: 44px;
        font-size: 38px;
    }

    .store-text-content h3 {
        font-size: 18px;
    }

    .startup-story-title h2 {
        line-height: 42px;
        font-size: 32px;
    }

    .startup-story-text h3 {
        font-size: 18px;
    }

    .slider.slide-2 .startup-story-mobile-container {
        display: none;
    }

    .store-icons {
        max-width: 500px;
    }

    .store-icons,
    .special-icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .store-icons img {
        border: 3px solid #fff;
        border-radius: 10px;
    }

    .store-icons img:hover {
        border-color: #fca02f;
        cursor: pointer;
    }

    .startup-story-container>.store-icons img,
    .startup-story-container>.special-icons img {
        padding: 18px;
        width: 120px;
        height: 80px;
        margin: 5px;
        object-fit: contain;
        box-sizing: border-box;
    }

    .special-icons {
        gap: 10px;
    }

    .startup-story-container>.special-icons img {
        border: none;
        margin: 2px;
        padding: 0px;
        height: 56px;
    }
}

@media screen and (min-width: 1024px) {
    .slider.slide-2 .book-mobile-image {
        width: 520px;
        padding-left: 60px;
    }
}

@media screen and (min-width: 1201px) {
    .store-text-content h2 {
        font-size: 38px;
        line-height: 44px;
    }

    .store-text-content h3 {
        font-size: 18px;
    }
}

@media screen and (min-width: 1441px) {
    .slider.slide-2 .book-image {
        width: 680px;
    }

    .slider.slide-2 .startup-story-container {
        max-width: 35%;
    }
}

@media screen and (min-height: 1024px) {
    .slider.slide-2 .book-mobile-image {
        width: 480px;
        padding-left: 60px;
    }
}

@media screen and (min-height: 1180px) {
    .slider.slide-2 .startup-story-container {
        height: 80%;
        max-width: 50%;
    }
}

@media screen and (max-height: 768px) {
    .slider.slide-2 .startup-story-text h3 {
        font-size: 12px;
    }
}

@media screen and (max-height: 600px) {
    .slider.slide-2 .startup-story-container {
        display: none;
    }

    .slider.slide-2 .book-image {
        width: 418px;

    }
}

@media screen and (min-width: 820px) and (min-height: 1180px) {
    .slider.slide-2 .book-image {
        width: 480px;
        right: 10px;
        bottom: 180px;
    }
}

@media screen and (min-height: 1366px) {
    .slider.slide-2 .book-image {
        width: 600px;
        bottom: 220px;
    }
}