@media (max-width: 576px) {
    .container {
        max-width: 576px;
    }

    .sm-center {
        text-align: center;
    }

    header .top-logo {
       width: 80%;
    }

    main .info .image {
        min-height: 400px;
        bottom: 0;
        left: 0;
    }

    main .headings ul {
        justify-content: space-between;
    }

    main .headings li {
        width: 49%;
    }

    main .trusted {
        padding-bottom: 4rem;
    }

    main .trusted h3,
    main .trusted p {
        margin-bottom: 1rem;
    }

    main .tracking .right {
        min-height: 270px;
    }

    main .tracking .right .svg {
        width: 35%;
    }

    main .tracking .right .chart {
        left: 5.5rem;
        bottom: 2rem;
    }

    main .tracking .right .panel {
        left: 5rem;
        bottom: -0.5rem;
        width: 55%;
    }

    main .tracking .right .tbl {
        bottom: 1rem;
        left: 0;
    }

    main .tracking .right .graph {
        left: 12rem;
        bottom: 4.5rem;
    }

    main .tracking .right .pin {
        left: 18.5rem;
        bottom: -1rem;
        width: 10%;
    }

    main .tracking .right .yahoo {
        left: 20.5rem;
        bottom: 9.1rem;
        width: 10%;
    }

    main .tracking .right .bing {
        left: 1rem;
        bottom: 9rem;
        width: 10%;
    }

    main .tracking .right .google {
        left: 1rem;
        bottom: -2rem;
        width: 15%;
    }

    main .tracking .right .world {
        left: 16.5rem;
        bottom: 5.5rem;
        width: 15%;
    }

    main .tracking .right .shape {
        left: 36.5rem;
        bottom: 23.1rem;
    }

    main .keywords .image img {
        width:  100%;
        left: 0;
    }

    main .testimonials .left .customers img {
        margin-bottom: 1rem;
    }

    main .testimonials .carousel {
        background-position: center top;
        padding-top: 3rem;
    }

    main .testimonials .carousel-item .wrapper {
        margin-left: .5rem;
        margin-right: .5rem;
    }

    main .testimonials .carousel-item .title {
        padding-left: 0;
    }

    main .testimonials .carousel-item .delimiter {
        display: block;
        height: 0;
        overflow: hidden;
    }

    main .testimonials .carousel-indicators {
        right: 1rem;
    }

    main .testimonials .view-all {
        margin-left: .5rem;
    }

    main .get-started {
        padding: 4rem 0;
    }

    footer .block {
        padding-bottom: 1.5rem;
    }

    footer .footer-logo {
        width: 35%;
    }

    footer .language {
        margin-bottom: 1.5rem;
    }

    footer .copyrights {
        padding-bottom: 2rem;
    }

    footer .copyrights .sm-block {
        display: block;
        width: 100%;
        padding: .25rem;
    }
    .pricing-page main .pricing {
        padding-bottom: 0;
    }

    .pricing-page main .pricing .row {
        box-shadow: none;
    }

    .pricing-page main .pricing .row .col-12 {
        border-radius: .5rem;
        box-shadow:
            0 8px 10px -5px rgba(0, 0, 0, 0.05),
            0 6px 30px 5px rgba(0, 0, 0, 0.02),
            0 16px 24px 2px rgba(0, 0, 0, 0.02);
    }

    .pricing-page main .pricing .row .col-12 .wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}