.section_intro {
  color: #001732;
  margin: 0 auto 80px;
  max-width: 798px;
}
.section_intro .section_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 16px;
}
.section_intro .section_description {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.our_locations {
  padding-top: 124px;
}
.our_locations .location_item {
  display: block;
  background-color: #FFFFFF;
  padding: 40px 24px;
  border-radius: 12px;
  box-shadow: 0px 12px 30px 0px rgba(33, 41, 53, 0.1019607843);
  color: #001732;
  transition: all 0.3s ease;
  height: 100%;
}
.our_locations .location_item .location_img {
  margin-bottom: 40px;
  width: 100%;
}
.our_locations .location_item .location_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
}
.our_locations .location_item .location_description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.our_locations .location_item:hover {
  background-color: #001732;
  color: #F2F2F2;
}

.meet_pannel {
  padding: 124px 28px 0;
}
.meet_pannel .pannel_item {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 12px 30px 0px rgba(33, 41, 53, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  height: 80px;
}
.meet_pannel .pannel_item .pannel_img {
  max-height: 24px;
  height: 100%;
}
.meet_pannel .pannel_item:hover {
  background-color: rgba(33, 41, 53, 0.1019607843);
}


.more_info {
  padding: 124px 0;
}
.more_info .info_item {
  background-color: #FFFFFF;
  padding: 24px 12px;
  border-radius: 10px;
  box-shadow: 0px 12px 30px 0px rgba(33, 41, 53, 0.1019607843);
  transition: all 0.3s ease;
  display: block;
}
.more_info .info_item .info_title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #001732;
  margin-bottom: 12px;
  text-align: center;
}
.more_info .info_item .info_text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #9CA1AC;
  text-align: center;
}
.more_info .info_item:hover {
  background-color: #001732;
  color: #F2F2F2;
}
.more_info .info_item:hover .info_title {
  color: #FFFFFF;
}

