.ct-pagePqr {
  display: grid;
  grid-template-columns: 1fr;
}
.ct-pagePqr_box,
.img-desk {
  display: none;
}
.active{
    display: none;
}
.ct-pagePqr_box-mobile{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 20px;
}

.ct-pagePqr_box h2, 
.ct-pagePqr_box-mobile h2 {
    font-size: 24px;
    font-weight: 400;
    color: var(--blue);
  }
  .ct-pagePqr_box-mobile p{
    line-height: normal;
    text-align: center;
  }
  .ct-pagePqr_box-mobile button{
    background-color: var(--blue);
    color: var(--white);
    font-weight: bold;
    display: block;
    width: 328px;
    height: 46px;
    border-radius: 28px;
  }
  .ct-pagePqr_chat{
    min-height: 950px;
    display: none;
    position: relative;
    background-color: var(--white);
    padding: 0 10px 10px 10px;
  }
  .ct-pagePqr_chat iframe{
    border: 0;
  }
  .title-mob{
    background-color: var(--blue);
    color: var(--white);
    font-size: 24px;
    font-weight: 300;
    padding: 6px;
    text-align: center;
    border-radius: 0 0 10px 10px;
  }

@media only screen and (min-width: 768px) {
  .img-desk {
    display: block;
  }
  .ct-pagePqr_box-mobile,
  .title-mob{
    display: none;
  }
  .ct-pagePqr {
    grid-template-columns: 25% 50% 25%;
    padding: 20px;
  }
  .ct-pagePqr_chat{
    display: block;
    min-height: 650px;
    border-radius: 10px;
    padding: 20px;
  }

  .ct-pagePqr_chat-img-left {
    position: absolute;
    left: -64px;
    top: 36%;
    z-index: -1;
  }
  .ct-pagePqr_chat-img-right {
    position: absolute;
    right: -76px;
    top: 6%;
    z-index: -1;
  }
  .ct-pagePqr_column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .ct-pagePqr_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--white);
    padding: 20px;
    border-radius: 8px;
    gap: 10px;
    width: 92%;
    line-height: normal;
  }
  .ct-pagePqr_box p {
    font-size: 19px;
  }
  .ct-pagePqr_box h3 {
    font-size: 24px;
    font-weight: 400;
    color: #313235;
    text-align: center;
  }
  .ct-pagePqr_box ul {
    width: 244px;
    margin: auto;
  }
  .ct-pagePqr_box ul li {
    line-height: normal;
    font-size: 18px;
    margin-bottom: 8px;
  }
}
