body{
  background-color: #FDFDFD;
}
.inner-banner{
  position: absolute;
  top: 155px;
}
.inner-banner h2, h4{
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
}
.inner-banner h2{
  font-size: 50px;
  padding-bottom: 10px;
}
.inner-banner h4{
  padding-top: 30px;
  border-top: 2px solid #C4C4C4;
  padding-top: 10px;
}
.inner-banner p{
  font-family: 'Prompt', sans-serif;
  line-height: 35px;
  padding-top: 10px;
  font-size: 24px;
  color: #A7A7A7;
}
.aboutabig span{
  color: #c00000;
  border-bottom: 2px solid #C4C4C4;
}
*{
  box-sizing: border-box;
}
.col{
  display: table-cell;
  padding: 16px;
}
@media only screen and (max-width: 600px){
  .col{
    display: block;
    width: 100%;
  }
}
.aboutabig{
  font-family: 'Prompt', sans-serif;
  padding: 40px 0 40px 0;
}
.aboutabig h5{
  font-size: 17px;
  font-weight: 500;
}
.aboutabig p{
  font-size: 16px;
  color: #A7A7A7;
}
.aboutabig hr{
  width: 100px;
  margin: 16px 0px;
  border: 2px solid #c00000;
}
.school h2{
  line-height: 50px;
}
.school span{
  color: #c00000;
}
.school hr{
  margin-top: 10px;
  width: 200px;
  border: 1px solid #c00000;
}
div.laptop-wrapper {
    position: relative;
    padding-bottom: 67.5%;
    height: 0;
}
div.laptop-wrapper iframe {
    box-sizing: border-box;
    background: url('../../../images/abigcenter/background/laptop.png') center center no-repeat;
    background-size: contain;
    padding: 11.9% 15.5% 14.8%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.v-about{
    background-image: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,.65), rgba(255,255,255,1)),
    url('../../../images/abigcenter/background/247.jpg');
    padding: 20px 0px 20px 0px;
}
.v-about h2{
  padding-bottom: 30px;
}
.v-about h4 {
  padding-top: 60px;
  padding-bottom: 15px;
}
.v-about i{
  color: #c00000;
}
.v-about span{
  color: #c00000;
}
.v-about li{
  font-size: 16px;
  line-height: 30px;
}
