.contact_info {
  padding: 3em 0;
}

h2 {
  text-transform: uppercase;
  font-size: 2em;
  color: #333;
  margin-bottom: 1em;
}
h3 {
  text-transform: uppercase;
  color: #008e9e;
  font-size: 1.5em;
}
h4 {
  text-transform: uppercase;
  color: #000000;
  font-size: 1,5em;
}

.video-container {
  width: 100%;
  position: relative;
  display: block;
}

.video-container div {
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  position: relative;
}

.video-container div iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ptr-info {
  font-size: 0.9em;
  padding: 1em;
  border: 1px solid #0000005c;
  border-radius: 0.5em;
  margin-bottom: 1em;
}
.table {
  border: 1px solid #dee2e6;
  background: #fff;
  border-collapse: collapse;
}
thead {
  background: #333;
  color: #fff;
}
th, td {
 	padding: 2px 0.5em; 
}
.table tbody > tr:nth-of-type(2n+1) {
  background-color: #ecf0f5;
}
.under-info{
	text-decoration:underline;
}
.under-info-bold{
	text-decoration:underline;
 	font-weight:bold;
  
}