@charset "UTF-8";
#access h3{
  color: #333;
  font-size: 2rem;
  font-weight: 500;

  width: 100%;
  padding: 1rem 1rem;

  background: #eee;
}
#access .office{
  border: solid 1px #000;
}
#access .office .address{
  color: #666;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;

  padding: 0 1rem;
}
#access iframe{
  width: 100%;
  margin-top: 16px;
}
#access .officeContainer{
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;

  width: 100%;
  gap: 3%;
}
@media (max-width : 1024px){
  #access .officeContainer{
    grid-template-columns: 1fr;
    gap: 3%;
  }
}
@media (max-width : 599px){
  #access iframe{
    height: 300px;
  }
}