@media only screen and (min-width:320px) {}
@media only screen and (min-width:480px) {}
@media only screen and (min-width:768px) {}
@media only screen and (min-width:992px) {}
@media only screen and (min-width:1200px) {}
@media only screen and (max-width:1199px) {}
@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:479px) {}
@media only screen and (max-width:360px) {}
@media only screen and (max-width:319px) {}
@media(min-width:1136px) and (max-width:1279px) {
  body {
    font-size: 16px
  }
}
@media(min-width:960px) and (max-width:1135px) {
  body {
    font-size: 15px
  }
  h1 {
    font-size: 3em
  }
  h2 {
    font-size: 2.3077em
  }
  h3 {
    font-size: 1.8461em
  }
  h4 {
    font-size: 1.3846em
  }
  h5 {
    font-size: 1.2308em
  }
  h6 {
    font-size: 1em
  }
}
@media(min-width:768px) and (max-width:959px) {
  body {
    font-size: 15px
  }
  h1 {
    font-size: 3em
  }
  h2 {
    font-size: 2.3077em
  }
  h3 {
    font-size: 1.8461em
  }
  h4 {
    font-size: 1.3846em
  }
  h5 {
    font-size: 1.2308em
  }
  h6 {
    font-size: 1em
  }
}
@media(max-width:767px) {
  body {
    font-size: 15px
  }
  h1 {
    font-size: 2.5em
  }
  h2 {
    font-size: 2em
  }
  h3 {
    font-size: 1.6667em
  }
  h4 {
    font-size: 1.3333em
  }
  h5 {
    font-size: 1.1667em
  }
  h6 {
    font-size: 1em
  }
	.team-box4 .team-details {
    padding: 15px 30px;
}
#popup_content {
    width: 96%;
    padding: 10px 10px;
    position: relative;
    top: 6%;
    left: 2%;
    background: #1b100ed9;
    border: 4px solid #b89b5e;
}
}