.kantoor_img {
  width:100%;
  height:100%;
  border-radius:23px;
  object-fit:cover;
  object-position:center;

}

.cg {
  min-height:100%;
  padding:30px;
  border-radius:23px;
  display:flex;
  flex-direction:column;

  gap:20px;
}

  .cg img {
    height:180px;
    object-fit:contain;

  }

  .cg-cont:nth-of-type(odd) .cg img {
    margin:-100px -30px 0px -30px;
  }
  .cg-cont:nth-of-type(even) .cg img {
    order:2;
    margin:0px -30px -70px -30px;
    height:250px;
  }



.form {
  position:relative;
  overflow:visible;
  border-radius:23px;

}

.bg-grain.form .row {
    padding:30px 40px 100px 40px;
}
.bg-grain.form label {

  width:100%;
}

.bg-grain.form .overlay p {
  margin:0;
  padding:0;
}
.bg-grain.form .wpcf7-response-output {
  position:absolute;
  bottom:70px;
  border:0;
  padding:0 30px;
}

.bg-grain.form .img-fluid {
  position:absolute;
  bottom:-100px;
  right:-40px;
  max-width:300px;
}


.details {
  padding:30px;
  border-radius:23px;
  width:100%;
  min-height:100%;
}
  .details .img-fluid {
    margin:-60px 0px 80px 0px;
    transform:scale(1.3);
  }

  @media (max-width:991px) {
    .details .img-fluid, .bg-grain.form .img-fluid {
      display:none;
    }
    .details {
      min-height:0;
      margin-bottom:15px;
      padding:
    }
  }
