 .widget-snippet .twelve-cubic-meter-skip-area{
      margin: 0 auto;
      position:relative;
      width:100%;
    }
    .widget-snippet .twelve-cubic-meter-skip-area .container .row {
          margin-bottom:20px;
        }
   .widget-snippet .twelve-cubic-meter-skip-area .container .row .col-md-6:nth-child(2) {
          padding-left: 30px;
         }
   .widget-snippet .twelve-cubic-meter-skip-area .container .row p {
	  padding:8px 0;
	  font-size: 20px;
	  color: #000;
	  line-height: 30px;
	  font-family: 'Gilroy';
	  font-weight:normal;
	}
.widget-snippet .twelve-cubic-meter-skip-area .container .row .col-md-6:nth-child(2) p {
        padding-top: 0;
       }
   .widget-snippet .twelve-cubic-meter-skip-area .container .row .col-md-6 h5{
	margin: 0;
	font-size: 18px;
	color: #000;
	font-family: 'Gilroy';
	font-weight:500;
         }

    .widget-snippet .twelve-cubic-meter-skip-area .container .row .col-md-6 img{
	height: auto;
        width: 100%;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
	}
.widget-snippet .twelve-cubic-meter-skip-area .container .row .col-md-6:nth-child(2) img {
    height: auto;
     width: auto; 
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
   }
   .widget-snippet .twelve-cubic-meter-skip-area .container .row .col-md-6 img:hover{
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(1.03);
	}

    .widget-snippet .twelve-cubic-meter-skip-area .btn {
    font-size: 18px;
    text-transform: capitalize;
    background: #6aca5a;
    color: #fff;
    text-align: center;
    margin: 20px auto 0;
    transition: all 0.5s ease 0s;
    padding: 10px 45px;
    }
  .widget-snippet  .twelve-cubic-meter-skip-area .btn:hover{
	background: #1d1d1d;
    }
   .widget-snippet .twelve-cubic-meter-skip-area .btn-box {
    text-align: left;
    }
 
