.readmore-v2 *,
.dis-flex-gap-10 * {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 767px) {

  #jet-popup-6508 .jet-popup__close-button,
  #jet-popup-6676 .jet-popup__close-button {
    position: absolute;
    right: -32px;
    top: 26.5px;
    transform: unset !important;
    width: 100% !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  #jet-popup-6508 .jet-popup__container-inner,
  #jet-popup-6676 jet-popup__container-inner {
    border-radius: 32px 32px 0 0 !important;
  }

  .box-payamd {
    background-color: #6399F1;
    background-image: url(data:image/svg+xml,%3csvg width= '100%' height= '100%' xmlns= 'http://www.w3.org/2000/svg' %3e%3crect width= '100%' height= '100%' fill= 'none' rx= '16' ry= '16' stroke= 'white' stroke-width= '2' stroke-dasharray= '4 %2c 8 ' stroke-dashoffset= '0' stroke-linecap= 'round' /%3e%3c/svg%3e);
    border-radius: 16px;
    padding: 12px 16px;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .box-payamd p {
    font-size: 16px;
    line-height: 25.74px;
    color: white;
    font-weight: 500;
    margin: unset !important;
    text-align: justify;
  }

  .body-news-modal {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .box-payamd span {
    font-size: 18px;
    line-height: 25.74px;
    font-weight: 600;
  }
}