@media
only screen
and (max-width: 760px), (min-device-width: 768px)
and (max-device-width: 1024px)  {
	h1 {
	    font-size: 3.2em !important;
	}
    .home-slider-big .home-slider-big-text h1 {
        font-size: 2.2em !important;
    }
	.address-main-wrap h1 {
	    font-size: 2.6em !important;
	}
	h2 {
		font-size: 2.4em !important;
	}

	h3 {
	    font-size: 1.75em !important;
	}

	.footer-social-links li {
		margin-bottom: 10px !important;
	}

	.home-community .community-slider .community-questions a {
		padding: 10px 0 !important;
	}

	.inside-text-wrap {
		max-width: 100% !important;
	}

	.inside-text-wrap .inside-text {
		position: initial !important;
	}

	.btn {
		margin-bottom: 10px;
	}

	.img-fluid, .d-table {
		max-width: 100% !important;
	}

	.header-wrap .d-table {
		width: 100% !important;
	}

	#webinars h5 {
		margin-top: 10px;
	}

	.why-img-wrap img {
		max-width: 100%;
	}

	.about-box {
		display: block !important;
	}

	.about-strategic-themes-wrap .outer-box {
		padding: 10px !important;
	}

	iframe {
		max-width: 100%;
	}

	.address-wrap a {
		word-break: break-all;
	}

	.video-slider-wrap .slick-next {
		right: 37%;
	}

	.subtotal::before {
		margin-bottom: 30px !important;
		border-bottom: 1px solid #e6e6e6;
	}

	.gsc-tabHeader {
		padding: 0 7px !important;
	}

	.search-result .title {
		font-size: 1.5em;
	}

	.prod-wrap .d-flex {
		display: block !important;
	}

	.prod-list-horz {
		width: 100% !important;
		padding-left: 0 !important;
	}

	.prod-card-info .prod-card-name {
		display: block !important;
	}

	.prod-card-action {
		text-align: center;
	}

	.prod-card-action .d-flex {
		display: block !important;
	}

	.prod-card-action .d-flex input {
		margin: 0 0 10px;
	}

	.section-step1, .section-step2 {
		display: none;
		border-top: 1px solid #e6e6e6;
		padding-top: 20px;
	}

	.video-bg .small {
		width: inherit;
	}
}