.Back_text_holder {
  margin-bottom: 5%;
}

.Back_text_holder h6 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #3a0a0abf;
    opacity: 1;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0px auto;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.Back_text_holder h6:hover {
  font-weight: 800;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 0px) and (max-width: 991px) {
  .Back_text_holder h6 {
    font-size: 14px;
  }
}
