/* ------------------------------------------- START - Formulario / localização ------------------------------------------- */
.content-about-time .separator {
	height: 4px;
	width: 90px;
	background: #009016;
	display: block;
  margin-bottom: 18px;
}
.content-about-time {
  margin: 50px auto;
  max-width: 950px;
}
.about-time-images {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.about-time-image-box {
  max-height: 400px;
  height: auto;
  width: 100%;
}
.about-time-image-box img,
.about-time-image-box-alls img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.about-time-images-alls{
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
}
.about-time-image-box-alls {
  margin-bottom: 20px;

}

/* ------------------------------------------- END - Formulario / localização ------------------------------------------- */
@media(min-width:768px) {
 /* ------------------------------------------- START - Formulario / localização ------------------------------------------- */
 .about-time-title{
  font-size: 42px;
  font-weight: 600;
 }
 .about-time-images {
  flex-direction: row;
  margin-bottom: 30px;
}
.about-time-image-box {
  max-height: 400px;
  height: auto;
  width: 100%;
}
.about-time-image-box img {
  width: 100%;
  height: 410px;
}
.about-time-images-alls{
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
}
.about-time-image-box-alls {
  margin-bottom: 22px;
  width: 310px;
}
 /* ------------------------------------------- END - Formulario / localização ------------------------------------------- */
}
