/* Our Services*/
.ourservices-logo, .ourservices-logo .et_pb_blurb_content {
	display:flex;
	background: white;
	opacity:0.95;
}
.mobile-ourservices-logo .et_pb_blurb_content{
	background: white;
	opacity:0.95;
}
.mobile-ourservices-logo .et_pb_main_blurb_image{
	width: 100%;
	margin:0;
	padding: 20px 0;
	background-color: #AC1F23;
}
.ourservices-logo .et_pb_main_blurb_image{
	display: flex;
    width: 120px;
    height: auto;
    align-items: center;
	background-color: #AC1F23;
	margin:0;
	padding: 0 20px;
}
.ourservices-logo .et_pb_blurb_container{
	align-self: center;
	padding: 0 15px;
}
.mobile-ourservices-logo .et_pb_blurb_container{
	padding:15px;
}
.et_pb_module_header{
    display: flex;
    justify-content: left;
    align-items: center;
}

.mdr .et_pb_module_header:before{
	width: 200px;
	background: url(/wp-content/uploads/2024/03/Managed-Detection.png);
	background-repeat: no-repeat;
}
.vapt .et_pb_module_header:before{
	width: 200px;
	background: url(/wp-content/uploads/2024/03/VAPT.png);
	background-repeat: no-repeat;
}
.sca .et_pb_module_header:before{
    width: 180px;
	background: url(/wp-content/uploads/2024/03/Source-Code.png);
	background-repeat: no-repeat;
}
.consulting .et_pb_module_header:before{
    width: 145px;
	background: url(/wp-content/uploads/2024/03/Consulting.png);
	background-repeat: no-repeat;
}
.InciRes .et_pb_module_header:before{
    width: 110px;
	background: url(/wp-content/uploads/2024/03/Incident-Report.png);
	background-repeat: no-repeat;
}
.CompAssessment .et_pb_module_header:before{
    width: 140px;
	background: url(/wp-content/uploads/2024/03/Compromise-Assessment.png);
	background-repeat: no-repeat;
}
.RTE .et_pb_module_header:before{
    width: 130px;
	background: url(/wp-content/uploads/2024/03/RTE.png);
	background-repeat: no-repeat;
}
.Threat .et_pb_module_header:before{
    width: 116px;
	background: url(/wp-content/uploads/2024/03/Threat-Intelligence.png);
	background-repeat: no-repeat;
}
#service-section .et_pb_module {
	position:relative;
	height:100%;
}

.mdr .et_pb_module_header:before,
.vapt .et_pb_module_header:before,
.sca .et_pb_module_header:before,
.consulting .et_pb_module_header:before,
.InciRes .et_pb_module_header:before,
.CompAssessment .et_pb_module_header:before,
.RTE .et_pb_module_header:before,
.Threat .et_pb_module_header:before
{
	background-size: contain;
	background-position: center;
}
/* XxSmall devices (max-width: 320px) */
@media only screen and (max-width: 320px) {

}

/* Small devices (max-width: 600px) - Portrait tablets and large phones */
@media only screen and (max-width: 599px) {

}

/* Medium devices (min-width: 600px) - Landscape tablets */
@media only screen and (min-width: 600px) {

}

/* Large devices (min-width: 768px) - Larger tablets and up */
@media only screen and (min-width: 769px) {


}

/* Extra-large devices (min-width: 992px) - Laptops/desktops */
@media only screen and (min-width: 981px) {
.et_pb_module_header:before{
    display: inline-block;
    height: 100px;
    content: '';
}
   
}
@media only screen and (min-width: 1000px) {
.et_pb_module_header:before{
    display: inline-block;
    height: 100px;
    content: '';
}

}

/* Extra-large devices (min-width: 1200px) - Large laptops and desktops */
@media only screen and (min-width: 1200px) {
    /* No additional changes needed */
	.mdr .et_pb_module_header:before{
		width: 150px;
	}
	.CompAssessment .et_pb_module_header:before,
	.RTE .et_pb_module_header:before{
		width: 110px;
	}
}
