.logo {
  position: relative;
  z-index: 900;
}

@media (min-width: 769px) and (max-width: 1360px) {
  .about-content {
    width: 100%;
  }

  .section-img.odd {
    margin-right: 40px;
  }
}

@media (min-width: 1001px) and (max-width: 1360px) {
  .content-section_item img {
    max-width: calc(50% - 20px);
  }

  .section-item_text {
    max-width: calc(50% - 20px);
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  .content-section_header {
    display: block;
    max-width: 100%;
  }

  .content-section_title-text {
    width: 100%;
  }

  .content-section_item {
    display: block;
    margin-bottom: 0;
  }

  .content-section_title {
    width: 100%;
  }

  .content-section_item img {
    max-width: 100%;
  }

  .section-item_text {
    text-align: center;
    margin: 0;
    max-width: 100%;
    margin-top: 45px;
  }

  .section-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto 0;
  }

  .section-img.odd {
    margin-right: 0;
  }
}

@media (min-width: 941px) and (max-width: 1360px) {
  .clients-feed-gallery .gallery-item {
    width: 50%;
  }
}

@media (min-width: 769px) and (max-width: 940px) {
  .clients-feed {
    width: 100%;
  }

  .clients-feed-gallery .gallery-item {
    width: 100%;
  }

  .clients-feed-gallery-wrapper {
    max-width: 100%;
  }

  .clients-feed-gallery-wrapper {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .about-content_container {
    width: 100%;
    padding-bottom: 55px;
  }

  .section-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 25px auto 5px;
  }

  .section-img.odd {
    margin: 25px auto 5px;
  }

  .about-content {
    margin-top: 60px;
    width: 100%;
  }

  .about-content_title {
    margin-bottom: 24px;
  }

  .content-section_item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .content-section_item.section-even {
    flex-direction: column-reverse;
  }

  .content-section_item.section-odd {
    flex-direction: column;
  }

  .section-item_text {
    text-align: center;
    margin: 0;
    max-width: 100%;
    margin-top: 40px;
  }

  .item-title {
    margin-bottom: 25px;
  }

  .content-section_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 51px;
    margin-bottom: 0;
  }

  .content-section_title {
    margin: 0;
  }

  .about-content_container.about-gallery {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-item {
    min-width: 100%;
    padding: 15px;
  }

  .clients-feed {
    width: 100%;
    padding: 0 20px;
  }

  .clients-feed-gallery-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .clients-feed-gallery {
    justify-content: flex-start;
    margin-bottom: 20px;
    display: flex;
    transition: transform 0.5s ease;
  }

  .clients-feed-gallery .gallery-item {
    width: 100%;
    max-width: 100%;
    margin-right: 24px;
    margin-left: 0;
    box-shadow: 0 8px 20px 0 rgba(6, 28, 61, 0.1);
  }

  .clients-feed-gallery .gallery-item .item-header {
    margin: 20px;
  }

  .clients-feed-gallery .gallery-item .item-body {
    margin: 20px;
    line-height: 24px;
    font-size: 16px;
  }

  .clients-feed-header {
    margin-top: 40px;
    margin-bottom: 40px;
    justify-content: center;
  }

  .clients-feed_title {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -1.5px;
    padding-left: 0;
  }

  .clients-feed-arrows {
    display: none;
  }

  .clients-feed-footer {
    margin-top: 25px;
    margin-bottom: 45px;
  }

  .user-feed_img {
    margin-right: 10px;
    width: 48px;
    height: 48px;
  }

  .user-feed_name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .user-feed-adress {
    font-size: 14px;
    line-height: 20px;
  }

  .circle-container {
    gap: 8px;
  }

  .circle {
    width: 10px;
    height: 10px;
  }

  .circle.active {
    width: 20px;
    height: 10px;
  }

  .content-section_title {
    width: 100%;
  }

  .content-section_title-text {
    width: 100%;
  }
}
