:root {
  --main-bg-color: #fff;
  --main-action-color: #3563E9;
  --main-text-color: #233643;
  --main-link-color: #0f1f2c;
  --main-hover-link-color: #495c69;
  --main-container-width: 1320px;
  --main-container-max-width: 96%;
  --main-transition: 0.5s all ease;
  --main-font: "Plus Jakarta Sans", sans-serif; }

.items-block {
  margin: 150px 0; }
  @media screen and (max-width: 576px) {
    .items-block {
      margin: 80px 0; } }
  .items-block .items-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap; }
    .items-block .items-wrapper .item {
      padding: 25px;
      box-shadow: 0 14px 84px 0 #e4ebfc;
      background: var(--main-bg-color);
      border-radius: 18px;
      width: 23.5%; }
      @media screen and (max-width: 1279px) {
        .items-block .items-wrapper .item {
          width: 49%;
          margin-bottom: 2%; } }
      @media screen and (max-width: 576px) {
        .items-block .items-wrapper .item {
          width: 100%;
          margin-bottom: 20px; } }
      .items-block .items-wrapper .item img {
        margin-bottom: 27px;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        object-fit: cover; }
      .items-block .items-wrapper .item .title {
        margin-bottom: 12px;
        font-weight: 600;
        font-size: 20px;
        line-height: 150%;
        color: var(--main-text-color); }
      .items-block .items-wrapper .item .text {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: var(--main-hover-link-color); }

/*# sourceMappingURL=items-block.css.map */
