.sw-fencing-application {
  position: relative;

}

.sw-fencing-application::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../images/bg.png');
  background-repeat: repeat;
  background-size: 8%;
  opacity: 0.25;
  z-index: -1;
}
.sw-fencing-application .swfa-img-wrapper{
  border-radius: 50px;
  overflow: hidden;
}

.sw-fencing-application .swfa-each-col{
  border-radius: 50px;
  background-color: #fff;
  padding: 32px;
  box-shadow: 0px 0px 15px 0px #00000040;

}
.sw-fencing-application [class*="col"]:not(:last-child) {
    margin-bottom: 40px;
 }
 @media screen and (min-width: 992px) {
   .sw-fencing-application [class*="col"]:not(:last-child) {
    margin-bottom: 0px;
 }
 }