.gd-banner {
  height: 230px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title_section {
  width: 676px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.post_image_custom {
  margin-bottom: 20px;
}

.post_main_image {
  width: 100%;
}

.post_main_title_gd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title {
  font-size: 25px;
  color: #E54C84;
  line-height: 48px;
}

.bar {
  background: #E54C84;
  height: 3px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}

.sub-title {
  letter-spacing: 0px;
  color: #454545;
  opacity: 1;
  font-weight: bold;
  font-size: 18px;
}

.a1 {
  width: 293px;
  display: flex;
  margin: auto;
  height: auto;
}

.genetic-diseases-template.genetic-diseases-template-page_gd #article {
  max-width: 676px;
  margin: 0 auto;
}

.gd-banner {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(90deg, rgba(140, 171, 176, 01) 11%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0.1) 80%, rgba(140, 171, 176, 1) 90%), url("../img/genetic_diseases_bg.png") no-repeat;
  background-position: center;
}

.title__bar {
  background: #E54C84;
  height: 3px;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 5px;
}


@media only screen and (max-width: 480px) {
  .title__bar {
    height: 3px;
    width: 84%;
    margin-top: 1px;
    margin-bottom: 5px;
    }
    .title {
      font-size: 24px !important;
  }
    .sub-title {
      letter-spacing: 0px;
      color: #454545;
      opacity: 1;
      font-weight: bold;
      font-size: 12px !important;
      margin-bottom: 18px !important;
  }
  .post_main_title_gd {
      align-items: flex-start;
      position: relative;
    }
  .a1 {
    width: 258px !important;
    position: absolute;
    bottom: -38px;
    right: 20px;
  }
  .post_image_custom {
    width: 125px;
  }
  .post_main_image {
    margin-top: -30px !important;
  }
  #main_col #main-header .clearfix .gd-banner {
     height: 160px !important;
     max-width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
  }
  .cta-img {
    width: 350px !important;
 }
  .button-1 {
    margin-top: 202px !important;
    width: 270px !important;
  }
  .button-2 {
    width: 270px !important;
  }
  .genetic-diseases-template.genetic-diseases-template-page_gd #article {
    max-width: 350px !important;
    margin: 0 auto;
}
}

@media only screen and (max-width: 376px) {
  .a1{ 
  width: 238px !important;
  position: absolute;
  bottom: -38px;
  right: 20px;
  }
}

@media only screen and (max-width: 630px) {
.title {
    font-size: 28px;
}
.title__bar {
    width: 90% !important;
}
.sub-title {
    font-size: 15px;
}
}

