.council-img {
  width: 240px;
  height: 240px;
  padding: 20px;
  margin-top: -10px;
  object-fit: cover;
  object-position: 0px 0px;
}
.gallery__container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.council-text-style {
  color: #505050;
  font-weight: bolder;
}
/* .gallery__container > .gallery__heading {
  display: flex;
  justify-content: center;
} */
.gallery__container > .gallery__gsacads {
  justify-content: center;
  display: flex;
}
.gallery__container > .gallery__gsacads > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
}
/*brs*/
.gallery__container > .gallery__br {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: -10px;
}
.gallery__container > .gallery__br h4 {
  position: relative;
  top: -6px;
  color: #505050;
  font-weight: bolder;
}
.gallery__container > .gallery__br > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
}
/* buttons*/
.gallery__container > .gallery__crselect {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.gallery__container > .gallery__crselect > button {
  margin: 15px 20px;
  color: #505050;
  width: 200px;
  background-color: white;
  border-color: #505050;
  padding: 7px;
  transition: all 0.4s ease !important;
  -webkit-transition: all 0.4s ease !important;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  font-size: 14px;
}
.gallery__container > .gallery__crselect > #gallery__btn2017 {
  color: white;
  background-color: #505050;
}

/* crs */
.gallery__container > .gallery__crs {
  justify-content: space-around;
  display: flex;
  transition: all 0.4s ease !important;
  -webkit-transition: all 0.4s ease !important;
  flex-wrap: wrap;
}
.gallery__container > .gallery__crs > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
  transition: all 0.4s ease !important;
  -webkit-transition: all 0.4s ease !important;
}

/* media queries */
@media screen and (max-width: 750px) {
  .council-img {
    width: 260px;
    height: 240px;
    padding: 15px;
  }
  .gallery__container > .gallery__crselect {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
}

#gallery__btn2021{
  color: white;
  background-color: #505050;
}