.a-nodecor:hover:before {
  display: none;
}


.header.sticky {
  border-radius: 0px;
}

.blogers .item small {
  font-weight: 200;
}


#members .blogers > .item:nth-child(2), #members .blogers > .item:nth-child(4), #members .blogers > .item:nth-child(5), #members .blogers > .item:nth-child(7), #members .blogers > .item:nth-child(10), #members .blogers > .item:nth-child(12) {
    background: var(--primary-color);
}


#members .blogers > .item:nth-child(12) {
    border-top-right-radius: var(--card-border-radius);
    border-top-left-radius: var(--card-border-radius);
}



#team .blogers .item::before, #team .blogers .item::after{
  display: none;
}

#team .blogers .item {
  border-bottom-right-radius: var(--card-border-radius);
  border-bottom-left-radius: var(--card-border-radius);
}

#contacts .row {
    justify-content: space-around;
  }

  @media (min-width: 1020px) {

    #founders .blogers .item, #ceo .blogers .item, #members .blogers .item, #team .blogers .item{
        width: 25%;
    }

    .header.sticky .logo{
      max-width: calc(65* clamp(350px, 100vw, 3840px) / var(--ideal-viewport-width));
      transition: all 0.1s ease-out;
    }


    .marque img {
      max-width: calc(210* clamp(350px, 100vw, 3840px) / var(--ideal-viewport-width));
    }
  }
