.full_card {
  width: 100%;
  display: flex;
  padding: 10px;
  border: 2px solid #f1f1f1;
  border-radius: 10px;
}
.left_card {
  width: 30%;
  padding: 20px;
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: #c3e7ff70;
  font-size: 50px;
}
.right_card {
  width: 70%;
  justify-content: center;
  display: flex;
  background-color: #006cb5;
  align-items: center;
}
.right_card p {
  margin: 0;
  padding: 2px;
  color: #fff;
}

.banner_detail.banner-content {
  width: auto;
  border: none;
}

.banner-content {
  width: 100%;
  max-width: 500px;
  position: absolute;
  bottom: 25%;
  left: 5%;
  z-index: 6;
  border-bottom: 1px solid #fff;
  padding: 0;
}

.banner-content h2 {
  color: #fff;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 0 0 0;
  font-family: "Century Gothic";
  line-height: 55px;
  text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000,
    -1px -1px 0 #000;
}

.banner-content p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  border-top: 1px solid #fff;
  font-family: "Century Gothic";
  margin: 5px 0 0;
  padding: 5px 0;
  text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000,
    -1px -1px 0 #000;
}

.pharmacy_buttton {
  display: inline-block;
  width: auto;
  height: 50px;
  background: rgb(160, 20, 20);
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "Century Gothic";
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease-in;
  padding: 0 25px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .banner-content,
  .banner-content.Visionaries {
    width: 100%;
    max-width: 100%;
    position: static;
    border-bottom: 0;
    padding: 15px 15px;
    background: #091f48;
  }
}

.imge_div img {
  width: -webkit-fill-available;
}

.content_left p {
  text-align: justify;
}

.content_left {
  padding: 5px;
}

.p-5 {
  padding: 5px;
}

.my_background {
  background-color: rgb(228, 222, 222);
}

.bg-white {
  background-color: white;
}

.bg-l {
  background-color: #dc4041;
}

.bg-r {
  background-color: #173f5f;
}

.p-0 {
  padding: 0;
}

.about-logo {
  margin-top: 20px;
}
