/* --> Responsive <-- */
.wp-block-ow-download-resource .download-resource {
  padding: 24px 32px 32px 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px; }
  @media only screen and (max-width: 1201px) {
    .wp-block-ow-download-resource .download-resource {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 24px;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .wp-block-ow-download-resource .download-resource .download-resource__image-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media only screen and (max-width: 1201px) {
      .wp-block-ow-download-resource .download-resource .download-resource__image-text {
        gap: 24px; } }
    .wp-block-ow-download-resource .download-resource .download-resource__image-text h2, .wp-block-ow-download-resource .download-resource .download-resource__image-text h3, .wp-block-ow-download-resource .download-resource .download-resource__image-text h4, .wp-block-ow-download-resource .download-resource .download-resource__image-text h5, .wp-block-ow-download-resource .download-resource .download-resource__image-text h6 {
      font-size: var(--wp--preset--font-size--heading-xs); }
    .wp-block-ow-download-resource .download-resource .download-resource__image-text p {
      font-size: var(--wp--custom--base-font); }
  .wp-block-ow-download-resource .download-resource .download-resource__image {
    margin-bottom: -32px; }
    @media only screen and (max-width: 1201px) {
      .wp-block-ow-download-resource .download-resource .download-resource__image {
        margin-bottom: 0; } }
    .wp-block-ow-download-resource .download-resource .download-resource__image img {
      height: 200px;
      width: auto; }
      @media only screen and (max-width: 1201px) {
        .wp-block-ow-download-resource .download-resource .download-resource__image img {
          width: 64px;
          height: auto; } }
  .wp-block-ow-download-resource .download-resource .download-resource__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  @media only screen and (max-width: 1201px) {
    .wp-block-ow-download-resource .download-resource .download-resource__file {
      width: 100%; } }
  .wp-block-ow-download-resource .download-resource .download-resource__file a {
    white-space: nowrap; }
  @media only screen and (max-width: 1201px) {
    .wp-block-ow-download-resource .download-resource .download-resource__file .wp-block-buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }


/*# sourceMappingURL=download-resource-script.css.map*/