.times_header {
  background-color: #213740;
  padding: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}

.times_header .title {
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
}

.partner_button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0 15px;
  min-width: 150px;
}

.delivery_type_title {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  background-color: var(--c2);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
}

.delivery_type_title .small {
  font-size: 12px;
  text-transform: none;
}

.service_title {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

.time_box_container {
  display: flex;
  flex-wrap: wrap;
}

.time_box {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  margin: 5px 5px 0px 5px;
  flex: 0 0 calc(33% - (45px / 4));
  text-align: center;
}

@media (min-width: 1300px) {
  .time_box {
    flex: 0 0 calc(25% - (45px / 4));
  }
}

@media (min-width: 1300px) {
  .time_box {
    flex: 0 0 calc(25% - (45px / 4));
  }
}

@media (min-width: 1500px) {
  .time_box {
    flex: 0 0 calc(20% - (45px / 4));
  }
}
