.section-heading-text {
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid #003840;
    margin: 10px 0;
    margin-top: 5rem;
  }
  
  .min-text {
    color: #797C86;
    font-weight: 600;
    font-size: 1.2vw;
    margin: 0;
  }
  .main-text {
    font-size: 3.3vw;
    font-weight: 400;
    margin: 0;
  }

  @media screen and (max-width: 1020px) {
    .main-text {
      font-size: 5vw;
    }
    .min-text {
      font-size: 1.7vw;
    }
  }