.about-act-gold .section-act-one img {
  width: 100%;
  height: auto; }

.about-act-gold .section-act-two .section-act-two-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  column-gap: 50px;
  margin-top: 50px; }
  @media (max-width: 1024px) {
    .about-act-gold .section-act-two .section-act-two-grid {
      flex-wrap: wrap;
      margin-top: 20px; } }
  .about-act-gold .section-act-two .section-act-two-grid .left-items {
    width: 50%; }
    @media (max-width: 1024px) {
      .about-act-gold .section-act-two .section-act-two-grid .left-items {
        width: 100%; } }
    .about-act-gold .section-act-two .section-act-two-grid .left-items .top-title .title-section {
      justify-content: flex-start; }
      @media (max-width: 1024px) {
        .about-act-gold .section-act-two .section-act-two-grid .left-items .top-title .title-section {
          justify-content: center; } }
    .about-act-gold .section-act-two .section-act-two-grid .left-items p {
      text-align: justify; }
  .about-act-gold .section-act-two .section-act-two-grid .right-items {
    width: 50%; }
    @media (max-width: 1024px) {
      .about-act-gold .section-act-two .section-act-two-grid .right-items {
        width: 100%; } }

.about-act-gold .section-act-three .section-act-two-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  column-gap: 50px;
  margin-top: 50px; }
  @media (max-width: 1024px) {
    .about-act-gold .section-act-three .section-act-two-grid {
      margin-top: 30px;
      flex-wrap: wrap; } }
  .about-act-gold .section-act-three .section-act-two-grid .right-items {
    width: 50%; }
    @media (max-width: 1024px) {
      .about-act-gold .section-act-three .section-act-two-grid .right-items {
        width: 100%; } }
  .about-act-gold .section-act-three .section-act-two-grid .left-items {
    width: 50%; }
    @media (max-width: 1024px) {
      .about-act-gold .section-act-three .section-act-two-grid .left-items {
        width: 100%; }
        .about-act-gold .section-act-three .section-act-two-grid .left-items .top-title {
          margin-top: 20px; } }
    .about-act-gold .section-act-three .section-act-two-grid .left-items p {
      text-align: justify; }

.about-act-gold .section-act-four {
  background: #F7F7F7; }
  .about-act-gold .section-act-four .section-four-details {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    background: #F7F7F7;
    padding: 40px 0;
    gap: 40px;
    flex-wrap: nowrap; }
    @media (max-width: 1024px) {
      .about-act-gold .section-act-four .section-four-details {
        margin-top: 30px;
        flex-wrap: wrap; } }
    .about-act-gold .section-act-four .section-four-details .box {
      width: 50%; }
      .about-act-gold .section-act-four .section-four-details .box .image {
        text-align: center;
        display: flex;
        justify-content: center;
        margin-bottom: 5px; }
      @media (max-width: 1024px) {
        .about-act-gold .section-act-four .section-four-details .box {
          width: 100%; } }
      @media (max-width: 1024px) {
        .about-act-gold .section-act-four .section-four-details .box:nth-child(2) {
          margin-top: 30px; } }
      .about-act-gold .section-act-four .section-four-details .box .content {
        text-align: justify; }

.about-act-gold .section-act-five .section-five-details {
  margin-top: 80px; }
  @media (max-width: 1024px) {
    .about-act-gold .section-act-five .section-five-details {
      margin-top: 30px; } }
  .about-act-gold .section-act-five .section-five-details .content-width {
    max-width: 600px;
    margin: 0 auto;
    display: block; }
    @media (max-width: 1024px) {
      .about-act-gold .section-act-five .section-five-details .content-width {
        max-width: 100%; } }
    .about-act-gold .section-act-five .section-five-details .content-width p {
      text-align: justify; }
  .about-act-gold .section-act-five .section-five-details .full-width {
    max-width: 100%; }
    .about-act-gold .section-act-five .section-five-details .full-width img {
      margin: 0 auto;
      display: block; }

.about-act-gold .section-act-six .section-six-details {
  margin-top: 50px; }
  .about-act-gold .section-act-six .section-six-details .content-imgs-slide .items {
    margin: 10px; }
  .about-act-gold .section-act-six .section-six-details .content-imgs-slide .slider-index.prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .about-act-gold .section-act-six .section-six-details .content-imgs-slide .slider-index.prev svg {
      transform: rotate(180deg);
      width: 24px; }
  .about-act-gold .section-act-six .section-six-details .content-imgs-slide .slider-index.next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .about-act-gold .section-act-six .section-six-details .content-imgs-slide .slider-index.next svg {
      width: 24px; }

@media (max-width: 1024px) {
  .top-title {
    margin-bottom: 15px; } }
