@media all and (max-width: 414px) {
  .comp-layout-section-02 .c-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%; }
    .comp-layout-section-02 .c-wrapper .container {
      padding: 0 20px;
      flex-wrap: nowrap;
      display: flex;
      justify-content: space-between;
      overflow-x: auto; }
      .comp-layout-section-02 .c-wrapper .container a img {
        object-fit: cover;
        object-position: center center; } }
@media all and (min-width: 415px) and (max-width: 767px) {
  .comp-layout-section-02 .c-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%; }
    .comp-layout-section-02 .c-wrapper .container {
      padding: 0 20px;
      flex-wrap: nowrap;
      display: flex;
      justify-content: space-between;
      overflow-x: auto; }
      .comp-layout-section-02 .c-wrapper .container a img {
        object-fit: cover;
        object-position: center center; } }
@media all and (min-width: 768px) and (max-width: 1023px) {
  .comp-layout-section-02 {
    margin-top: 32px; }
    .comp-layout-section-02 .c-wrapper .container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 16px 16px; }
      .comp-layout-section-02 .c-wrapper .container a {
        margin-bottom: 0;
        width: 344px;
        height: 200px; }
        .comp-layout-section-02 .c-wrapper .container a img {
          width: 344px;
          height: 200px;
          object-fit: cover;
          object-position: center center; } }
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .comp-layout-section-02 {
    margin-top: 32px; }
    .comp-layout-section-02 .c-wrapper .container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 16px 16px; }
      .comp-layout-section-02 .c-wrapper .container a {
        margin-bottom: 0;
        width: 344px;
        height: 200px; }
        .comp-layout-section-02 .c-wrapper .container a img {
          width: 344px;
          height: 200px;
          object-fit: cover;
          object-position: center center; } }
@media all and (min-width: 1280px) and (max-width: 1679px) {
  .comp-layout-section-02 .c-wrapper .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px 20px; }
    .comp-layout-section-02 .c-wrapper .container a img {
      object-fit: cover;
      object-position: center center; } }
@media all and (min-width: 1680px) {
  .comp-layout-section-02 .c-wrapper .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px 20px; }
    .comp-layout-section-02 .c-wrapper .container a img {
      object-fit: cover;
      object-position: center center; } }

/*# sourceMappingURL=Section02.css.map */
