/* text */
* {
  margin: 0px;
}

.large-title-bold {
  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  /* identical to box height, or 104% */
  text-transform: uppercase;
  color: #00233A;
}

.large-banner-paragraph {
  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  color: #00233A;
}

.team-container {
  background-color: #16BAE7;
  width: 100%;
  height: 507px;
  position: relative;
}

.christian-vector {
  position: absolute;
  width: 141px;
  height: 126px;
  left: 18.33%;
  top: 0px;
}

.ctext-container {
  position: absolute;
  width: 45%;
  left: 8.06%;
  top: 165px;
}

.cimage-container {
  /* width: 31.0854%; */
  left: 57.7215%;
  position: absolute;
  top: 63.84px;
}

.christian-img {
  border-radius: 50%;
  width: auto;
  height: 42.5%;
  object-fit: cover;
}

.c-question {
  width: 70%;
}

.large-banner-bolder {
  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  color: #00233A;
}

.p-vid {
  width: 100%;
  background: #16BAE7;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.line-height {
  line-height: 50px;
}

@media screen and (max-width: 992px) {
  .c-question {
    width: 90%;
  }

  .line-height {
    line-height: 40px;
  }

  .p-vid video {
    width: 419px;
    height: 244px;
    }
}



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

  .team-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 816px;
    align-items: center;
    position: relative;
  }

  .christian-vector {
    top: -51px;
  }

  .ctext-container {
    gap: 32px;
    position: relative;
    width: 95%;
    height: auto;
    top: 100px;
    left: 0%;
    flex: none;
    order: 1;
    flex-grow: 0;
  }

  .cimage-container {
    width: auto;
    height: auto;
    position: relative;
    left: 0;
    top: 200px;
    flex: none;
    order: 2;
    flex-grow: 0;
  }

  .christian-img {
    height: 250px;
    width: 250px;
  }
  
  .c-question {
  width: 90%;
}

.p-vid video {
  width: 319px;
  height: 144px;
}

}
        