:root {
    --secondary: #f0f0f0;
}
.section-section-secondary {
    background-color: var(--secondary);
}
.content-spacing, .content-spacing-paragraph {
    padding-top: 48px;
    padding-bottom: 48px;
}
.title-section {
    text-align: center;
    margin-bottom: 16px;
}
.body-text {
    text-align: justify;
}
.spacing-text {
    margin-bottom: 32px;
}
.image img {
    width: 100%;
    height: 273px;
    object-fit: cover;
}
.hero-section {
    display: flex;
    align-items: center;
    height: 250px;
    background-repeat: no-repeat;
    background-position: 110%;
    justify-content: center;
    /*    background-color: #cf112d;*/
    background-image: none;
}
.h-300 {
        height: auto;
    text-align: center;
    }
.margin-top-18 {
    margin-top: -18px;
}
.d-flex {
    display: flex;
}
.d-flex-center {
    display: flex;
    justify-content: center;
}
.flex-wrap {
    flex-wrap: wrap;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.justify-content-between {
    display: flex;
    justify-content: space-between;
}
.justify-content-around {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.justify-content-around-center {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}
.justify-content-around-row {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.justify-content-evenly {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
.text-container {
    padding-top: 32px;
    padding-bottom: 32px;
    width: 100%;
    text-align: center;
    height: 200px;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.card {
/*    width: 20%;*/
    margin: 8px;
}
.card-img-top {
    width: auto;
    max-height: 64px;
}
.card-img-container {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 64px;
    padding: 5px;
}
.card-body {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    text-align: center;
    padding: 32px;
}
.links, .links-even {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 16px;
}
.links-even {
    margin-top: -16px;
}
h1 {
    color: #7C2855;
}
#gradient {
    /*  background: linear-gradient(90deg, #cf112d 0%, #680917 100%);*/
    background: #131212;
}
#gradient p {
    color: white;
}
/*
#go-to-logo {
    width: 27%;
}
#microsoft {
    width: 34%;
}
*/
.img-fluid {
    display: none;
}
    .partner-logo {
        width: 30%;
        margin: 20px;
    }
#microsoft-body {
    margin-top: 32px;
}
@media handheld, only screen and (max-width:990px) {
    .row {display: flex; flex-direction: column;}
    .image {order: 1;}
.text {order: 2;}}


@media handheld, only screen and (min-width:768px) {
    .hero-section {
        background-position: 150%;
        background-image: url("/portals/0/images/partners&alliances_hero.png");
    }
    .title-section, .body-text {
        text-align: left;
    }
    .text-container {}
    /*
    .card-img-top {
        width: 64%;
    }
*/.card {
    width: 20%;
    margin: 8px;
}
    .img-fluid {
        width: 100%;
        margin-left: 15px;
        object-fit: cover;
        min-height: 275px;
    }

    #microsoft-body {
        margin-top: 0px;
    }
    .h-300 {
    height: 300px;
}
    
    .margin-top-18 {
        margin-top: 0;
    }
    .margin-top {
        margin-top: 32px;
    }
    .margin-bottom {
        margin-bottom: 32px;
    }
    .d-flex-center {
        flex-direction: column;
    }
    .justify-content-around {
        flex-direction: row;
    }
    .justify-content-around-center {
        flex-direction: row;
    }
    .justify-content-around-row {
    flex-direction: row;
}
    .partner-logo {
        width: 24%;
        margin: 20px;
    }
    .hero-section {
        background-position: 500px;
    }
    .text-container {
/*        width: 120%;*/
        text-align: left;
    }
}

@media only screen and (min-width: 1291px) {
    .hero-section {
        background-position: 130%;
    }
}
@media only screen and (min-width: 1430px) {
    .hero-section {
        background-position: right;
    }
    #partners-logos {
        margin-top: 8px;
        justify-content: center;
    }
    #paper-cut {
        margin-bottom: 43px;
    }
    #AV-program {
        margin-top: 16px;
    }
    #reseller {
        margin-top: -5px;
    }
    #cooperative {
        margin-top: -9px;
    }
    /*
    #go-to-logo {
        width: 50%;
    }
*/
}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
    /*
    .justify-content-around-row {
        flex-direction: column;
    }
    .container {
        width: auto;
    }
    .card-body {
        padding: 16px;
        align-items: center;
    }
    .card {
        margin-bottom: 32px;
        width: auto;
        height: 300px;
    }
    .card-img-top {
        width: 25%;
    }
    .card-img-container {
        margin-top: 32px;
    }
    #go-to-logo {
        width: 20%;
    }
    .hero-section {
        background-position: 400px;
    }
    #microsoft {
        width: 22%;
    }
*/
}
@media only screen and (max-width: 838px) {
    /*
    .card {
        height: 275px;
    }
*/
    /*
    .card-body {
        padding: 16px;
    }
*/
    /*
    .hero-section {
        background-position: 300px;
    }
*/
}