/**
Applies to all post-types 

Global styles are already loaded via frontend-singular.css
*/

/* ---- INSTITUTE STYLES -----*/

.institute-feature-img img {
  width: 500px;
  text-align: center;
}

.institution-template-default h4 {
  font-size: 2rem;
  margin: 0;
}

h4 {
  font-size: 1.7rem;
  text-transform: capitalize;
  margin-left: 6rem;
}

table {
  font-family: 'Kanit semi-bold';
}

table,
td,
th {
  border: none;
}

table th {
  background-color: #153a63;
  color: white;
}

table td {
  background-color: #e8f9ff;
  text-align: center;
}

table td a {
  color: #153a63;
}
