.h1_style-whole{
	text-align: left;
    padding-left: 15%;
}

.h1_style-devops{
	color: white;
    width: 40%;
    font-weight: 800;
}

.h1_style-our-service{
	color: #F8991D;
    width: 40%;
    font-weight: 500;
    /*margin-left: -55px;
    margin-bottom: -24px*/
}

.pt-3-dev, .py-3 {
    padding-top: 33rem!important;
}

.devops_divbox{
	box-sizing: content-box;
	display: inline-block;
    background-color: #F8991D;
	z-index: 100;
	padding:15%;
	width: 370px;
	box-shadow: 0 8px 16px -8px black;
	/*height: 20%;*/
}

.p_style{
	display: inline-block;
	color: white;
	font-family: Montserrat;
	/*font-size: 20px;*/
	font-size: 21px;
	padding-right: 10px;
	font-weight: 500;
}

.h1_style{
	display: inline-block;
	color: #801517;
	font-size: 36px;
}

.hr_style{
	background-color: #801517;
	height: 4%;
}

.image_sub2{
	height: 60%;
	width: 100%;
}

.image_sub3{
	margin-top: 297px;
}

.h1_style_margin{
	margin-bottom: 5%;
}

.dev-group{
	width: 100%;
	justify-content: center;
	align-items: center;
	color: white;
	padding-left: 6%;
	padding-top: 2%;
	/*margin-left: 24%;*/
	background-color: var(--background-color);
  }

.dev_accordian-group {
	padding: 24px 32px;
	background-color: white;
    
}
.image_align{
    max-width: 100%;
	height: auto;
	padding-top: 100px;
}  
body {
	background-color:var(--background-color);
}
