.BrochureCards.c-boxes__boxes {
  display: flex; 
  justify-content: flex-start; 
}

.BrochureCard.c-boxes__box {
  max-width: 25%; 
  flex-basis: 25%; 
  display: flex; 
  flex-direction: column; 
  justify-content: flex-start; 
  align-items: center; 
  margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .BrochureCard.c-boxes__box a {
    width: 100%;
  }
}

.BrochureCard-imagecontainer {
  border: 1px solid #414042 !important;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .BrochureCard-imagecontainer {
    border: none;
  }
}

@media screen and (max-width: 1200px) {
  .BrochureCard.c-boxes__box {
    max-width: 33.3333%; 
    flex-basis: 33.3333%;
  }
}

@media screen and (max-width: 920px) {
  .BrochureCard.c-boxes__box {
    max-width: 50%; 
    flex-basis: 50%;
  }
}

@media screen and (max-width: 768px) {
  .BrochureCard.c-boxes__box {
    max-width: 100%; 
    flex-basis: 100%;
  }
}

@media screen and (max-width: 768px) {
  .BrochureCards.c-boxes__title {
    margin-top: 20px;
  }
}

.BrochureCard-imagecontainer {
  width: 250px; 
  height: 353px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.BrochureCard.c-boxes__image {
  width: 100%; 
  object-fit: cover; 
  object-position: center center;
}

.BrochureCard-title.c-boxes__name {
  color: #414042;
}

.BrochureCard.c-boxes__box:hover .BrochureCard-title.c-boxes__name {
  color: #00a160;
}

@media screen and (max-width: 768px) {
  .BrochureCard-title.c-boxes__name {
    margin: 10px 0;
  }
}

.BrochureCard-link {
  width: 100%; 
  text-align: center;
}

@media screen and (max-width: 768px) {
  .BrochureCard-link {
    text-align: left;
    margin: 10px 0;
  }
}

.BrochureCard-text {
  width: 250px;
}

.p-i-c {
  width: 80% !important;
  right: 50% !important;
  left: auto !important;
  transform: translateX(50%) !important;
}

.p-i-c .glp-width-60 {
  width: calc(100% - 200px) !important;
}

.p-i-c [type=checkbox]+span:before {
  display: none !important;
}

.jgULOA {
  display: none !important;
}

@media (max-width: 1000px) {
  .p-i-c {
    width: 90% !important;
  }
}