.custom-pastors-profile * {}

.custom-pastors-profile .column.column-6.img-col {
  display: flex;

  position: relative;
  padding-left: 9%;
}

.custom-pastors-profile .column.column-6.img-col .img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7px;
  width: 53%;
}
.custom-pastors-profile .column.column-6.img-col .bg-img {
  height: 100%;
}

.custom-pastors-profile .column.column-6.img-col .bg-img img {
  height: 100% !important;
  object-fit: cover;
}
.custom-pastors-profile .column.column-6.content-col {}

.custom-pastors-profile .column.column-6.content-col .inner-cont {
  max-width: 622px;
  padding-left: 16px;
  padding-right: 30px;
}

.custom-pastors-profile .column.column-6.content-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 30px 0;
}

.custom-pastors-profile .column.column-6.content-col .inner-cont h2 {
  padding-bottom: 41px;
}

.custom-pastors-profile .column.column-6.content-col .inner-cont h4 {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #1A1617;
  margin: 0 0 5px;
}

.custom-pastors-profile .column.column-6.content-col .inner-cont h5 {
  font-family: 'Helvetica LT Std';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  /* identical to box height, or 162% */


  /* Black */
  color: #1A1617;
  margin: 0 0 30px;
}

.custom-pastors-profile .column.column-6.content-col .inner-cont p {
  font-family: 'Helvetica LT Std';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  /* or 164% */
  color: #000000;
  max-width: 471px;
  letter-spacing: 0.6px;
}

.custom-pastors-profile .content.inner-h2 {
  padding-bottom: 71px;
}

.custom-pastors-profile .slick-slide img {
  width: 100%;
}

.custom-pastors-profile .video-items {
  margin: 0 13px;
}

.custom-pastors-profile  .middle-row {
  margin: 0 -13px;
}

.custom-pastors-profile .column.column-6.content-col .inner-cont {
  /* overflow: hidden; */
}
.custom-pastors-profile .slick-arrow:before {
  display: none;
}

.custom-pastors-profile button.slick-prev.slick-arrow svg {
  transform: rotate(180deg);
}

.custom-pastors-profile .slick-arrow {
  z-index: 9;
}
.custom-pastors-profile .column.column-6.img-col .img .btn-row >a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  border: 2px solid #6A9FAD;
  width: 136px;
  /* height: 52px; */
  text-align: center;
  padding: 14px 10px 14px 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 31px;
}
.custom-pastors-profile .slick-arrow {}

.custom-pastors-profile .slick-arrow.slick-disabled {
  background: #E7E7E7;
}

.custom-pastors-profile .slick-arrow.slick-disabled svg,.custom-pastors-profile .slick-arrow.slick-disabled svg * {
  fill: #000;
}
.slick-list.draggable {}

.custom-pastors-profile .slick-arrow {
  background: #000;
  width: 38px;
  height: 38px;
}

.custom-pastors-profile  button.slick-prev.slick-arrow {
  left: -6px;
}

.custom-pastors-profile button.slick-next.slick-arrow {
  right: -6px;
  color: #fff;
}
@media (max-width: 1300px) {
  .custom-pastors-profile .column.column-6.content-col {
    display: block;
  }
  .custom-pastors-profile .middle-row {
    margin: 0;
  }

}
@media (max-width: 991px) {
  .custom-pastors-profile .column.column-6.content-col {
    display: block;
    width: 100%;
  }
  .custom-pastors-profile .column.column-6.img-col .img-wrap {
    width: 100%;
  }
.custom-pastors-profile .column.column-6.content-col {
    order: 2;
}
  .custom-pastors-profile .column.column-6.img-col .img-wrap img {
    width: 100%;
  }
  .custom-pastors-profile .column.column-6.img-col {
    display: flex;
    position: relative;
    padding-left: 9%;
    width: 100%;
  }
  .custom-pastors-profile .column.column-6.content-col .inner-cont h2 {
    padding-bottom: 0;
  }
  .custom-pastors-profile .content.inner-h2 {
    padding-bottom: 20px;
  }
  .custom-pastors-profile .column.column-6.content-col .inner-cont p {
    font-family: Helvetica LT Std;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    max-width: 100%;
  }
  custom-pastors-profile .column.column-6.content-col .inner-cont {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

}
.image-wrapper > div > a > img {
    width: 175px!important;
    height: 175px!important;
    object-fit: cover;
  