.im-1 {
  fill: #fff;
  stroke: #d6d6d6;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  opacity: 0.5;
  pointer-events:all;
}

.im-1:hover {
  fill: #448b7e;
}

.im-active {
  fill: #448b7e;
}

.im-row {
  display: flex;
  flex-direction: row;
}

.im-col-3 {
  flex: 60%;
  text-align: center;
  margin: 0px 20px 0px 0px;
}

.im-col-2 {
  flex: 40%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0px 0px 0px 20px;
}

@media (max-width: 800px) {
  .im-row {
    flex-direction: column;
  }

  .im-col-2 {
    margin: 20px 0px 0px 0px;
  }

  .im-col-3 {
    margin: 0px;
  }
}

.im-section-title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 40px;
}

.im-content {
  line-height: 1;
}

.im-title {
  color: #448b7e;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.im-descr {
  font-size: 1rem;
}

.im-button {
  margin-top: 20px;
}