@media (min-width: 1600px) {
  .image-group .container.sm {
    max-width: 1140px;
  }
}
.image-group .imgroupwrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .image-group .imgroupwrapper {
    display: block;
  }
}
.image-group .imgroupwrapper .left {
  flex: 0 0 30%;
  max-width: 30%;
  position: relative;
  padding-top: 60px;
  margin-left: -5px;
}
.image-group .imgroupwrapper .img_2{
  object-position: top;
}
@media (max-width: 767.98px) {
  .image-group .imgroupwrapper  {
    align-items: center;
  }
  /* .image-group .imgroupwrapper .img_2 {
    display: none;
  } */
}
@media (max-width: 480px) {
  .image-group .imgroupwrapper .left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .image-group .imgroupwrapper .left {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .image-group .imgroupwrapper .left {
    padding-top: 90px;
  }
}
@media (min-width: 1600px) {
  .image-group .imgroupwrapper .left {
    padding-top: 110px;
  }
}
.image-group .imgroupwrapper .left .halfcircle {
  border: 1px solid #158825;
  transform: rotate(315deg);
  display: block;
  margin-left: auto;
  margin-right: 70px;
  border-radius: 80px 0 0 80px;
  height: 40px;
  width: 20px;
}
@media (min-width: 768px) {
  .image-group .imgroupwrapper .left .halfcircle {
    border-radius: 100px 0 0 100px;
    height: 80px;
    width: 40px;
  }
}
@media (min-width: 992px) {
  .image-group .imgroupwrapper .left .halfcircle {
    border-radius: 140px 0 0 140px;
    height: 140px;
    width: 70px;
  }
}
@media (min-width: 1600px) {
  .image-group .imgroupwrapper .left .halfcircle {
    border-radius: 184px 0 0 184px;
    height: 184px;
    width: 92px;
  }
}
@media (max-width: 480px) {
  .image-group .imgroupwrapper .left .halfcircle {
    display: none;
  }
}
.image-group .imgroupwrapper .left .plus {
  position: absolute;
  display: block;
  top: 17px;
  width: 17px;
  height: 17px;
  right: 30px;
}
@media (min-width: 768px) {
  .image-group .imgroupwrapper .left .plus {
    width: 20px;
    height: 20px;
    right: 55px;
  }
}
@media (min-width: 992px) {
  .image-group .imgroupwrapper .left .plus {
    width: 30px;
    height: 30px;
    right: 60px;
  }
}
@media (min-width: 1600px) {
  .image-group .imgroupwrapper .left .plus {
    width: 38px;
    height: 38px;
    right: 70px;
  }
}
.image-group .imgroupwrapper .left .plus::before, .image-group .imgroupwrapper .left .plus::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #E6E6E6;
}
.image-group .imgroupwrapper .left .plus::before {
  width: 100%;
  height: 4px;
}
@media (min-width: 768px) {
  .image-group .imgroupwrapper .left .plus::before {
    height: 6px;
  }
}
@media (min-width: 992px) {
  .image-group .imgroupwrapper .left .plus::before {
    height: 9px;
  }
}
@media (min-width: 1600px) {
  .image-group .imgroupwrapper .left .plus::before {
    height: 12px;
  }
}
.image-group .imgroupwrapper .left .plus::after {
  height: 100%;
  width: 4px;
}
@media (min-width: 768px) {
  .image-group .imgroupwrapper .left .plus::after {
    width: 6px;
  }
}
@media (min-width: 992px) {
  .image-group .imgroupwrapper .left .plus::after {
    width: 9px;
  }
}
@media (min-width: 1600px) {
  .image-group .imgroupwrapper .left .plus::after {
    width: 12px;
  }
}
@media (min-width: 768px) {
  .image-group .imgroupwrapper .left {
    margin-left: -10px;
  }
}
@media (min-width: 992px) {
  .image-group .imgroupwrapper .left {
    margin-left: -12px;
  }
}
@media (min-width: 1600px) {
  .image-group .imgroupwrapper .left {
    margin-left: -17.5px;
  }
}
.image-group .imgroupwrapper .right {
  flex: 0 0 70%;
  max-width: 70%;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
}
@media (min-width: 768px) {
  .image-group .imgroupwrapper .right {
    margin-right: -10px;
  }
}
@media (min-width: 992px) {
  .image-group .imgroupwrapper .right {
    margin-right: -12px;
  }
}
@media (min-width: 1600px) {
  .image-group .imgroupwrapper .right {
    margin-right: -17.5px;
  }
}
@media (max-width: 480px) {
  .image-group .imgroupwrapper .right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.image-group .imgroupwrapper figure {
  margin: 0;
  padding: 5px;
  position: relative;
}
@media (min-width: 768px) {
  .image-group .imgroupwrapper figure {
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .image-group .imgroupwrapper figure {
    padding: 12px;
  }
}
@media (min-width: 1600px) {
  .image-group .imgroupwrapper figure {
    padding: 17.5px;
  }
}
.image-group .imgroupwrapper figure img {
  max-width: 100%;
  position: relative;
}
.image-group .imgroupwrapper .img_1 {
  display: block;
  max-width: 328px;
  margin-left: auto;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .image-group .imgroupwrapper .img_1 {
    max-width: 100%;
    height: 420px;
  }
  .image-group .imgroupwrapper .img_1 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.image-group .imgroupwrapper .img_1::before, .image-group .imgroupwrapper .img_1::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  z-index: 2;
  top: -10px;
  border-width: 40px 0 0 40px;
}
@media (min-width: 768px) {
  .image-group .imgroupwrapper .img_1::before, .image-group .imgroupwrapper .img_1::after {
    top: -13px;
    border-width: 60px 0 0 60px;
  }
}
@media (min-width: 992px) {
  .image-group .imgroupwrapper .img_1::before, .image-group .imgroupwrapper .img_1::after {
    top: -18px;
    border-width: 70px 0 0 70px;
  }
}
@media (min-width: 1600px) {
  .image-group .imgroupwrapper .img_1::before, .image-group .imgroupwrapper .img_1::after {
    top: -23px;
    border-width: 91px 0 0 89px;
  }
}
.image-group .imgroupwrapper .img_1::before {
  border-top-color: #4DCE5F;
  right: 5px;
}
@media (min-width: 768px) {
  .image-group .imgroupwrapper .img_1::before {
    right: 10px;
  }
}
@media (min-width: 992px) {
  .image-group .imgroupwrapper .img_1::before {
    right: 12px;
  }
}
@media (min-width: 1600px) {
  .image-group .imgroupwrapper .img_1::before {
    right: 17.5px;
  }
}
.image-group .imgroupwrapper .img_1::after {
  border-top-color: #BA2B2B;
  right: 45px;
}
@media (min-width: 768px) {
  .image-group .imgroupwrapper .img_1::after {
    right: 73px;
  }
}
@media (min-width: 992px) {
  .image-group .imgroupwrapper .img_1::after {
    right: 83px;
  }
}
@media (min-width: 1600px) {
  .image-group .imgroupwrapper .img_1::after {
    right: 105px;
  }
}
.image-group .imgroupwrapper .img_2 {
  flex: 0 0 100%;
  max-width: 100%;
}
.image-group .imgroupwrapper .img_3 {
  flex: 0 0 59%;
  max-width: 59%;
}
.image-group .imgroupwrapper .img_4 {
  flex: 0 0 41%;
  max-width: 41%;
}
.image-group .imgroupwrapper .img_4::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 32px solid #158825;
  border-bottom: 0px solid transparent;
  border-left: 32px solid transparent;
  position: absolute;
  bottom: 10%;
  left: 18%;
}
@media (max-width: 480px) {
  .image-group .imgroupwrapper .img_4::before {
    border-top: 15px solid #158825;
    border-left: 15px solid transparent;
  }
}