@media only screen and (max-width: 991px) {
  .detailed-page .page-content-wrapper {
    max-width: none;
    padding: 70px 30px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {

  /* download options */
  .download-options .download-item {
    width: calc(50% - 15px);
    margin-right: 0 !important;
  }

  .download-options .download-item:nth-child(odd) {
    margin-right: 30px !important;
  }

  .download-item:after {
    right: -14.5px;
    display: block !important;
  }

  .download-item:nth-child(even):after {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .detailed-page .page-content-wrapper {
    padding: 70px 20px;
  }

  .detailed-image-content-section {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .detailed-right {
    width: 100%;
    margin-top: 25px;
    padding: 0;
  }

  .download-grid-style .download-options,
  .download-options {
    position: static;
    margin-top: 0;
  }

  .detailed-right .detailed-title {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .detailed-title h2,
  .detailed-title {
    font-size: 28px;
    line-height: 34px;
  }

  .detailed-left {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {

  /* download options */
  .download-options .download-item {
    width: calc(50% - 15px);
    margin-right: 0 !important;
  }

  .download-options .download-item:nth-child(odd) {
    margin-right: 30px !important;
  }

  .download-item:after {
    right: -14.5px;
  }

  .download-item:nth-child(even):after {
    display: none !important;
  }
}

@media only screen and (max-width: 420px) {

  .detailed-body-content p,
  .detailed-body-content {
    font-size: 16px;
    line-height: 26px;
  }
}
