.img-icn {
 width: 16px;
 height: 14px;
 object-fit: cover;
}

.img-icn-2 {
  width: 12px;
 height: 14px;
 object-fit: cover;
}

.content-item ul {
  list-style: disc;
  padding-left: 18px;
}

.icons-list__icon {
  margin-right: 10px;
  background: #ECF0F8;
  min-width: 36px;
  min-height: 36px;
  max-height: 36px;
  max-width: 36px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icons-list span {
  color: #ECF0F8;
  font-size: 18px;
  line-height: 100%;
}

.icons-list li {
  display: flex;
  align-items: center;
  width: calc(50% - 32px);
}



.icons-list {
  column-gap: 32px;
  row-gap: 20px;
  display: flex;
  flex-wrap: wrap;
}


@media (max-width: 650px) {
  .cs-infoboxes-company-profile {
    width: 100%;
    max-width: 100%;
  }
  .cs-infoboxes-company-list {
    column-count: 1;
  }
}
@media (max-width: 767px) {
  .footer__bottom--right_text a svg {
    margin: 0 auto;
  }
  a.footer-mail {
    display: flex\;
    align-items: center;
    justify-content: center;
  }
  a.footer-mail svg {
    top: unset !important;
    margin-right: 0 !important;
    float: unset !important;
  }
}

