html, body {
  font-family: 'proxima-nova', sans-serif;
}

.pharma-header {
  background-color: rgba(99, 32, 111, 1);
  position: relative;
  height: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media (min-width: 768px) {
  .pharma-header {
    height: 640px;
  }
}

@media (min-width: 1200px) {
  .pharma-header {
    height: 853px;
  }
}

.pharma-header .pharma-header-col {
  align-items: center;
  justify-content: left;
  display: flex;
  height: 450px;
}

.pharma-details-header {
  background-image: url(../img/pharmacy-portal/bg-details.png);
  background-size: cover;
  height: 200px;
}

.pharma-details-header .pharma-details-header-col {
  align-items: center;
  justify-items: center;
  justify-content: center;
  display: flex;
  height: 200px;
}

.pharma-header .pharma-header-col .pharma-header-box, .pharma-details-header .pharma-details-header-col .pharma-header-box {
  width: 100%;
  text-align: left;
}

.pharma-header .pharma-header-col button, .pharma-header .pharma-header-col a, .pharma-details-header .pharma-details-header-col button, .pharma-details-header .pharma-details-header-col a {
  position: absolute;
  top: 10px;
  right: 10px;
}

.pharma-header-col .header-text, .pharma-details-header-col .header-text {
  text-align: left;
  font-size: 18px;
  color: #ffffff;
  font-weight: 200;
  line-height: 28px;
}

@media (min-width: 576px) {
  .pharma-header-col .header-text, .pharma-details-header-col .header-text {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .pharma-header-col .header-text, .pharma-details-header-col .header-text {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (min-width: 992px) {
  .pharma-header-col .header-text, .pharma-details-header-col .header-text {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (min-width: 1200px) {
  .pharma-header-col .header-text, .pharma-details-header-col .header-text {
    font-size: 30px;
    line-height: 36px;
  }
}

.pharma-header-col .header-title, .pharma-details-header-col .header-title {
  font-family: futura, sans-serif;
  text-align: left;
  text-transform: capitalize;
  font-size: 30px;
  color: #ffffff;
  font-weight: bolder;
}

@media (min-width: 576px) {
  .pharma-header-col .header-title, .pharma-details-header-col .header-title {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .pharma-header-col .header-title, .pharma-details-header-col .header-title {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .pharma-header-col .header-title, .pharma-details-header-col .header-title {
    font-size: 52px;
  }
}

@media (min-width: 1200px) {
  .pharma-header-col .header-title, .pharma-details-header-col .header-title {
    font-size: 64px;
    line-height: 68px;
  }
}

.pharma-header-col .header-img {
  max-width: 80px;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .pharma-header-col .header-img {
    max-width: 100px;
    margin-bottom: 25px;
  }
}

.rounded {
  border-radius: 20px !important;
}

.btn.btn-primary-custom {
  color: #ffffff;
  background-color: #D24334;
  border: 1px solid #D24334;
  opacity: .9;
  text-transform: capitalize;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 20px;

  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  margin: auto;
}

.btn.btn-primary-custom:hover {
  color: #ffffff;
  background-color: #D24334;
  border: 1px solid #D24334;
  opacity: 1;
}

.btn-explore-faq {
  color: #000;
  opacity: .9;
  font-size: 14px;
  padding-left: 20px;
  text-align: left;
}

.btn-explore-faq span {
  color: #7E2986;
  opacity: .9;
  font-size: 14px;
}

.btn-explore-faq .fa {
  color: #7E2986;
  position: absolute;
  margin-left: -23px;
  font-size: 21px;
}

.btn-explore-faq:hover {
  opacity: 1;
}

.btn.btn-secondary-custom {
  color: #ffffff;
  background-color: #7E2986;
  border: 1px solid #7E2986;
  opacity: .9;
  text-transform: capitalize;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 20px;

  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  margin: auto;
}

.btn.btn-secondary-custom:hover {
  color: #ffffff;
  background-color: #7E2986;
  border: 1px solid #7E2986;
  opacity: 1;
}

.art-bar {
  height: 20px;
  width: 100px;
  background-color: #f4f4f4;
  margin-bottom: 25px;
}

.bg-purple {
  background-color: #7E2986;
}

.bg-orange {
  background-color: #D24334;
}

.welcome-title, .explore-title, .need-help-title, .resources-title {
  font-family: futura, sans-serif;
  font-weight: bolder;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 30px;
  color: #7C2983;
}

.resources-title {
  color: #fff;
  text-transform: none;
}

@media (min-width: 768px) {
  .welcome-title, .explore-title, .need-help-title, .resources-title {
    font-size: 52px;
    line-height: 62px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .welcome-title, .explore-title, .need-help-title, .resources-title {
    font-size: 64px;
    line-height: 68px;
    margin-bottom: 30px;
  }
}

.welcome-text, .explore-text, .need-help-text, .resources-text {
  font-weight: 300;
  font-size: 21px;
  line-height: 31px;
  color: #474A52;
}

.resources-text {
  color: #fff;
}

@media (min-width: 768px) {
  .welcome-text, .explore-text, .need-help-text, .resources-text {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (min-width: 1200px) {
  .welcome-text, .explore-text, .need-help-text, .resources-text {
    font-size: 30px;
    line-height: 36px;
  }
}

.pharma-explore {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #DE5A37;

  background-image: url("pharmacy-portal/bg-gradient-orange.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .pharma-explore {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.explore-box {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #ffffff;
  border: 1px solid #474A52;
  border-radius: 14px;
  text-align: center;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .explore-box {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .explore-box {
    min-width: 451px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pharma-need-help {
  margin-top: 70px;
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .pharma-need-help {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .pharma-need-help {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

.pharma-need-help .need-help-art-left {
  max-width: 50px;
  float: left;
  margin-left: -60px;
  padding-top: 10px;
  display: none;
}

@media (min-width: 1250px) {
  .pharma-need-help .need-help-art-left {
    display: block;
  }
}

.pharma-resources {
  background-color: #49014F;
  padding-top: 70px;
  padding-bottom: 70px;
}

.pharma-resources {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  .pharma-resources {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.pharma-resources .resources-art-left {
  position: absolute;
  top: -70px;
  left: -50px;
  width: 150px;
  display: none;
}

@media (min-width: 992px) {
  .pharma-resources .resources-art-left {
    position: absolute;
    top: -140px;
    left: -100px;
    width: 240px;
    display: block;
  }
}

.resources-art-left img {
  width: 100%;
  height: auto;
}

.card {
}

.card.card-resources {
  padding: 15px 15px 40px;
  margin: auto;
  margin-bottom: 25px;
  border-radius: 14px;
  box-shadow: 1px 5px 15px #474a52;
}

@media (min-width: 768px) {
  .card.card-resources {
    padding: 30px 20px 50px;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .card.card-resources {
    padding: 30px 30px 40px;
  }
}

.card.card-resources .card-resources-art {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #5ac2aa transparent transparent transparent;
}

.card-resources .card-resources-img {
  height: 100px;
  width: auto;
  margin: 20px auto;
}

.card-resources .card-resources-title {
  font-family: futura, sans-serif;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #474a52;
  text-transform: capitalize;
  font-weight: bolder;
}

@media (min-width: 992px) {
  .card-resources .card-resources-title {
    font-size: 21px;
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  .card-resources .card-resources-title {
    font-size: 24px;
    line-height: 27px;
  }
}

@media (min-width: 1200px) {
  .card-resources .card-resources-title {
    font-size: 40px;
    line-height: 48px;
  }
}

.card-resources .card-resources-text {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #777;
}

@media (min-width: 768px) {
  .card-resources .card-resources-text {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (min-width: 1200px) {
  .card-resources .card-resources-text {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #777;
  }
}

.card-resources-text-box {
  margin-top: 10px;
  margin-bottom: 19px;
}

@media (min-width: 768px) {
  .card-resources-text-box {
  }
}

@media (min-width: 992px) {
  .card-resources-text-box {
    min-height: 135px;
  }
}

.card-resources-button-box {
  max-width: 180px;
  margin: auto;
}

.card-resources-button-box .btn {
  width: 180px;
}

.pharma-details-welcome {
  margin-top: 70px;
  margin-bottom: 30px;
}

.details-welcome-title {
  font-family: futura, sans-serif;
  font-weight: bolder;
  font-size: 32px;
  color: #7E2986;
  text-align: center;
}

.details-welcome-text {
  font-weight: 300;
  font-size: 21px;
  color: #777777;
  text-align: center;
}

.pharma-details-library {
  margin-top: 30px;
  margin-bottom: 70px;
}

.details-library-box {
  padding-top: 30px;
  padding-bottom: 20px;
}

.details-library-box button, .details-library-box a {
  font-weight: bold;
  padding: 0;
  margin-bottom: 10px;
  max-width: 220px;
  text-align: left;
}

.details-library-box button.active, .details-library-box a.active {
  color: #7E2986;
}

.details-library-title {
  font-family: futura, sans-serif;
  font-weight: bolder;
  font-size: 42px;
  text-transform: capitalize;
  color: #000;
}

.details-library-text {
  font-weight: 300;
  font-size: 21px;
  color: #777777;
}

.details-library-text:active {
  color: #7E2986;
}

.pharma-details-resources {
  background-image: url(../img/pharmacy-portal/bg-resources.png);
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.pharma-details-resources .details-resources-art-left {
  position: absolute;
  top: -70px;
  left: -50px;
  width: 150px;
  display: none;
}

@media (min-width: 992px) {
  .pharma-details-resources .details-resources-art-left {
    position: absolute;
    top: -140px;
    left: -100px;
    width: 240px;
    display: block;
  }
}

.details-resources-art-left img {
  width: 100%;
  height: auto;
}

.card.card-details-resources {
  padding: 40px;
  margin: auto;
  margin-bottom: 25px;
  border-radius: 0;
  box-shadow: 1px 5px 15px rgba(126, 41, 134, .5);
}

.card.card-details-resources .card-details-resources-art {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #5ac2aa transparent transparent transparent;
}

.card-details-resources .card-details-resources-img {
  max-height: 120px;
  height: auto;
  margin: 30px auto 30px;
}

.card-details-resources .card-details-resources-title {
  font-family: futura, sans-serif;
  font-size: 20px;
  line-height: 23px;
  text-align: left;
  color: #7E2986;
  text-transform: uppercase;
  font-weight: bolder;
}

@media (min-width: 992px) {
  .card-details-resources .card-details-resources-title {
    font-size: 21px;
    line-height: 24px;
  }
}

.card-details-resources .card-details-resources-text {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  color: #777;
}

.card-details-resources-text-box {
  margin-top: 10px;
  margin-bottom: 19px;
}

.card-details-resources-button-box {
  max-width: 180px;
  margin: auto;
}

@media (min-width: 576px) {
  .card-details-resources-button-box {
    max-width: 180px;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .card-details-resources-button-box {
    max-width: 180px;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .card-details-resources-button-box {
    max-width: 180px;
    margin: 0;
  }
}

.card-details-resources-button-box .btn {
  width: 180px;
}

.table-library {
  border: 1px solid #7E2986;
}

.table-library thead {
  background-color: #7E2986;
  color: #fff;
}

.table-library tbody tr {
  border-bottom: 1px solid #7E2986;
}

.table-library tbody tr:last-child {
  border-bottom: none;
}

.table-library td, .table-library th {
  border-top: none;
}

.table-library td a, .table-library th a {
  text-decoration: none;
}

.table-library td a {
  color: #333;
}

.table-library td a:hover {
  color: #7E2986;
}

.icon-library-pdf {
  color: #7E2986;
  opacity: .9;
}

.icon-library-pdf:hover {
  color: #7E2986;
  opacity: 1;
}

.icon-library-download {
  color: #5AC2AA;
  opacity: .9;
}

.icon-library-download:hover {
  color: #5AC2AA;
  opacity: 1;
}

.pharma-faqs-header {
  background-image: url(../img/pharmacy-portal/en/bg-faqs.jpg);
  background-size: cover;
  background-position: bottom left;
  height: 395px;
}

.pharma-faqs-header-es {
  background-image: url(../img/pharmacy-portal/es/bg-faqs.jpg);
  background-size: cover;
  background-position: bottom left;
  height: 395px;
}

.pharma-faqs {
  margin-top: 70px;
  margin-bottom: 30px;
}

.list-group-item {
  border: none;
}

.faqs-title::before {
  content: '▲';
  font-size: 12px;
  margin-right: 7px;
  color: #DB5A35;
}

.faqs-title {
  margin-left: -20px;
  font-family: futura, sans-serif;
  font-weight: bolder;
  font-size: 21px;
  color: #7E2986;
  text-align: left;
}

.faqs-text {
  font-weight: 300;
  font-size: 17px;
  color: #777777;
  text-align: left;
}

.pharma-header .header__bg {
  position: absolute;
  top: 0;
  background-image: url(../img/pharmacy-portal/bg-hero.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (min-width: 768px) {
  .pharma-header .header__bg {
    background-position: 50%;
  }
}

@media (min-width: 1200px) {
  .pharma-header .header__bg {
    background-size: cover;
    background-position: right;
  }
}

.pharma-header .header__overlay {
  top: 0;
  position: absolute;
  background-image: url(../img/pharmacy-portal/bg-overlay.png);
  background-size: 110%;
  background-position: 10px -90px;
  width: 975px;
  height: 739px;
  z-index: 2;
}

@media (min-width: 768px) {
  .pharma-header .header__overlay {
    background-position: -200px -100px;
    background-size: 140%;
  }
}

@media (min-width: 1200px) {
  .pharma-header .header__overlay {
    background-size: 1775px 1009px;
    background-position: 50px -100px;
    width: 1775px;
    height: 1009px;
  }
}

.pharma-header > .container {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}

.pharma-header .header__lang {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 15;
}

.btn.btn-secondary-custom svg {
  color: #DE5A37;
}

.btn.btn-primary-custom svg {
  color: #ffffff;
}

.btn.btn-secondary-custom span {
  margin-right: 4px;
}

.btn.btn-primary-custom span {
  margin-right: 4px;
}

.explore-title {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 26px;
  line-height: 36px;
  color: #474a52;
}

@media (min-width: 768px) {
  .explore-title {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (min-width: 1200px) {
  .explore-title {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 38px;
    line-height: 48px;
  }
}

.need-help-art-right {
  background-image: url("../img/pharmacy-portal/abarca-gradient-triangles-pattern.svg");
}

.pharma-welcome {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (min-width: 768px) {
  .pharma-welcome {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .pharma-welcome {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.need-help-header {
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .need-help-header {
    margin-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .need-help-header {
    margin-bottom: 150px;
  }
}

.resources-header {
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .resources-header {
    /*margin-bottom: 100px;*/
  }
}

@media (min-width: 1200px) {
  .resources-header {
    /*margin-bottom: 150px;*/
  }
}

.explore-box img {
  max-width: 70%;
}

@media (min-width: 1200px) {
  .explore-box img {
    max-width: 100%;
  }
}

.explore-box > img {
  max-width: 70%;
}



/**
 * RxTarget Page 
**/

.rxtarget-header {
  background-image: url(../../pharmacy-assets/img/hero-darwin-rxtarget.jpg);
  background-size: cover;
  height: 450px;
}

.rxtarget-header .rxtarget-header-col {
  align-items: center;
  justify-items: center;
  justify-content: center;
  display: flex;
  height: 450px;
}

.rxtarget-header .rxtarget-header-col .rxtarget-header-box {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .rxtarget-header .rxtarget-header-col .rxtarget-header-box {
    width: 80%;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .rxtarget-header .rxtarget-header-col .rxtarget-header-box {
    width: 60%;
    text-align: center;
  }
}

.rxtarget-header .rxtarget-header-col button, .rxtarget-header .rxtarget-header-col a {
  position: absolute;
  top: 10px;
  right: 10px;
}

.rxtarget-header-col .header-text {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: 200;
  line-height: 28px;
}

@media (min-width: 576px) {
  .rxtarget-header-col .header-text {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: 200;
    line-height: 28px;
  }
}

@media (min-width: 992px) {
  .rxtarget-header-col .header-text {
    text-align: center;
    font-size: 25px;
    color: #ffffff;
    font-weight: 200;
    line-height: 28px;
  }
}

.rxtarget-header-col .header-title {
  font-family: futura, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  color: #ffffff;
  font-weight: bolder;
}

@media (min-width: 576px) {
  .rxtarget-header-col .header-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    color: #ffffff;
    font-weight: bolder;
  }
}

@media (min-width: 992px) {
  .rxtarget-header-col .header-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 52px;
    color: #ffffff;
    font-weight: bolder;
  }
}

.rxtarget-header-col .header-img {
  max-width: 80px;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .rxtarget-header-col .header-img {
    max-width: 100px;
    margin-bottom: 25px;
  }
}


.rxtarget-header-col .rxtarget-header-img {
  max-width: 240px;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .rxtarget-header-col .rxtarget-header-img {
    max-width: 480px;
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .rxtarget-header-col .rxtarget-header-img {
    max-width: 560px;
    margin-bottom: 25px;
  }
}

.rxtarget-welcome-box {
  padding-top: 70px;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .rxtarget-welcome-box {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.rxtarget-welcome-title {
  font-family: futura, sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 36px;
  color: #7E2986;
}

.rxtarget-resources-title {
  font-family: futura, sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 36px;
  color: #000;
}

.rxtarget-resources-title {
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .rxtarget-welcome-title, .rxtarget-resources-title {
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 46px;
  }
}

.rxtarget-resources-text {
  font-weight: 300;
  font-size: 17px;
  color: #777777;
}


.rxtarget-resources-text {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .rxtarget-resources-text {
    font-weight: 300;
    font-size: 19px;
  }
}

.rxtarget-resources {
  background-image: url(../../pharmacy-assets/img/bg-resources.png);
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.rxtarget-resources .rxtarget-resources-art-left {
  position: absolute;
  top: -70px;
  left: -50px;
  width: 150px;
  display: none;
}

@media (min-width: 992px) {
  .rxtarget-resources .rxtarget-resources-art-left {
    position: absolute;
    top: -140px;
    left: -100px;
    width: 240px;
    display: block;
  }
}

.rxtarget-videos {
  background-color: #751483;
  background-image: url(../../pharmacy-assets/img/bg-rxtarget-videos.png);
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.rxtarget-videos .rxtarget-resources-art-left {
  position: absolute;
  top: -70px;
  left: -50px;
  width: 150px;
  display: none;
}

@media (min-width: 992px) {
  .rxtarget-videos .rxtarget-resources-art-left {
    position: absolute;
    top: -140px;
    left: -100px;
    width: 240px;
    display: block;
  }
}

.rxtarget-resources-art-left img {
  width: 100%;
  height: auto;
}

.card {
}

.card.card-rxtarget-resources {
  padding: 20px;
  margin: auto;
  margin-bottom: 25px;
  border-radius: 0;
  box-shadow: 1px 5px 15px rgba(126, 41, 134, .5);
}

@media (min-width: 992px) {
  .card.card-rxtarget-resources {
  }
}

.card.card-rxtarget-resources .card-rxtarget-resources-art {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #5ac2aa transparent transparent transparent;
}

.card-rxtarget-resources .card-rxtarget-resources-img {
  height: 100px;
  width: auto;
  margin: 20px auto;
}

.card-rxtarget-resources .card-rxtarget-resources-title {
  font-family: futura, sans-serif;
  font-size: 20px;
  line-height: 23px;
  min-height: 85px;
  text-align: center;
  color: #7E2986;
  text-transform: uppercase;
  font-weight: bolder;
}

@media (min-width: 768px) {
  .card-rxtarget-resources .card-rxtarget-resources-title {
    font-size: 21px;
    line-height: 24px;
    min-height: 85px;
  }
}

@media (min-width: 992px) {
  .card-rxtarget-resources .card-rxtarget-resources-title {
    font-size: 24px;
    line-height: 27px;
  }
}

.card-rxtarget-resources .card-rxtarget-resources-text {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #777;
}

.card-rxtarget-resources-text-box {
  margin-top: 10px;
  margin-bottom: 19px;
}

@media (min-width: 768px) {
  .card-rxtarget-resources-text-box {
    min-height: 180px;
  }
}

@media (min-width: 992px) {
  .card-rxtarget-resources-text-box {
    min-height: 135px;
  }
}

.card-resources-button-box {
  max-width: 180px;
  margin: auto;
}

.card-rxtarget-resources-button-box .btn {
  width: 180px;
}

