/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 29 2023 | 07:43:26 */
.rotate-heading{
	display: inline-block;
    transform: rotate(-90deg);
    position: absolute;
    left: -70px;
    top: 75px;
}

.rotate-heading h4{
	font-size: 22px !important;
	
	font-family: 'Gudea',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700 !important;
    color: #E02B20 !important;
}

@media (max-width:1199px) {
	.rotate-heading {
		transform:rotate(0);
		position: initial !important;
	}
}