
.icon-logo-container[data-v-0007e86f] {
  width: 43px;
  height: 43px;
  border: 2px solid #f0f2f5;
  border-radius: 50%;
  background-color: var(--primary-color-brand);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 640px) {
.icon-logo-container[data-v-0007e86f] {
    width: 30px;
    height: 30px;
}
}