.post_details {
  /* margin-top: 106px; */
  padding-top: 132px;
}
.post_details .post_banner {
  background-color: #001732;
  color: #F2F2F2;
  padding: 100px 36px;
}
.post_details .post_banner .banner_text .banner_title {
  font-size: 52px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 38px;
}
.post_details .post_banner .banner_text .banner_description {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
}
.post_details .post_banner .banner_text .cta_btn {
  display: flex;
  align-items: center;
  margin-top: 60px;
  gap: 30px;
}
.post_details .post_banner .banner_text .btn {
  padding: 10px 32px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  transition: all 0.3s ease;
}
.post_details .post_banner .banner_text .btn_white {
  background-color: #F2F2F2;
}
.post_details .post_banner .banner_text .btn_white:hover {
  background-color: transparent;
  border-color: #F2F2F2;
  color: #F2F2F2;
}
.post_details .post_banner .banner_text .btn_outline {
  color: #F2F2F2;
  border-color: #F2F2F2;
}
.post_details .post_banner .banner_text .btn_outline:hover {
  background-color: #F2F2F2;
  color: #001732;
}
.post_details .post_banner .banner_img {
  position: relative;
  text-align: end;
}
.post_details .post_banner .banner_img .location_indicator {
  position: absolute;
  top: -30px;
  left: -40px;
  z-index: 11;
}
.post_details .post_banner .banner_img .img_frame {
  border: 14px solid #F2F2F2;
  outline: 4px solid #F2F2F2;
  border-top-color: transparent;
  border-left-color: transparent;
}
.post_details .post_banner .banner_img .img_frame .img {
  position: relative;
  z-index: 10;
  width: 100%;
  display: block;
  max-width: 488px;
}
.post_details .post_banner .banner_img .img_frame .shape {
  width: 40px;
  height: 40px;
  background-color: #001732;
  position: absolute;
  z-index: 9;
}
.post_details .post_banner .banner_img .img_frame .top_right {
  top: -18px;
  right: -18px;
  border-left: 4px solid #F2F2F2;
}
.post_details .post_banner .banner_img .img_frame .bottom_left {
  bottom: -18px;
  left: -18px;
  border-top: 4px solid #F2F2F2;
}
.post_details .post_content {
  padding: 80px 60px !important;
}
.post_details .post_content :where(h1, h2, h3, h4, h5, h6) {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 40px;
}
.post_details .post_content :where(h1, h2, h3, h4, h5, h6):not(:first-child) {
  margin-top: 80px;
}
.post_details .post_content :where(p, ul) {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.post_details .post_content :where(p, ul):not(:last-child) {
  margin-bottom: 40px;
}
.post_details .post_content ul {
  list-style-image: url("/assets/images/ul_list.png");
  list-style-position: inside;
  padding-left: 27px;
  text-indent: -27px;
}
.post_details .post_content ul li:not(:last-child) {
  margin-bottom: 12px;
}

.page_wrap {
  padding-top: 106px;
}
@media screen and (max-width: 1199px) {
  .page_wrap {
    padding-top: 99px;
  }
}
@media screen and (max-width: 979px) {
  .page_wrap {
    padding-top: 86px;
  }
}
@media screen and (max-width: 576px) {
  .page_wrap {
    padding-top: 82px;
  }
}/*# sourceMappingURL=locations.css.map */



@media screen and (max-width: 1399px) {
  .more_info {
    padding: 100px 60px;
  }
}
@media screen and (max-width: 1199px) {
  .more_info {
    padding: 100px 40px;
  }
}
@media screen and (max-width: 767px) {
  .more_info {
    padding: 60px 24px;
  }
  .more_info .info_item {
    box-shadow: 0px 6px 15px 0px rgba(33, 41, 53, 0.1019607843);
  }
}
@media screen and (max-width: 575px) {
  .more_info {
    padding: 40px 15px;
  }
  .more_info .col {
    padding: 0;
  }
}

@media screen and (max-width: 1199px) {
  .section_intro {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .section_intro {
    margin: 0 auto 50px;
    max-width: 500px;
  }
}
@media screen and (max-width: 575px) {
  .section_intro {
    margin: 0 auto 40px;
    max-width: 400px;
  }
  .section_intro .section_title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .section_intro .section_description {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .section_intro {
    margin: 0 auto 30px;
    max-width: 300px;
  }
}

@media screen and (max-width: 1399px) {
  .our_locations {
    padding: 100px 60px 0;
  }
}
@media screen and (max-width: 1199px) {
  .our_locations {
    padding: 100px 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .our_locations {
    padding: 60px 24px 0;
  }
}
@media screen and (max-width: 575px) {
  .our_locations {
    padding: 40px 15px 0;
  }
  .our_locations .col {
    padding: 0;
  }
}


@media screen and (max-width: 1399px) {
  .meet_pannel {
    padding: 100px 28px 0;
  }
}
@media screen and (max-width: 1199px) {
  .meet_pannel {
    padding: 100px 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .meet_pannel {
    padding: 100px 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .meet_pannel {
    padding: 60px 11px 0;
  }
  .meet_pannel .pannel_item {
    box-shadow: 0px 6px 15px 0px rgba(33, 41, 53, 0.1019607843);
    height: 54px;
  }
  .meet_pannel .pannel_item .pannel_img {
    max-height: 15px;
  }
}
@media screen and (max-width: 575px) {
  .meet_pannel {
    padding: 40px 11px 0;
  }
}

@media screen and (max-width: 1199px) {
  .post_details {
    /* margin-top: 99px; */
  }
  .post_details .post_banner .banner_text .banner_title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .post_details .post_banner {
    padding: 80px 40px;
  }
  .post_details .post_banner .col {
    padding: 0;
  }
  .post_details .post_banner .banner_text {
    margin-bottom: 60px;
    text-align: center;
  }
  .post_details .post_banner .banner_text .cta_btn {
    justify-content: center;
  }
  .post_details .post_banner .banner_img .img_frame .img {
    max-width: 100%;
  }
  .post_details .post_content {
    padding: 60px 40px !important;
  }
  .post_details .post_content :where(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 30px;
  }
  .post_details .post_content :where(h1, h2, h3, h4, h5, h6):not(:first-child) {
    margin-top: 60px;
  }
  .post_details .post_content :where(p, ul):not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 979px) {
  .post_details {
    /* margin-top: 86px; */
  }
}
@media screen and (max-width: 767px) {
  .post_details .post_banner {
    padding: 60px 30px;
  }
  .post_details .post_banner .banner_img .location_indicator {
    left: -12px;
  }
  .post_details .post_content {
    padding: 60px 30px !important;
  }
}
@media screen and (max-width: 575px) {
  .post_details {
    /* margin-top: 82px; */
    padding-top: 69px;
  }
  .post_details .post_banner {
    padding: 30px 10px 60px;
  }
  .post_details .post_banner .banner_text {
    margin-bottom: 40px;
    text-align: center;
  }
  .post_details .post_banner .banner_text .banner_title {
    font-size: 36px;
    line-height: 43px;
  }
  .post_details .post_banner .banner_text .banner_description {
    font-size: 16px;
    line-height: 30px;
  }
  .post_details .post_banner .banner_text .cta_btn {
    gap: 20px;
  }
  .post_details .post_banner .banner_text .btn {
    padding: 11px;
  }
  .post_details .post_banner .banner_img {
    padding: 0 4px;
  }
  .post_details .post_banner .banner_img .location_indicator {
    left: -4px;
    top: -18px;
    width: 44px;
  }
  .post_details .post_banner .banner_img .img_frame {
    border-width: 6px;
  }
  .post_details .post_banner .banner_img .img_frame .top_right {
    top: -10px;
    right: -10px;
  }
  .post_details .post_banner .banner_img .img_frame .bottom_left {
    bottom: -10px;
    left: -10px;
  }
  .post_details .post_content {
    padding: 60px 10px !important;
  }
  .post_details .post_content :where(h1, h2, h3, h4, h5, h6) {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .post_details .post_content :where(h1, h2, h3, h4, h5, h6):not(:first-child) {
    margin-top: 60px;
  }
  .post_details .post_content :where(p, ul) {
    font-size: 16px;
  }
  .post_details .post_content :where(p, ul):not(:last-child) {
    margin-bottom: 24px;
  }
}