@media screen and (max-width: 991px) {
	#lqd-tabs {
		display: block !important;
	}
    .lqd-tabs-content {
        width: 130% !important;
        justify-self: center;
        text-align-last: center;
        place-items: center;
    }
    #benefits-img {
        width: 82% !important;
    }
    .text-74 {
        font-size: 66px !important;
    }
    #bullets {
        display: none;
    }
    #request-demo {
        display: none;
    }
    #howto-line {
        display: none;
    }
}

.text-badge {
    font-weight: bold;
}

html {
    scroll-behavior: smooth;
}

#download-links {
    display: flex;
}

.download-link {
    padding-top: 20px !important;
    width: 30% !important;
}

@media (max-width: 767px) {
	#download-links {
		display: block !important;
	}

    .download-link {
		width: 85% !important;
        padding-top: 20px !important;
	}
}
