.key-content {
    padding:38px;
    border: 1px solid var(--primary-dark);
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: rgba(25, 171, 112, 0.09);
    position: relative;
}

.key-content::before {
    content: "";
    background-color: var(--warning-dark);
    width: 17px;
    height: 17px;
    position: absolute;
    right: 36px;
    bottom: 20px;
}

.content-mt {
    margin-top: 50px !important;
}

.key-content h2 {
    color: #007355;
}

.key-content p {
    color: var(---gray1);
}
/* @media (min-width: 1200px) and (max-width: 1399.98px) {
  .key-statistics-title{
    min-height: 60px;
}
} */

@media (min-width: 1400px) {
  .key-content{
    width: 481px;
    padding: 44px;
  }
}

@media (max-width: 992px) {
    .key-content{
        padding: 24px;
    }
}
