.section-time {
  font-size: 1.3rem;
  font-weight: 600; }

.section-title {
  font-size: 1.3rem;
  font-weight: 500; }
  @media (max-width: 993px) {
    .section-title {
      font-size: 1.1rem; } }
  @media (max-width: 601px) {
    .section-title {
      font-size: .9rem; } }

.section-address {
  font-size: 0.8rem; }

.section-metro {
  font-size: 0.8rem; }

.section-row {
  border-bottom: 2px solid transparent;
  padding: 10px 0; }
  .section-row:hover {
    border-bottom-color: #2EBBAA;
    -webkit-transition: border-bottom-color .3s;
    -o-transition: border-bottom-color .3s;
    transition: border-bottom-color .3s; }

.section .section-btn {
  float: right; }
  @media (max-width: 1201px) {
    .section .section-btn {
      font-size: .8rem; } }
  @media (max-width: 601px) {
    .section .section-btn {
      width: 100%;
      margin-top: 10px; } }
