.bloco {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  justify-items: center;
  align-items: center;
}
.bloco-img {
  transition: 0.6s;
}
.bloco-content {
  transition: 0.6s;
}
.bloco-img h3 {
  font-family: Brinnan;
  font-size: 1.8rem;
  font-weight: 300;
}
.bloco-content h2 {
  font-family: Brinnan;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2em;
}
.bloco-content {
  display: grid;
  gap: 15px;
}
.bloco-content p {
  font-size: 1.25rem;
}
.bloco-content ul {
  list-style: disc;
}
.bloco-content div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.bloco-content div span {
  content: "";
  display: block;
  height: 1px;
  width: 65px;
  background-color: #f2f2f2;
}

.servicos-grid {
  display: grid;
  gap: 80px;
  padding: 50px 0px;
}
.local {
  overflow: hidden;
}
.servicos {
  padding: 70px 10px;
  overflow: hidden;
}

@media only screen and (min-width: 360px) and (max-width: 720px) {
  .bloco {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .bloco-content {
    grid-row: 2;
  }
}

@media only screen and (min-width: 0px) and (max-width: 359px) {
  .bloco {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .bloco-content {
    grid-row: 2;
  }
  .bloco-content div span {
    display: none;
  }
  .bloco-content p {
    font-size: 1rem;
  }
  .bloco-content h2 {
    font-size: 1.9rem;
  }
  .servicos .title {
    font-size: 2rem;
    letter-spacing: 5px;
  }
  .bloco-img h3 {
    font-family: Brinnan;
    font-size: 1.3rem;
    font-weight: 300;
  }
}

.servico-info {
  display: grid;
  justify-items: center;
  gap: 30px;
  text-align: center;
}
.servico-info h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2em;
}
.servico-info p {
  font-size: 1.5em;
  font-weight: 200;
}

@media only screen and (max-width: 370px) {
  .servico-info h3 {
    font-size: 1.4rem;
  }
  .servico-info p {
    font-size: 1em;
    font-weight: 200;
  }
}
