﻿.anchorsWithIconLinkComponent.side ul {
  padding-inline-start: 40px;
}
.anchorsWithIconLinkComponent.side ul li {
  cursor: pointer;
  list-style-type: circle;
}
.anchorsWithIconLinkComponent.side ul li .text {
  font-size: 18px;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  margin-inline-start: -40px;
  padding-inline-start: 40px;
}
.anchorsWithIconLinkComponent.side ul li:nth-child(n+2) .text {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.anchorsWithIconLinkComponent.side ul li.active {
  list-style-type: disc;
}
.anchorsWithIconLinkComponent.side ul li.active .text {
  background: #edf6fc;
  font-weight: 600;
}
.anchorsWithIconLinkComponent.wide {
  background: #edf6fc;
  /*text-align: center;*/
}
.anchorsWithIconLinkComponent.wide .insideTitle {
  margin-bottom: 18px;
}
.anchorsWithIconLinkComponent.wide ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
.anchorsWithIconLinkComponent.wide ul li {
  flex-basis: 130px;
}
.anchorsWithIconLinkComponent.wide ul li .anchor-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.anchorsWithIconLinkComponent.wide ul li .anchor-item .text {
  color: #123A5E;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  max-width: 140px;
  margin-top: 5px;
}
.anchorsWithIconLinkComponent.wide ul li .anchor-item img {
  width: 39px;
  height: 39px;
}
.anchorsWithIconLinkComponent.wide ul.text-under li .anchor-item img {
  align-self: center;
}
.anchorsWithIconLinkComponent.wide ul.text-under li .anchor-item .text {
  text-align: center;
}
.anchorsWithIconLinkComponent.wide ul.text-next_to li .anchor-item {
  flex-direction: row;
}
.anchorsWithIconLinkComponent.wide ul.text-next_to li .anchor-item .text {
  letter-spacing: 0px;
  color: #123A5E;
  opacity: 1;
}
.anchorsWithIconLinkComponent.wide ul.text-next_to li .anchor-item img {
  width: 39px;
  height: 39px;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .anchorsWithIconLinkComponent.wide ul {
    display: flex;
    /* align-items: center; */
    flex-direction: row;
    margin: 0px;
    justify-content: flex-start;
  }
  .anchorsWithIconLinkComponent.wide ul.text-next_to li .anchor-item {
    flex-direction: column;
  }
  .anchorsWithIconLinkComponent.wide ul li {
    flex-basis: 90px;
  }
  .anchorsWithIconLinkComponent.wide ul li .anchor-item {
    text-align: center;
    margin-bottom: 20px;
    align-items: center;
    margin: 3px;
  }
  .anchorsWithIconLinkComponent.wide ul li .anchor-item .text {
    max-width: none;
  }
  .anchorsWithIconLinkComponent.wide ul li .anchor-item img {
    width: 39px;
    height: 39px;
  }
}
@media screen and (min-width: 768px) {
  .anchorsWithIconLinkComponent.wide ul {
    justify-content: space-evenly;
  }
  .anchorsWithIconLinkComponent.wide ul.text-next_to .text {
    /*text-align: right;*/
  }
  .anchorsWithIconLinkComponent.wide ul li .text {
    margin-inline-start: 5px;
  }
}
