body.widget-snippet .growth-content-area {
    top: unset;
    left: unset;
    transform: unset;
    z-index: unset;
}
body.widget-snippet .urgent-repairs .growth-content {
    padding-top: 50px;
}
.urgent-repairs{
  padding:0 30px
}

.urgent-repairs strong{
  font-weight:500;
}
.urgent-repairs .title-content {
    max-width:1300px;
    margin:0 auto;
}
.urgent-repairs h2.title-content {
    font-size: 37.4px;
    font-family: "aller", sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}
.urgent-repairs .growth-content {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0;
    display: flex;
      padding-top: 0;
}

.urgent-repairs .growth-content-area {
    max-width: 50%;
     width: 50%;
    padding: 65px 70px;
    position: relative;
      padding-top: 0;
}

.urgent-repairs .growth-img {
    width: 50%;
    position:relative;
}

.urgent-repairs .growth-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display:none;
}

.urgent-repairs .growth-content-area h3 {
    margin: 0 0 15px;
    font-size: 35px;
    font-weight: 300;
    margin-bottom: .75em;
    font-family: "aller", sans-serif;
    text-transform: uppercase;
    line-height: 48px;
}

.urgent-repairs .growth-content-area p {
    font-weight: 300;
    line-height: 27px;
    font-family: "Assistant", sans-serif;
    font-size: 1.6rem;
}
.urgent-repairs .growth-content-area p a{
    text-decoration:none;
    color:#2785e7;
}
.growth-content-area p a:hover{
    color:#000;
}

.urgent-repairs .inleft.growth-img {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-name: inleft;
    -webkit-animation-name: inleft;
}
@keyframes inleft {
    from {
        transform: translate3d(-50px,0,0);
      opacity: 0;
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}

.inright.growth-img{
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-name: inright;
    -webkit-animation-name: inright;
}
@keyframes inright {
    from {
        transform: translate3d(50px,0,0);
      opacity: 0;
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}


@media screen and (max-width: 767px){
  body .urgent-repairs .growth-content-area {
     max-width: 100%;
     width: 100% !important;
}
body .urgent-repairs .growth-content-area h3 {
   font-size: 25px !important;
   margin-bottom: 0;
   line-height: 37px !important;
  }
body .urgent-repairs .growth-content-area h3{
    margin-top:4px !important;
  }
body .urgent-repairs{
        padding: 0 0 30px 0;
}
}
