.container-grid-quem-somos {  
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
}

.grid-equipe{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 5px;
  justify-items: center;
}

 .info-corretor {
    text-align: center;
    padding: 10px;
    font-family: 'Circularstd book', sans-serif;
    width: 100%;
    min-height: 135px;
}

.heading-77{
  color: #1C1E1E;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

.div-block-corretores {
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    max-width: 93%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-bottom: 50px;
    box-shadow: 9px 88px 50px -55px rgba(0, 0, 0, 0.15);
}

.imagem-corretor {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.div-block-cor img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    max-height: 300px;
}

.image-corretor{
  max-height: 340px;
  border-radius: 10px 10px 0px 0px;
}


.div-block-62-equipe{
  min-height: 350px;
}

.text-equipe {
    font-size: 20px;
    color: #4e4e4e;
    text-decoration: none;
    line-height: 30px; 
}

.text-equipe2 {
    font-size: 20px;
    color: #4e4e4e;
    text-decoration: none;
    line-height: 30px; 
  	-webkit-transition: all 400ms ease;
  	transition: all 400ms ease;
}

.text-equipe2:hover {
	color: #009346;
}

.info-corretor{
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  padding: 20px;
}

.amenity-title1{
  font-size: 20px;
    text-align: center;
    color: #000;
    font-family: Circularstd, sans-serif;
}

.paragraph-light1{
  font-size: 15px;
    text-align: center;
    color: #585858;
    font-family: Avenir, sans-serif;
}

@media screen and (max-width: 991px){
  .grid-equipe{
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px){
  .container-grid-quem-somos{
    width: 100%;
  }
}
@media screen and (max-width: 479px){
  .grid-equipe{
    grid-template-columns: 1fr;
  }
}