.bg-section-color {
  background-color: rgba(240,246,247,1); 
}

.services-header {
  font-weight: 1000;
}

.blue-text {
 color: rgba(53,82,115,1); 
}

.footer-line {
  height: 3px; 
}

.headerTitle-page {
  font-size: 4.5rem;
}

.pc-view, .pc-header{
  display: block;
}

.mb-view, .mb-header{
  display: none;
}

.header-img{
  height: 25%;
  width: 100%;
}

.w-60, .width-responsive{
  width: 60%;
}

@media only screen and (max-width:1280px) {
  .width-responsive{
    width: 75%;
  }
}

@media only screen and (max-width:768px) {

  .pc-view, .pc-header{
    display: none;
  }

  .mb-view, .mb-header{
    display: block;
  }

  .font-size-13, p{
    font-size: 13px;
  }

  .font-size-10{
    font-size: 10px;
  }

  .font-size-14{
    font-size: 14px;
  }

  .font-size-16{
    font-size: 16px;
  }

  .headerTitle-page {
    font-size: 1.5rem;
  }

  .w-90{
    width: 90%;
  }

  .services-header{
    margin: 0px;
    padding-bottom: 0;
  }

  #header-section{
    z-index: 10;
    position: inherit;
  }

  .header-img{
    width: 150%;
  }

  .hide-extra{
    overflow: hidden;
  }
}
