@media screen and (max-width: 767px) {
    section#home-banner:after,
    section#Security-support:after,
    section#contact-banner:after,
    section#rpa-app:after {
        display: none;
    }
    .main-header .site-logo {
        height: 50px;
    }
    .hovereffect h2 {
        font-size: 18px !important;
    }
    h1 {
        font-size: 2.1rem !important;
    }
    h2 {
        font-size: 2rem !important;
    }
    h3 {
        font-size: 1.875rem !important;
    }
    .site_popup_body {
        left: calc(50vw - 48vw);
        min-width: 94vw;
    }
	.news-single-section h3 {
    font-size: 18px !important;
	}
	.news-single-section
	{
		padding:0;
	}
	.post-meta {
		padding: 5px !important;
	}
	.news-single-section p,.news-single-section span {
    font-size: 16px;
		color: #212529;
	}
	
}
@media screen and (min-width:1600px){
    .container {
    max-width: 80% !important;
}
}