.title-description {
    color: rgb(210, 210, 210);
    margin-top: 20px;
    font-size: 1.1em;
}

/* Features icons */
.platform-icons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.platform-icons i {
    color: #F08A1A;
}

.windows-icon {
    font-size: 4.5rem;
}

.apple-icon {
    font-size: 5rem;
    margin-top: -0.05em !important;
}

.android-icon {
    font-size: 4.5rem;
    margin-top: 0.1em !important;
}

.chrome-icon {
    font-size: 4rem;
    margin-top: 0.1em !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #themeOrange .jumbotron-image {
        min-height: 700px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #themeOrange .jumbotron-image {
        min-height: 700px;
    }

    .platform-icons {
        display: flex;
        justify-content: center;
        gap: 60px;
        margin-top: 20px;
    }

    .windows-icon {
        font-size: 4.5rem;
    }

    .apple-icon {
        font-size: 5rem;
        margin-top: -0.05em !important;
    }

    .android-icon {
        font-size: 4.5rem;
        margin-top: 0.1em !important;
    }

    .chrome-icon {
        font-size: 4rem;
        margin-top: 0.1em !important;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #themeOrange .jumbotron-image {
        min-height: 700px;
    }

    .platform-icons {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-top: 20px;
        margin-left: -15px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #themeOrange .jumbotron-image {
        min-height: 750px;
    }

    .platform-icons {
        display: flex;
        justify-content: center;
        gap: 50px;
        margin-top: 20px;
        margin-left: -15px;
    }

    .windows-icon {
        font-size: 5rem;
    }

    .apple-icon {
        font-size: 5.5rem;
        margin-top: -0.05em !important;
    }

    .android-icon {
        font-size: 5rem;
        margin-top: 0.1em !important;
    }

    .chrome-icon {
        font-size: 4.5rem;
        margin-top: 0.1em !important;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    #themeOrange .jumbotron-image {
        min-height: 800px;
    }
}