  .image-rounded {
      border-radius: 24px;
      background: transparent;
  }

  .section-desc p {
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #212121;
      margin-top: 76px;
      margin-bottom: 76px;
  }

  .section-desc-bottom {
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      margin-top: 22px;
      margin-bottom: 0px;
  }

  .section-title {
      margin: 0px;
      padding: 0px;
  }

  .title-about {
      font-style: normal;
      font-weight: 700;
      font-size: 30px;
      line-height: 150%;
  }

  .ltn__section-title-2 {
      margin-bottom: 32px !important;
  }

  .title-section-partner p {
      font-family: 'Inter';
      font-style: normal;
      font-weight: 700;
      font-size: 30px;
      line-height: 150%;
      text-align: center;
      color: #212121;
  }

  .image-about {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
  }

  .ltn__comm-img {
      display: block;
      margin-left: auto;
      margin-right: auto;
  }

  .box-comm-item {
      border: 1px solid #CCCCCC;
      border-radius: 32px;
      margin-right: 16px;
  }

   .slick-slide img {
       display: block;
       margin-left: auto;
       margin-right: auto;
   }

   .count-comm {
       font-family: 'Inter';
       font-style: normal;
       font-weight: 700;
       font-size: 48px;
       line-height: 150%;
       text-align: center;
       color: #000000;
       margin-bottom: 8px;
       margin-top: 25px;
   }

   .text-comm-l {
       font-family: 'Inter';
       font-style: normal;
       font-weight: 600;
       font-size: 28px;
       line-height: 120%;
       text-align: center;
       letter-spacing: -0.5px;
       color: #000000;
   }

   .text-comm-r {
       font-family: 'Inter';
       font-style: normal;
       font-weight: 400;
       font-size: 18px;
       line-height: 150%;
       color: #000000;
   }
   
   .bottom-cover {
       background: var(--gradient-color-5);
       background-image: url('../img/bg/about-bottom-image-cover-main.jpg');
       background-size: cover;
       background-repeat: no-repeat;
       background-position: center;
   }

   .text-bottom-header h3 {
       font-family: 'Inter';
       font-style: normal;
       font-weight: 700;
       font-size: 30px;
       line-height: 150%;
        text-align: center;
        color: #FFFFFF;
       flex: none;
       align-self: stretch;
       flex-grow: 0;
   }

   .text-desc-bottom-about {
       padding-left: 0px;
       padding-right: 0px;
       margin-top: 40px;
   }

   .text-desc-bottom-about p {
      font-family: 'Inter';
      font-style: normal;
      font-weight: 700;
      font-size: 30px;
      line-height: 150%;
      text-align: center;
        color: #FFFFFF;
   }

   .text-link-bottom-about a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-transform: capitalize;
    color: #DC2034;
   }
   

  @media (max-width:560px) {
    .section-title-area h4{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: -1.5px;
        color: #212121;
    }
    .section-title-area p {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: #212121;
    }
    .section-title-area {
        margin-bottom: 0px !important;
    }
    .section-desc p {
        margin-top: 24px;
        margin-bottom: 40px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: #212121;
    }
    .image-about {
       width: 100%;
    }
    .title-section-partner p{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
        text-align: center;
        letter-spacing: -1.5px;
        color: #212121;
    }
    .box-comm-item {
        margin-left: 3px;
        margin-right: 0px;
      
    }
    .slick-dots {
        margin-top: 30px;
        padding: 0;
        display: block;
        text-align: center;
        line-height: 1;
    }
    .ltn__comm-img img {
        max-width: 162px;
        max-height: 64px;
        margin-bottom:10px;
    }
    .ltn__slide-item-main {
        padding: 16px;
        margin-right:10px;
        margin-left:10px;
    }

    .text-bottom-header h3 {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
        text-align: center;
        letter-spacing: -1.5px;
        color: #FFFFFF;
    }
    .text-desc-bottom-about{
        padding-left:0px;
        padding-right:0px;
        margin-top:40px;
    }
    .text-desc-bottom-about p{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 120%;
        text-align: center;
        color: #FFFFFF;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
    }
    .bottom-cover {
        background: var(--gradient-color-5);
        background-image: url('../img/bg/about-bottom-image-cover.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
  }