#scrollspy-components .scrollspy-link {
    transition: 150ms all ease;
}

#scrollspy-components .scrollspy-link.active {
    color: var(--com-blue-200);
    font-weight: bolder !important;
}

.component-description > p:last-child {
    margin-bottom: 0;
}

.component-background {
    left: -1rem;
    top: 1rem;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    height: calc(100% - 2rem);
}

#integrations-image-container {
    overflow-y: auto;
}

#integrations-image {
    width: 175%;
}

.datacenter-image-container {
    width: 175px;
    height: 175px;
}

.customer-quote .customer-quote-text-container,
.customer-quote .customer-quote-logo-container {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.customer-quote .customer-quote-logo-container {
    height: 150px;
}

.customer-quote .customer-quote-logo.base-width {
    width: calc(100% - 1.5rem);
    height: auto;
    margin-left: .25rem;
    margin-top: .5rem;
}

.customer-quote .customer-quote-logo.base-height {
    height: 75px;
    width: auto;
    margin-left: .75rem;
    margin-top: .25rem;
}

.customer-quote .customer-quote-text {
    padding: 0 3rem 0 2rem;
    font-size: .6rem;
}

.customer-quote .customer-quote-text p {
    margin-bottom: 0;
}

.customer-quote .customer-quote-by {
    padding: 0 4rem 0 3rem;
    font-size: .6rem;
}

@media (max-width: 991px) {
    #solutions-components {
        max-height: 75vh;
        overflow-y: auto;
        scroll-snap-type: y mandatory;
        -webkit-overflow-scrolling: touch;
    }

    #solutions-components .component {
        scroll-snap-align: start;
    }
}

@media (min-width: 576px) {
    #integrations-image {
        width: 150%;
    }

    .customer-quote .customer-quote-text {
        font-size: .8rem;
    }

    .customer-quote .customer-quote-by {
        font-size: .7rem;
    }
}

@media (min-width: 768px) {
    #integrations-image {
        width: 100%;
    }

    .customer-quote .customer-quote-text {
        font-size: 1rem;
    }

    .customer-quote .customer-quote-by {
        font-size: .875rem;
    }
}

@media (min-width: 992px) {
    .customer-quote .customer-quote-text {
        font-size: 1.2rem;
    }
    .customer-quote .customer-quote-by {
        font-size: .96rem;
    }
}

@media (min-width: 1200px) {
    #integrations-image {
        width: 75%;
    }

    .customer-quote .customer-quote-text {
        font-size: 1.4rem;
    }

    .customer-quote .customer-quote-by {
        font-size: 1.12rem;
    }
}