.research-thumbnail {
  min-height: 250px !important;
  max-height: 300px !important;
  border: 2px solid #4ac089;
}

.research-description-h4 {
  color: #4ac089;
}

.research-description-p {
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-character;
  font-size: 18px;
}

@media (max-width: 767px) {
  .research-description-p {
    max-width: 100%;
    height: 100px;
    overflow-y: auto;
  }
}

@media (min-width: 768px) {
  .research-description-p {
    max-width: 80%;
  }
}

@media (min-width: 992px) {
  .research-description-p {
    max-width: 60%;
  }
}

@media (min-width: 1200px) {
  .research-description-p {
    max-width: 40%;
  }
}

.technique-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  font-size: 18px;
  background-color: #4ac089;
  border-top: 1px solid #4ac089;
  border-left: 1px solid #4ac089 !important;
  border-bottom: 1px solid #4ac089;
  border-right: 1px solid #4ac089;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.technique {
  font-size: 22px;
}

.technique-description {
  padding: 15px;
  font-size: 16px;
  text-align: justify;
  background-color: #4ac089;
  border-top: 1px solid #4ac089;
  border-right: 1px solid #4ac089 !important;
  border-bottom: 1px solid #4ac089;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (max-width: 576px) {
  .technique-name {
    border-top-right-radius: 5px;
    background-color: rgba(74, 192, 137, 0.35);
    border-bottom-left-radius: 0;
    border-bottom: 0;
  }
  .technique-description {
    border-bottom-left-radius: 5px;
    background-color: rgba(74, 192, 137, 0.35);
    border-top-right-radius: 0;
    border-left: 1px solid #4ac089;
    border-top: 0;
  }
}

.techniques-row {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.techniques-row:hover, .techniques-row:focus, .techniques-row:active {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.research-menu-button {
  font-size: 18px;
}
/*# sourceMappingURL=research-techniques.css.map */