@import '../components/hero.css';

h1, h2 {
	text-transform: none;
}

h3 {
    padding-bottom: 15px;
    font-family: trade-gothic-next-compressed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    text-transform: uppercase;
}

.rcorners {
    border-radius: 8px;
    border: 1px solid darkgray;
    padding: 10px;
    height: auto;
}

.protuct-title {
	text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-family: trade-gothic-next, sans-serif;
}

.product-sub-title {
	padding-bottom: 15px;
    font-family: trade-gothic-next-compressed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    text-transform: uppercase;
}

.why-choose .col-2 {
	display: none;
}

.why-choose h3 {
    padding-bottom: 0px !important;
	text-transform: none !important;
}

.why-choose p {
    padding-top: 0px;
}

.why-choose .col-10 {
    padding-bottom: 15px;
}

@media (max-width: 991px){
    .social-icon-wrapper .share-text {
		display: none;
	}

	.social-icon-wrapper .footer-social-icon {
		display: none;
	}
	
	.share-section {
		flex-direction: column !important;
	}
	
	p.bl-content-1 {
		text-align: left;
	}
}