﻿h5 {
  font-size: 22px;
  font-weight: 700;
}
h6 {
  font-size: 16px;
  font-weight: 700;
}

.p-icon {
  width: 5px;
  height: 5px;
}
.btn-cal {
  background: #06c258;
  font-size: 18px;
  border: 1px solid #06c258;
}

.btn-cal:hover {
  background: transparent;
  color: #06c258;
  border: 1px solid #06c258;
}

@media (max-width: 768px) {
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 14px;
  }
  .btn-cal {
    font-size: 16px;
  }
}
