/* PAGE CSS */
#artwork-requirements a {
    text-decoration: none;
    cursor: pointer;
  }
  
  #artwork-requirements p,
  #artwork-requirements h1,
  #artwork-requirements h2,
  #artwork-requirements h3,
  #artwork-requirements h4,
  #artwork-requirements h5,
  #artwork-requirements h6,
  #artwork-requirements form,
  #artwork-requirements ul,
  #artwork-requirements label {
    margin: 0;
  }
  
  #artwork-requirements ul,
  #artwork-requirements li {
    list-style: none;
  }
  
  #artwork-requirements .section-wrapper {
    /* box-sizing: content-box !important; */
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 112px;

}
  
  @media (max-width: 1280px) {
    #artwork-requirements .section-wrapper {
      padding: 0 24px;
    }
  }
  
  @media (max-width: 1024px) {
    #artwork-requirements .section-wrapper {
      padding: 0 16px;
    }
  }
  
  /* END OF PAGE CSS */
  
  /* ARTWORK REQUIREMENTS INTRO */
  #artwork-requirements-intro {
    background: #eaeaea;
  }
  
  #artwork-requirements-intro .section-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 340px;
  }
  
  @media (max-width: 1440px) {
    #artwork-requirements-intro .section-wrapper {
      padding-right: 0 !important;
    }
  }
  
  @media (max-width: 1024px) {
    #artwork-requirements-intro .section-wrapper {
      height: 380px;
      gap: 0;
    }
  }
  
  @media (max-width: 767.98px) {
    #artwork-requirements-intro .section-wrapper {
      height: unset;
      flex-direction: column-reverse;
      padding-left: 0 !important;
      position: relative;
    }
  }
  
  #artwork-requirements-intro .section-wrapper .intro-content {
    padding: 16px 0;
    width: 46%;
  }
  
  @media (max-width: 1024px) {
    #artwork-requirements-intro .section-wrapper .intro-content {
      width: 48%;
    }
  }
  
  @media (max-width: 767.98px) {
    #artwork-requirements-intro .section-wrapper .intro-content {
      width: 100%;
      padding: 16px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
    }
  }
  
  #artwork-requirements-intro .section-wrapper .intro-content .page-title {
    color: #1c244b;
    font-size: 56px;
    font-weight: 900;
    line-height: 72px;
    letter-spacing: -0.84px;
    margin-bottom: 24px;
  }
  
  @media (max-width: 1024px) {
    #artwork-requirements-intro .section-wrapper .intro-content .page-title {
      font-size: 32px;
      line-height: 36px;
      letter-spacing: -0.48px;
    }
  }
  
  @media (max-width: 767.98px) {
    #artwork-requirements-intro .section-wrapper .intro-content .page-title {
      color: #fff;
      font-size: 28px;
      line-height: 24px;
      text-align: center;
    }
  }
  
  #artwork-requirements-intro .section-wrapper .intro-content .page-subtitle {
    color: #1c244b;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }
  
  @media (max-width: 1024px) {
    #artwork-requirements-intro .section-wrapper .intro-content .page-subtitle {
      line-height: 24px;
      max-width: 400px;
    }
  }
  
  @media (max-width: 767.98px) {
    #artwork-requirements-intro .section-wrapper .intro-content .page-subtitle {
      color: #fff;
      text-align: center;
      margin: 0 auto;
    }
  }
  
  #artwork-requirements-intro .section-wrapper .intro-photo {
    width: 54%;
    height: 100%;
  }
  
  @media (max-width: 1024px) {
    #artwork-requirements-intro .section-wrapper .intro-photo {
      width: 52%;
    }
  }
  
  @media (max-width: 767.98px) {
    #artwork-requirements-intro .section-wrapper .intro-photo {
      width: 100%;
      background-image: url("/uploads/12037607/File/deco/artwork-requirements/assets/woman illustration mob.webp");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 284px;
      position: relative;
    }
  
    #artwork-requirements-intro .section-wrapper .intro-photo::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.5);
    }
  }
  
  #artwork-requirements-intro .section-wrapper .intro-photo img {
    max-width: 100%;
    height: 100%;
    width: 100%;
  }
  
  /* END OF ARTWORK REQUIREMENTS INTRO */
  
  /* SUPPORTED FILE FROMATS */
  #supported-file-formats {
    padding: 70px 0;
  }
  
  @media (max-width: 1024px) {
    #supported-file-formats {
      padding: 50px 0 66px;
    }
  }
  
  @media (max-width: 767.98px) {
    #supported-file-formats {
      padding: 50px 0;
    }
  }
  
  #supported-file-formats .section-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 76px;
  }
  
  @media (max-width: 1024px) {
    #supported-file-formats .section-wrapper {
      gap: 24px;
    }
  }
  
  @media (max-width: 767.98px) {
    #supported-file-formats .section-wrapper {
      flex-direction: column-reverse;
    }
  }
  
  #supported-file-formats .section-wrapper .section-photo {
    width: 44%;
    position: relative;
    padding-right: 106px;
    padding-bottom: 60px;
  }
  
  @media (max-width: 1024px) {
    #supported-file-formats .section-wrapper .section-photo {
      width: 48%;
      padding-right: 62px;
      padding-bottom: 76px;
    }
  }
  
  @media (max-width: 767.98px) {
    #supported-file-formats .section-wrapper .section-photo {
      width: 100%;
      padding-right: 66px;
      padding-bottom: 37px;
    }
  }
  
  #supported-file-formats .section-wrapper .section-photo .main-img-s,
  #supported-file-formats .section-wrapper .section-photo .icon-ai,
  #supported-file-formats .section-wrapper .section-photo .icon-ps {
    position: absolute;
  }
  
  #supported-file-formats .section-wrapper .section-photo .main-img-s {
    right: 0px;
    bottom: 24px;
    border-radius: 6px;
    box-shadow: 0px 3.594px 10.781px 0px rgba(0, 0, 0, 0.07);
    width: 44%;
  }
  
  @media (max-width: 1024px) {
    #supported-file-formats .section-wrapper .section-photo .main-img-s {
      bottom: 0;
    }
  }
  
  @media (max-width: 767.98px) {
    #supported-file-formats .section-wrapper .section-photo .main-img-s {
      bottom: 15px;
    }
  }
  
  #supported-file-formats .section-wrapper .section-photo .icon-ai {
    bottom: 0px;
    left: 62px;
    filter: drop-shadow(0px 4px 13px rgba(0, 0, 0, 0.25));
    width: 32px;
  }
  
  @media (max-width: 1024px) {
    #supported-file-formats .section-wrapper .section-photo .icon-ai {
      bottom: 20px;
      left: 29px;
      width: 20px;
    }
  }
  
  @media (max-width: 767.98px) {
    #supported-file-formats .section-wrapper .section-photo .icon-ai {
      bottom: 0px;
      left: 38px;
    }
  }
  
  #supported-file-formats .section-wrapper .section-photo .icon-ps {
    top: 6px;
    right: 16px;
    filter: drop-shadow(0px 9px 16px rgba(0, 0, 0, 0.25));
    width: 42px;
  }
  
  @media (max-width: 1024px) {
    #supported-file-formats .section-wrapper .section-photo .icon-ps {
      top: 3px;
      right: 6px;
      width: 26px;
    }
  }
  
  @media (max-width: 767.98px) {
    #supported-file-formats .section-wrapper .section-photo .icon-ps {
      top: 4px;
      right: 10px;
    }
  }
  
  #supported-file-formats .section-wrapper .section-photo .main-img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  }
  
  #supported-file-formats .section-wrapper .section-content {
    width: 56%;
    padding-right: 64px;
  }
  
  @media (max-width: 1024px) {
    #supported-file-formats .section-wrapper .section-content {
      width: 52%;
      padding-right: 0;
    }
  }
  
  @media (max-width: 767.98px) {
    #supported-file-formats .section-wrapper .section-content {
      width: 100%;
    }
  }
  
  #supported-file-formats .section-wrapper .section-content .section-title {
    color: #1c244b;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.36px;
    margin-bottom: 24px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    #supported-file-formats .section-wrapper .section-content .section-title {
      line-height: 24px;
      margin-bottom: 16px;
    }
  }
  
  #supported-file-formats .section-wrapper .section-content p,
  #supported-file-formats .section-wrapper .section-content li {
    color: #1c244b;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.24px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    #supported-file-formats .section-wrapper .section-content p,
    #supported-file-formats .section-wrapper .section-content li {
      font-size: 14px;
      letter-spacing: -0.21px;
    }
  }
  
  #supported-file-formats .section-wrapper .section-content p {
    margin-bottom: 24px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    #supported-file-formats .section-wrapper .section-content p {
      margin-bottom: 16px;
    }
  }
  
  #supported-file-formats .section-wrapper .section-content .file-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    #supported-file-formats .section-wrapper .section-content .file-list {
      gap: 14px;
    }
  }
  
  /* END OF SUPPORTED FILE FROMATS */
  
  /* FILE PREPARATION */
  #file-preparation {
    padding: 70px 0;
    background: #f7f8fa;
  }
  
  @media (max-width: 1024px) {
    #file-preparation {
      padding: 50px 0;
    }
  }
  
  #file-preparation .section-wrapper {
    display: flex;
    align-items: center;
    gap: 62px;
  }
  
  @media (max-width: 1024px) {
    #file-preparation .section-wrapper {
      gap: 24px;
      flex-direction: column-reverse;
    }
  }
  
  @media (max-width: 767.98px) {
    #file-preparation .section-wrapper {
      flex-direction: column;
    }
  }
  
  #file-preparation .section-wrapper .section-photo {
    width: 58%;
    position: relative;
    padding-right: 165px;
  }
  
  @media (max-width: 1024px) {
    #file-preparation .section-wrapper .section-photo {
      width: 100%;
      padding-right: 130px;
    }
  }
  
  @media (max-width: 767.98px) {
    #file-preparation .section-wrapper .section-photo {
      padding-right: 60px;
    }
  }
  
  #file-preparation .section-wrapper .section-photo .main-img-s {
    position: absolute;
    right: 0px;
    top: 68px;
    border-radius: 4px;
    border: 4px solid #fff;
    box-shadow: -24.014px 27.617px 43.226px 0px rgba(0, 0, 0, 0.25);
    width: 40%;
  }
  
  @media (max-width: 1024px) {
    #file-preparation .section-wrapper .section-photo .main-img-s {
      top: 82px;
      right: 12px;
    }
  }
  
  @media (max-width: 767.98px) {
    #file-preparation .section-wrapper .section-photo .main-img-s {
      top: 38px;
      right: 0px;
      border-radius: 2px;
      border: 2px solid #fff;
      box-shadow: -11.141px 12.812px 20.053px 0px rgba(0, 0, 0, 0.25);
    }
  }
  
  #file-preparation .section-wrapper .section-photo .main-img {
    width: 100%;
    border-radius: 4px;
    border: 8px solid #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  
  @media (max-width: 767.98px) {
    #file-preparation .section-wrapper .section-photo .main-img {
      border-radius: 2px;
      border: 4px solid #fff;
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    }
  }
  
  #file-preparation .section-wrapper .section-content {
    width: 42%;
  }
  
  @media (max-width: 1024px) {
    #file-preparation .section-wrapper .section-content {
      width: 100%;
    }
  }
  
  #file-preparation .section-wrapper .section-content .section-title {
    color: #1c244b;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.36px;
    margin-bottom: 24px;
  }
  
  #file-preparation .section-wrapper .section-content .steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  #file-preparation .section-wrapper .section-content .steps h3,
  #file-preparation .section-wrapper .section-content .steps p {
    color: #1c244b;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.24px;
  }
  
  #file-preparation .section-wrapper .section-content .steps h3 {
    margin-bottom: 10px;
    font-weight: 600;
  }
  
  /* END OF FILE PREPARATION */
  
  /* FILE LAYERS CSS */
  #file-layers {
    padding: 70px 0;
  }
  
  @media (max-width: 1024px) {
    #file-layers {
      padding: 50px 0;
    }
  }
  
  #file-layers .section-wrapper {
    display: flex;
    align-items: center;
    gap: 165px;
  }
  
  @media (max-width: 1440px) {
    #file-layers .section-wrapper {
      gap: 120px;
    }
  }
  
  @media (max-width: 1024px) {
    #file-layers .section-wrapper {
      gap: 32px;
      flex-direction: column-reverse;
    }
  }
  
  @media (max-width: 767.98px) {
    #file-layers .section-wrapper {
      flex-direction: column;
    }
  }
  
  #file-layers .section-wrapper .section-photo {
    width: 35%;
    position: relative;
  }
  
  @media (max-width: 1024px) {
    #file-layers .section-wrapper .section-photo {
      width: 100%;
      max-width: 700px;
      margin: 0 auto;
    }
  }
  
  #file-layers .section-wrapper .section-photo .main-img {
    width: 100%;
  }
  
  #file-layers .section-wrapper .section-content {
    width: 65%;
  }
  
  @media (max-width: 1024px) {
    #file-layers .section-wrapper .section-content {
      width: 100%;
    }
  }
  
  #file-layers .section-wrapper .section-content .section-title {
    color: #1c244b;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.36px;
    margin-bottom: 24px;
  }
  
  @media (max-width: 1024px) {
    #file-layers .section-wrapper .section-content .section-title {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: -0.3px;
    }
  }
  
  @media (max-width: 767.98px) {
    #file-layers .section-wrapper .section-content .section-title {
      font-size: 24px;
      line-height: 32px;
    }
  }
  
  #file-layers .section-wrapper .section-content p,
  #file-layers .section-wrapper .section-content strong {
    color: #1c244b;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.24px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    #file-layers .section-wrapper .section-content p,
    #file-layers .section-wrapper .section-content strong {
      font-size: 14px;
      letter-spacing: -0.21px;
    }
  }
  
  #file-layers .section-wrapper .section-content strong {
    font-weight: 600;
  }
  
  #file-layers .section-wrapper .section-content strong:first-of-type {
    margin-bottom: 10px;
    display: inline-block;
  }
  
  @media (max-width: 1024px) {
    #file-layers .section-wrapper .section-content strong {
      font-size: 16px;
      letter-spacing: -0.24px;
    }
  }
  
  #file-layers .section-wrapper .section-content p {
    margin-bottom: 24px;
  }
  
  /* END OF FILE LAYERS CSS */
  
  /* RESIZING GRAPHICS CSS */
  #resizing-graphics {
    padding: 70px 0;
    background: #f7f8fa;
  }
  
  @media (max-width: 1024px) {
    #resizing-graphics {
      padding: 50px 0;
    }
  }
  
  #resizing-graphics .section-title {
    color: #1c244b;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.36px;
    margin-bottom: 8px;
    text-align: center;
  }
  
  @media (max-width: 1024px) {
    #resizing-graphics .section-title {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: -0.3px;
    }
  }
  
  @media (max-width: 767.98px) {
    #resizing-graphics .section-title {
      font-size: 24px;
      margin-bottom: 16px;
      text-align: left;
    }
  }
  
  #resizing-graphics .section-subtitle {
    color: #1c244b;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.24px;
    max-width: 1090px;
    margin: 0 auto 44px;
  }
  
  @media (max-width: 1024px) {
    #resizing-graphics .section-subtitle {
      font-size: 14px;
      letter-spacing: -0.21px;
      margin-bottom: 32px;
    }
  }
  
  @media (max-width: 767.98px) {
    #resizing-graphics .section-subtitle {
      font-size: 16px;
      margin-bottom: 44px;
      text-align: left;
    }
  }
  
  #resizing-graphics .sizing-options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
  }
  
  @media (max-width: 1024px) {
    #resizing-graphics .sizing-options {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-auto-rows: 1fr;
      gap: 24px;
    }
  }
  
  @media (max-width: 767.98px) {
    #resizing-graphics .sizing-options {
      grid-template-columns: minmax(0, 1fr);
      gap: 16px;
    }
  }
  
  #resizing-graphics .sizing-options .option {
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #e8e9ea;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  
  @media (max-width: 1024px) {
    #resizing-graphics .sizing-options .option {
      padding: 28px 16px;
    }
  }
  
  @media (max-width: 767.98px) {
    #resizing-graphics .sizing-options .option {
      padding: 20px 40px;
      height: auto;
    }
  }
  
  #resizing-graphics .sizing-options .option .option-title {
    color: #1c244b;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.24px;
  }
  
  #resizing-graphics .sizing-options .option .option-desc {
    color: #1c244b;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.21px;
  }
  
  /* END OF RESIZING GRAPHICS CSS */
  
  /* RESOLUTION CSS */
  #resolution-info {
    padding: 70px 0;
  }
  
  @media (max-width: 1024px) {
    #resolution-info {
      padding: 50px 0;
    }
  }
  
  #resolution-info .section-title {
    color: #1c244b;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.36px;
    margin-bottom: 24px;
    text-align: center;
  }
  
  @media (max-width: 1024px) {
    #resolution-info .section-title {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: -0.3px;
      margin-bottom: 8px;
    }
  }
  
  @media (max-width: 767.98px) {
    #resolution-info .section-title {
      font-size: 24px;
      margin-bottom: 24px;
      text-align: left;
    }
  }
  
  #resolution-info .section-subtitle {
    color: #1c244b;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.24px;
    margin-bottom: 44px;
  }
  
  @media (max-width: 1024px) {
    #resolution-info .section-subtitle {
      font-size: 14px;
      letter-spacing: -0.21px;
      margin-bottom: 32px;
    }
  }
  
  @media (max-width: 767.98px) {
    #resolution-info .section-subtitle {
      font-size: 16px;
      margin-bottom: 24px;
      text-align: left;
    }
  }
  
  #resolution-info .resolution-types {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 23px;
  }
  
  @media (max-width: 1024px) {
    #resolution-info .resolution-types {
      gap: 20px;
    }
  }
  
  @media (max-width: 767.98px) {
    #resolution-info .resolution-types {
      grid-template-columns: minmax(0, 1fr);
      gap: 32px;
    }
  }
  
  #resolution-info .resolution-types .type-title,
  #resolution-info .resolution-types .type-desc {
    color: #1c244b;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.24px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    #resolution-info .resolution-types .type-title,
    #resolution-info .resolution-types .type-desc {
      font-size: 14px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    #resolution-info .resolution-types .type-desc {
      line-height: 20px;
      letter-spacing: -0.21px;
    }
  }
  
  #resolution-info .resolution-types .type-title {
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  #resolution-info .resolution-types .type-title span {
    color: #3578ea;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    #resolution-info .resolution-types .type-title {
      margin-bottom: 8px;
    }
  }
  
  #resolution-info .resolution-types .img-container {
    position: relative;
    padding-right: 104px;
    padding-bottom: 40px;
    margin-bottom: 32px;
  }
  
  @media (max-width: 1024px) {
    #resolution-info .resolution-types .img-container {
      padding-right: 56px;
      padding-bottom: 22px;
      margin-bottom: 16px;
    }
  }
  
  @media (max-width: 767.98px) {
    #resolution-info .resolution-types .img-container {
      padding-right: 82px;
      padding-bottom: 32px;
      margin-bottom: 24px;
    }
  }
  
  #resolution-info .resolution-types .img-container .res-img {
    width: 100%;
    border: 1px solid #cbcbcb;
  }
  
  #resolution-info .resolution-types .img-container .res-img-sm {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 33%;
    border-radius: 2px;
    border: 4px solid #76787a;
  }
  
  @media (max-width: 767.98px) {
    #resolution-info .resolution-types .img-container .res-img-sm {
      border: 3px solid #76787a;
    }
  }
  
  #resolution-info .resolution-types .img-container .icon {
    position: absolute;
    right: 82px;
    top: -20px;
    width: 53px;
    height: 53px;
  }
  
  @media (max-width: 1024px) {
    #resolution-info .resolution-types .img-container .icon {
      width: 29px;
      height: 29px;
      right: 45px;
      top: -11px;
    }
  }
  
  @media (max-width: 767.98px) {
    #resolution-info .resolution-types .img-container .icon {
      width: 42px;
      height: 42px;
      right: 65px;
      top: -16px;
    }
  }
  
  /* END OF RESOLUTION CSS */
  
  /* ART POLICY CSS */
  #art-policy {
    padding: 70px 0;
    background: #f7f8fa;
  }
  
  @media (max-width: 1024px) {
    #art-policy {
      padding: 50px 0;
    }
  }
  
  #art-policy .section-wrapper {
    display: flex;
    align-items: center;
    gap: 66px;
  }
  
  @media (max-width: 1024px) {
    #art-policy .section-wrapper {
      flex-direction: column-reverse;
      gap: 32px;
    }
  }
  
  @media (max-width: 767.98px) {
    #art-policy .section-wrapper {
      gap: 24px;
    }
  }
  
  #art-policy .section-wrapper .section-photo {
    width: 44%;
  }
  
  @media (max-width: 1024px) {
    #art-policy .section-wrapper .section-photo {
      width: 100%;
      max-width: 545px;
    }
  }
  
  #art-policy .section-wrapper .section-photo img {
    width: 100%;
  }
  
  #art-policy .section-wrapper .section-content {
    width: 56%;
  }
  
  @media (max-width: 1024px) {
    #art-policy .section-wrapper .section-content {
      width: 100%;
    }
  }
  
  #art-policy .section-wrapper .section-content .section-title {
    color: #1c244b;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.36px;
    margin-bottom: 8px;
  }
  
  @media (max-width: 1024px) {
    #art-policy .section-wrapper .section-content .section-title {
      text-align: center;
    }
  }
  
  @media (max-width: 767.98px) {
    #art-policy .section-wrapper .section-content .section-title {
      text-align: left;
      line-height: 24px;
      margin-bottom: 16px;
    }
  }
  
  #art-policy .section-wrapper .section-content .text {
    color: #1c244b;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.24px;
  }
  
  #art-policy .section-wrapper .section-content .text:not(:last-of-type) {
    margin-bottom: 14px;
  }
  
  /* END OF ART POLICY CSS */
  