.technologiesSlide {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.technologiesTextBox {
    color: gray;
    @media (min-width: 1000px) {
        font-size: 92px;
        margin: 150px 200px 50px auto;
    }
    @media (max-width: 999px) {
        font-size: 48px;
        margin: 150px 10px 50px auto;
    }
    padding: 10px 20px;
}

.technologiesSearch {
    text-align: center;
    font-size: 32px;
    width: 300px;
    @media (min-width: 1000px) {
        margin-left: 200px;
    }
    @media (max-width: 999px) {
        margin-left: 10px;
    }
    margin-bottom: 20px;
    margin-right: 70px;
}

.technologyContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: stretch;
    justify-items: stretch;
    justify-self: stretch;
    align-content: stretch;
    align-items: stretch;
    margin: 1px 1px 0;
}

.technologyBox {
    border: 1px solid black;
    display: inline-flex;
    flex: 1;
    flex-direction: column;
    margin: -1px -1px 0 0;
    padding: 3px;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;

    @media (min-width: 1000px) {
        padding-left: 60px;
        padding-right: 60px;
        height: 200px;
    }
}

.technologyLogo {
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.technologyLogo img {
    max-height: 100px;
    max-width: 100px;
}

.technologyTitleInvisible {
    color: transparent;
    margin-top: -1em;
}

.technologyTitle {
    margin-top: 5px;
    font-size: 20px;
}
