﻿.about__heroTitle {
    min-height: 160px
}

.about__brands {
    align-items: center;
    display: flex;
    flex-flow: column nowrap
}

@media only screen and (min-width: 768px) {
    .about__brands {
        flex-direction: row;
        justify-content: space-between
    }
}

.aboutBrands__images {
    height: 37px
}

    .aboutBrands__images:not(:last-child) {
        margin-right: 16px
    }

@media only screen and (max-width: 767px) {
    .aboutBrands__images {
        margin-bottom: 24px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
    .aboutBrands__images {
        height: 27px
    }
}

.aboutBrands__techCrunch {
    height: 47px
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
    .aboutBrands__techCrunch {
        height: 34px
    }
}

.aboutBrands__cnet {
    height: 79px
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
    .aboutBrands__cnet {
        height: 57px
    }
}

@media only screen and (max-width: 767px) {
    .about__contactUsForm {
        grid-row-start: -1
    }
}

.about__mediaCarousel {
    margin: 0 auto;
    max-width: 848px;
    width: 100%
}
