.supervisor-widget {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  background-color: #FBAD18;
  padding: 10px 5px 5px 10px;
  border-radius: 150px 150px 150px 150px;
  max-width: 900px;
  font-family: Gotham, sans-serif;
  color: #fff;
}

.supervisor-widget .content-container{
  width: 60%;
  position: relative;
}

.supervisor-widget .name {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.supervisor-widget a.contact {
  position: absolute;
  right: 0px;
  top: 28px;
  hyphens: manual;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all .3s;
  box-shadow: none;
  text-decoration: none;
  font-family: "Gotham", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  background-color: #179CCF;
  padding: 7px 25px 7px 25px;
}

.supervisor-widget .phone {
  text-align: left;
  overflow-wrap: break-word;
  color: #FFFFFF;
  font-family: "Gotham", Sans-serif;
  box-sizing: border-box;
  display: block;
  font-weight: bolder;
  font-size: 20px;
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
  padding-bottom: 5px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.supervisor-widget .programs {
  /*width: 20%;*/
  max-width: 600px;
}

.supervisor-widget .image-container {
  margin-right: 50px;
}

.supervisor-widget .image-container img {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #fff;
  border-radius: 100%;
  height: 150px;
}

@media only screen and (max-width: 600px) {

  .supervisor-widget {

    border-radius: 5px;
    max-width: 600px;
    font-family: Gotham, sans-serif;
    color: #fff;
  }

  .supervisor-widget .image-container {
    width: 100%;
    margin: 0px;
    text-align: center;
  }

  .supervisor-widget .content-container{
	width: 100%;
	position: relative;
  }
  .supervisor-widget .content {
    padding-top: 10px;
    text-align: center;
  }

  .supervisor-widget .name {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
  }

  .supervisor-widget a.contact {
    top: auto;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    line-height: 1;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    box-shadow: none;
    text-decoration: none;
    font-family: "Gotham", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    background-color: #179CCF;
    padding: 7px 25px 7px 25px;
  }

  .supervisor-widget .phone {
    text-align: center;
    overflow-wrap: break-word;
    color: #FFFFFF;
    font-family: "Gotham", Sans-serif;
    box-sizing: border-box;
    display: block;
    font-weight: bolder;
    font-size: 20px;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
    padding-bottom: 5px;
    line-height: 1.2em;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
