.dashboardContent {
    max-width: 1100px;
    margin: 1em auto;
    padding: 1.5em;
  }
  .customCard {
    background-color: #fff;
    border-radius: 0.5em;
    padding: 0.5em 1em;
    margin-top: 1em;
    border: 1px solid rgb(214, 214, 214);
  }
  .cardTitle {
    font-size: 1.1em;
    font-weight: 600;
    padding: 0.5em 0;
    border-bottom: 1px solid #f5f5f5;
  }
  .visitCounter {
    background-color: #f7f7f7;
    border-radius: 0.2em;
    color: #424242;
    display: inline-block;
    padding: 0.1em 0.4em;
    font-size: 0.9em;
  }
  .flexBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cardLeftImgCont {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .cardLeftImg {
    height: 70%;
    border-radius: 0.5em;
  }
  .badgesContainer {
    margin-top: 0.5em;
  }
  .customBadge {
    color: #1142a9;
    background-color: #f7f7f7;
    border-radius: 4px;
    display: inline-block;
    font-size: 0.9em;
    padding: 0.1em 0.4em;
  }
  .brandsImgContainer {
    margin: 2em 0;
  }
  .brandsImgContainer .brandImg {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid rgb(214, 214, 214);
  }
  .textRed {
    color: var(--christColor);
  }
  .cardFooter {
    padding-top: 0.5em;
    border-top: 1px solid #f5f5f5;
  }
  
  /* MEDIA QUIRIES */
  /* MEDIUM */
  @media only screen and (max-width: 768px) {
    .customCard {
      text-align: center;
    }
    .customCard {
      text-align: center;
    }
    .flexBox.customize {
      justify-content: center;
    }
  }

  .dashboardContent {
    max-width: 1100px;
    margin: 1em auto;
    padding: 1.5em;
  }
  .bannerContainer .carousel-item {
    height: 420px;
  }
  .bannerContainer .carousel-item img {
    width: 100%;
    height: 100%;
  }
  .dashHeading {
    text-align: center;
    padding: 1em 2em;
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 0 0 1em 1em;
    border-bottom: 4px solid var(--christColor);
  }
  .bannerContainer {
    padding: 1em 0;
    text-align: center;
  }
  .dashboardContent .bannerContainer img {
    border-radius: 1em;
    width: 100%;
  }
  .shareCont {
    width: 300px;
  }
  .customCard {
    background-color: #fff;
    border-radius: 0.5em;
    padding: 0.5em 1em;
    margin-top: 1em;
    border: 1px solid rgb(214, 214, 214);
  }
  .cardTitle {
    font-size: 1.1em;
    font-weight: 600;
    padding: 0.5em 0;
    border-bottom: 1px solid #f5f5f5;
  }
  .customBtn {
    border: 1px solid #555;
    border-radius: 0.2em;
    padding: 0.5em 1em;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #555 !important;
    display: inline-block;
    margin: 1em 0;
  }
  .description {
    font-size: 0.9em;
    margin: 2em 0 1em 0;
  }
  .visitCounter {
    background-color: #f7f7f7;
    border-radius: 0.2em;
    color: #424242;
    display: inline-block;
    padding: 0.1em 0.4em;
    font-size: 0.9em;
  }
  .cardSubTitle {
    font-size: 0.9em;
    font-weight: 500;
    margin-bottom: 0.3em;
  }
  .dateContainer {
    font-size: 1.2em;
  }
  .flexBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .socialLink {
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.8;
    font-size: 0.9em;
    display: inline-block;
  }
  .socialLink.facebook {
    background-color: rgb(59, 89, 152) !important;
  }
  .socialLink.twitter {
    background-color: rgb(29, 161, 242) !important;
  }
  .socialLink.whatsapp {
    background-color: rgb(77, 194, 71) !important;
  }
  .socialLink.youtube {
    background-color: rgb(255, 101, 80) !important;
  }
  .cardLeftImgCont {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .cardLeftImg {
    height: 70%;
    border-radius: 0.5em;
  }
  .badgesContainer {
    margin-top: 0.5em;
  }
  .customBadge {
    color: #1142a9;
    background-color: #f7f7f7;
    border-radius: 4px;
    display: inline-block;
    font-size: 0.9em;
    padding: 0.1em 0.4em;
  }
  .brandsImgContainer {
    margin: 2em 0;
  }
  .brandsImgContainer .brandImg {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid rgb(214, 214, 214);
  }
  .textRed {
    color: var(--christColor);
  }
  .dasSubHeading {
    font-weight: 600;
    text-align: center;
    margin: 1em auto;
    font-size: 1.2em;
  }
  .cardFooter {
    padding-top: 0.5em;
    border-top: 1px solid #f5f5f5;
  }
  .btnContainer {
    margin: 3em 0;
    text-align: center;
  }
  .viewbtn {
    background: linear-gradient(#ffd972, #ffba49);
    padding: 0.3em 1.1em;
    border-radius: 0.2em;
    display: inline-block;
    text-shadow: 0 1px 0 #ffee96;
    color: #000 !important;
    min-width: 75px;
    text-align: center;
  }
  
  /* MEDIA QUIRIES */
  /* LARGE */
  @media only screen and (max-width: 992px) {
    .shareCont {
      width: unset;
    }
  }
  /* MEDIUM */
  @media only screen and (max-width: 768px) {
    .customCard {
      text-align: center;
    }
    .customCard {
      text-align: center;
    }
    .flexBox.customize {
      justify-content: center;
    }
  }
