img {
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;          /* 2 */
  justify-content: center;/* 3 */
  align-items: center;    /* 4 */
}

.interViewLink {
  margin-top: 30px;
}

.interViewLink img {
  object-position: top;
}

.interViewLink p {
  margin: 0;
  float: left;
  font-weight: bold;
}

.interViewLinkTitle {
  background: linear-gradient(to bottom, #92B7FF, #5898FF);
  height: 45px;
  line-height: 45px;
  color: white;

  border-top-left-radius: 0.5em;
}

.interViewLinkMain {
  background: linear-gradient(to bottom, white, #e5e5e5);
  height: 120px;
  line-height: 100px;
}

.interViewLink img {
  float: right;
  padding-top: 5px;
  padding-bottom: 5px;
}

.contactLink {
  background: linear-gradient(to bottom, #92B7FF, #5898FF);
  width: 80%;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 0.5em;
}

.contactLink p {
  text-align: center;
}

.telLink {
  background: linear-gradient(to bottom, #92B7FF, #5898FF);
  width: 80%;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 0.5em;
  margin-bottom: 20px;
}

.telLink p {
  text-align: center;
}
