.Header__container img {
    max-width: 364px;
    transition: .1s;
}

.Header__container img:hover {
  transform: scale(1.01);
}


.colTwo {
  display: grid;
  grid-column: 2 / 2;
  border-style: solid;
  border-width: 0;
  border-color: #de0651;
  border-radius: 15px;
  padding: 30px;
  align-content: start;
}

.add, .faq {
  color: #ffffff;
  background-color: #de0651;
  padding: 5px 15px;
  border-radius: 15px;
}

.question {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: -10px;
  color: #de0651;
}
@media only screen and (max-width: 1100px) {
  .wrapper {
    grid-template-columns: 1fr;
    margin: 0;
  }
  .colOne {
    grid-column: 1 / 2;
  }
  .colTwo {
    grid-column: 1 / 2;
  }
  .plans {
    max-width: 90vw;
  }
}

/*Footer & custom Css */
#footerContainer[role="contentinfo"] > .Footer__footerBg {
    display: none;
}

.ticketList [data-id="addticket"], .ticketDetail [data-id="addTicket"] {
    display: none;
}


