.section-title {
  text-align: center;
  margin-bottom: 55px;
}

  .section-title__icon {
    margin-bottom: 12px;
    font-size: 28px;
    color: black;
  }

  .section-title__title {
    font-size: 28px;
    margin-bottom: 22px;
    color: black;
    position: relative;
    }

    .section-title__title::after,
    .section-title__title::before {
      content: '';
      position: absolute;
      width: 39%;
      height: 55px;
      background-repeat: no-repeat;
      top: -7px;
      background-size: 100%;
      overflow: hidden;
    }

    .section-title::before {
      left: 0px;
      background-position: right;
      background-image: url(../images/flover-left-darker.png);
    }

    .section-title::after {
      right: 0px;
      background-position: left;
      background-image: url(../images/flover-right-darker.png);
    }
  

  .section-title__description {
    display: block;
    font-size: 14px;
    color: black;
    margin-top: 20px;
  }

  .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .about-us__items {
    display: flex;
    justify-content: space-between;
  }

  .about-us__item {
    max-width: 210px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    padding-bottom: 72px;
  }

  .about-us__pic {
    margin-bottom: 15px;
  }

  .about-us__title {
    position: relative;
    font-family: "OpenSans", sans-serif;
    font-size: 18px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #494949;
    margin-bottom: 35px;
  }

  .about-us__title::after {
    content: '';
    position: absolute;
    width: 55px;
    height: 10px;
    bottom: -20px;
    left: 28%;
    background-image: url(../images/ornament.png);
  }



  .about-us__text {
    font-family: "OpenSans", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #858585;
    margin-bottom: 25px;
  }

  .about-us__button {
    width: 80px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d62f2f;
    border: 3px solid #d62f2f;
    background-color: transparent;
    font-family: "OpenSans", sans-serif;
    font-size: 12px;
    border-radius: 8px;
  }

  .about-us__button:hover {
    color: white;
    background-color: #d62f2f;
  }
