a {
  color: black;
}

a:hover {
  text-decoration: none;
}

.post__section {
  position: relative;
  height: max-content;
}

.post__text h2 {
  color: white;
}

.post__text {
  width: 75%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.relative__post {
  background: #f2f2f2;
  padding: 30px 0;
  margin-bottom: 30px;
}

.relative__post .post__heading {
  color: #b3b3b3;
}

.tab__overflow {
  overflow-x: hidden;
}

.text__box {
  width: 50%;
}

.heading_text {
  font-size: 20px;
  margin-top: 0px;
}

.sub__text {
  font-size: 18px;
}

.author__text {
  font-size: 20px;
  font-weight: 600;
}

.card {
  background-color: transparent;
}

.card-body {
  margin: 0px;
  padding: 18px 0px;
}

.card-group {
  gap: 30px;
}

.heading__border {
  width: 20%;
  border: 1px solid #50dbe6;
  margin-top: -10px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .post__text h2 {
    color: black;
  }

  .post__text {
    width: 100%;
    position: relative;
  }
}

/* Medium devices (landscape tablets, 768px and down) */
@media only screen and (max-width: 768px) {
  .sub__heading {
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 40px;
  }

  .card-group {
    flex-direction: column;
  }
}

/* Medium devices (landscape tablets, 768px and down) */
@media only screen and (max-width: 1200px) {
  .post__text h2 {
    color: black;
  }

  .post__text {
    width: 100%;
    position: relative;
  }
}
