.location-info, .has-border, .telephone-icon, .telephone-number {
  display:none;
}

.section-177177 .title {
  -webkit-text-stroke: 1px #cf1d23;
  text-shadow: -1px -1px 0 #cf1d23,
    0px -1px 0 #cf1d23,
    1px 0px 0 #cf1d23,
    2px -1px 0 #cf1d23,
    3px -2px 0 #cf1d23;
}

.locations-with-stars{
  flex-wrap: wrap;
}

.location-with-stars-item {
  display: inline-block;
  margin: 0 1rem;
}

.location-with-stars-item {
  display: inline-block;
  margin: 0 1rem;
}

.location-with-stars-item:first-child {
  margin-left: 0;
}

.table {
    border-collapse: collapse;
    border: 2px solid hsl(0, 0%, 90%);
    
}

.table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: .875em;
    line-height: 1.7142857;
}

.table thead {
    color: #4B5563; /* gray-900 */
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #D1D5DB; /* gray-300 */
}

.table thead th {
    vertical-align: bottom;
    padding-right: .5714286em;
    padding-bottom: .5714286em;
    padding-left: .5714286em;
}

.table tbody tr {
  border: 1px solid hsl(0, 0%, 94%);
}

.table tbody tr:last-child {
    border-bottom-width: 0 !important;
}

.table tbody td {
    vertical-align: middle;
    padding: .5714286em;
    align-items: center;
    border: 1px solid hsl(0, 0%, 94%);
}

.files-table-icon {
  display: inline-flex;
  border-radius: 0.25rem;
  align-items: center;
  font-size: 1.5rem;
  align-items: center;
  height: 32px;
}

.files-table-column.is-last {
  width: 110px;
  text-align: center;
  padding: 0.5rem 1rem;
}

.files-table-column.is-middle {
  padding: 0.5rem 1rem;
}

.files-table-column.is-first {
  width: 40px;
  text-align: left;
  padding: 0.5rem 1rem;
}

@media screen and (min-width: 768px) {
  
  .location-with-stars-item {
    margin: 0 2rem;
  }
  
}

@media screen and (min-width: 1024px) {
  
  .container.is-small {
    max-width: 886px;
    margin-left: auto;
    margin-right: auto;
  }
  
}