.our-safety-sec {
    background: url(/template/1c00245a/images/our-safety-bg.png) no-repeat;
    padding: 130px 0 130px;
  background-size:cover;
   margin-top:100px;
}
.our-safety-sec .inner-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
  align-items: center;
}
.our-safety-sec .inner-content .left-content {
  width: 45%;
  max-height: 541px;
  overflow: hidden;
}
.our-safety-sec .inner-content .right-content {
  width: 55%;
  padding: 0 0 0 100px;
}
.our-safety-sec .inner-content .right-content h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 20px;
}
.our-safety-sec .inner-content .right-content p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 20px;
  color:rgba(255, 255, 255, 0.82);;
  
}
.our-safety-sec .inner-content .right-content .saftey-content{
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 35px;
  letter-spacing: 0;
  margin:0 0 20px 0;
  padding:0;
}
.our-safety-sec .inner-content .right-content .safety-every-text{
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 24px;
line-height: 61px;
letter-spacing: 0;
text-transform: capitalize;
  margin:0 0 15px 0;
  padding:0;
  color:#fff;
}
.our-safety-sec .inner-content .right-content p:last-of-type{
  margin: 0 !important;
}
.our-safety-sec .inner-content .left-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-button-box {
    margin-top: 35px;
}
.contact-button-box a{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    border: 2px solid #ffffff;
    padding: 17px 25px;
    color: #fff;
    max-width: 256px;
    width: 100%;
    display: block;
    text-decoration:none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contact-button-box a:hover{
    background-color:#fff;
    color:#000;
}
