@media screen and (max-width: 450px) {
    * {
        line-height: 1.3rem;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    #solution-summary .solution-summary-box {
        height: 220px;
    }

    #jumbotron .carousel-caption .body {
        width: 80%;
    }

    #testimonial-gallery-carousel .carousel-item .testimonial-card-image {
        width: unset;
        height: unset;
    }

    #testimonial-gallery-carousel .customer-feedback {
        min-height: 50px;
    }

    #project-gallery-carousel-mobile .project-gallery-card-image iframe {
        width: 100%;
        height: revert-layer
    }

    #project-gallery-carousel-mobile .project-gallery-card-image video {
        width: 100%;
        height: revert-layer
    }

    #project-gallery-carousel-mobile .project-gallery-card-image img {
        width: 100%;
        height: revert-layer
    }

    p {
        margin-bottom: 0.7rem;
    }

    #navbar-container .navbar {
        padding-right: unset;
        padding-left: unset;
    }

    #navbar-container .navbar-nav {
        padding-right: unset;
        padding-left: unset;
        background-color: #f8f9fa !important;
    }

    #navbar-container a.nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    h2.title-section-homepage {
        padding-bottom: 0.6rem;
    }

    #solution-page img:not(.header-image) {
        width: 100% !important;
        height: auto !important;
    }

    .nav-tabs.tab-section .nav-link {
        font-size: unset;
    }

        .nav-tabs.tab-section .nav-link.active {
            font-size: unset;
        }

    .solution-gallery-card-image {
        max-width: 70px;
    }

    .news-summary-box {
        width: 100%;
    }

    .news-two-column{
        width: 100% !important;
    }

    img:not(.header-image) {
        width: 100% !important;
        height: auto !important;
    }

    .solution-summary-box {
        width: 100%;
    }

    img:not(.header-image) {
        width: 100% !important;
        height: auto !important;
    }

    .embed-video iframe {
        width: 100%;
        height: revert-layer
    }

    .rich-text-list iframe {
        width: 100%;
        height: revert-layer
    }

    #support-button {
        right: 10px;
        bottom: 50px;
    }

    .support-block-element img{
        width: unset !important;
    }
    .support-block {
        width: 100vw;
    }

    .support-icon {
        max-width: 150px;
    }

    #solutions-grid .solution-summary-box:not(:last-child) {
        margin-right: unset;
    }

    .news-summary-box:not(:last-child) {
        margin-right: unset;
    }

    .news-summary-box:not(:last-child) {
        margin-right: unset;
    }
}

@media screen and (min-width: 1024px) {
    .pt-lg-10 {
        padding-top: 6rem !important;
    }

    .pt-lg-15 {
        padding-top: 9rem !important;
    }

    .pt-lg-20 {
        padding-top: 9rem !important;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
    ul li a {
        margin-right: 10px;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .25rem;
        padding-left: .25rem;
    }

    ul li {
        margin-left: 7px;
    }

    #navbarToggler .navbar-nav .nav-link{
        font-size: 14px;
    }
}
