/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* About page css */


.about-banner h1 {
  font-family: Montserrat;
  font-size: 60px;
  font-weight: 700;
  line-height: 85px; 
  text-transform: capitalize;
}

.about-banner p {
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.turning-potential{
  position: relative;
}
.turning-potential:before {
  background-image: url(https://48716127.fs1.hubspotusercontent-na1.net/hubfs/48716127/turning-potential.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 400px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 400px;
  z-index: -1;
}
.turning-potential h2{
  font-family: Montserrat;
  color: #111;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 54.6px */
}
.turning-potential h5{
  color: #627180;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 26px */
}
.turning-potential p{
  color: #627180;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.vision-mission h2{
  color: #145A6D);
  text-align: center;
  font-family: Montserrat;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 54.6px */
  border-bottom: 1px solid #627180;
  padding-bottom: 30px;
}
.vision-mission .vision-title {
  color: #145A6D;
}
.counter-sec .pwr-stat {
  width: auto;
}
.team-card-sec h2{
  color: #111;
  text-align: center;
  font-family: Montserrat;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 54.6px */
  width: 100%;
  margin; 0;
}
.team-card-sec .pwr-team-member__name {
    font-family: Montserrat !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
}
span.pwr-team-member__job-title {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
    color: #627180;
}
.pwr-tabs__tab-wrapper {
  display: none;
}

.about-img-cta h3{
  color: #FFF;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 45.5px */
  width: 610px;
  margin-left:335px;
}

.about-img-cta .pwr-cta_button:before {
  border-radius: 40px;
  background: var(--gradient-2, linear-gradient(90deg, #2FF6EE 4.4%, #6BC8F4 97.48%));
}
.about-img-cta .pwr-cta_button:after {
  border-radius: 40px;
  background: #145A6D !important;
}
.about-img-cta {
  border-bottom: 10px solid #5BC0BE;
}
.counter-sec .pwr-stat {
  max-width: 170px;
}
.pwr-stat span:last-child {
  text-transform: none;
}
.vision-mission p{
  color: #627180;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
}

/* mobile devices */

@media only screen and (max-width: 767px){
  .about-img-cta h3 {
    margin-left: 0px;
    width: auto;
    padding: 30px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px){
  .about-img-cta h3 {
    margin-left: 0px;
    width: auto;
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .about-banner .page-center.pwr-hero__info-box {
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}