.terradec_header_bg {
    background-image: url(../img/img_adrfloors/full-frame-shot-pebbles.jpg) !important;
}

.microtopping_header_bg {
    background-image: url(../img/img_adrfloors/plant-stucco-wall-background-zoom-calls.jpg) !important;
}

.terradec_image::before{
    position: absolute;
    content: "";
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    background-image: url(../img/img_adrfloors/wet-stone-pathway-garden-after-rain.jpg) !important;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
  }
  
  .microtopping_image::before {
    position: absolute;
    content: "";
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    background-image: url(../img/img_adrfloors/texture-old-gray-wall-background.jpg) !important;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
  }
  
  .mortex_image::before {
    position: absolute;
    content: "";
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    background-image: url(../img/img_adrfloors/white-bathtub-standing-concrete-floor-bathroom-with-gray-walls-concept-minimalism-3d-rendering-mock-up.jpg) !important;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
  }
  
  .stuco_image::before {
    position: absolute;
    content: "";
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    background-image: url(../img/img_adrfloors/dark-blue-grunge-cement-wall-wall.jpg) !important;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
  }