.our-service-head-section {
  background: url('/template/0120b24f/images/our-service-banner.png') no-repeat;
   padding: 145px 0 150px;
    background-size: cover;
    min-height: 442px;
    position: relative;
  backdrop-filter: blur(2px)
}
.our-service-head-section:before{
  content:'';
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:absolute;
  background: rgba(0, 0, 0, 0.46);
}

.our-service-head-container {
   position: relative;
   max-width:1460px;
   margin: 0 auto;
   padding:0 30px;
}
.our-service-head-section .head-title{
  font-family: Switzer Variable;
  font-weight: 600;
  font-size: 50px;
  line-height: 64px;
  letter-spacing: 0em;
  text-align: left;
  color:#fff;
  margin:0 0 20px 0;
  padding:0;
}
.our-service-head-section p{
  font-family: Switzer Variable;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: left;
  color:#fff;
  margin:0;
  padding:0;
  max-width: 716px;
}

body.widget-snippet .our-service-head-section {
    backdrop-filter: inherit;
}
