@media (max-width: 768px) {
  .ai-text {
    width: 100%;
  }
  .risk-flex {
    flex-direction: column;
  }
  .rf-item {
    min-width: 100%;
  }
  .rf-card {
    min-height: auto;
  }
  .footer-sub {
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
  }
  .suitability .info-box {
    position: static;
    margin-bottom: 30px;
  }
  .suitability .ic-item .ai-text {
    width: 100%;
  }
  .suitability .top {
    transform: none;
  }
  .s-illustration {
    display: none;
  }
  .s-illustration-mob {
    display: block;
    margin-top: -10px;
  }
  .s-illustration-mob img {
    width: 70%;
    margin-bottom: 30px;
  }
  .box {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
  .ic-item .ai-text {
    width: 100%;
  }
  .middle-left,
  .middle-right,
  .bottom {
    transform: none;
  }
  .ic-container {
    height: auto;
    margin-top: 30px;
  }
  .investment-mob {
    margin-top: 20px;
    display: flex;
  }
  .investment-mob img {
    width: 60%;
    margin: auto auto 30px auto;
  }
  .banner-title {
    font-size: 32px;
    margin-bottom: 0;
  }
  .body-text {
    font-size: 16px;
    line-height: 24px;
  }
  .section-standard {
    padding: 20px 0;
  }
  .section-sm {
    padding: 20px 0;
  }
  .section-title {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
  }
  .about .about-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
  }
  .about .ai-text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  .ai-title {
    font-size: 20px;
  }
  .ai-img {
    transform: scale(0.7);
    margin-bottom: -12px;
  }
  .investment .ai-text {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
  .investment .about-item {
    gap: 14px;
  }
  .rf-title {
    font-size: 20px;
  }
  .rf-text {
    font-size: 16px;
    line-height: 24px;
  }
  .rf-card {
    gap: 0;
  }
  .suitability .ai-text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  .suitability .about-item {
    gap: 14px;
  }
  .download-btn {
    margin-bottom: 30px;
  }
  .rd-list li {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-text {
    font-size: 14px;
  }
  .rd-title {
    font-size: 20px;
  }
  .header-right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
    padding: 0 25px;
    background: #000308;
  }

  .header-right .custom-btn {
    font-size: 16px;
  }
  .navbar-collapse {
    background: #000308;
  }
  .navbar {
    height: auto;
  }
  .nav-mail {
    font-size: 14px;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }
  .investment .ic-item {
    justify-content: flex-start;
    min-height: auto;
    max-height: 100%;
  }
  .investment-img {
    display: none;
  }
  .mob-req {
    display: block;
  }
  .risk-flex .rf-item:last-child {
    margin-bottom: 30px;
  }
  .nav-logo img {
    width: 80%;
  }
  .navbar-brand {
    margin-right: 0;
  }

  .nav-mail span {
    width: 14px;
  }
  .nav-mail img {
    width: 100%;
  }

  .nav-mail-mob {
    display: flex;
  }
  .mob-nav-flex {
    display: flex;
  }
}
