.section-5{
    position: relative;
    max-width: 1200px;
    margin: 30px auto;
    width: 100%;
    font-family: "Roboto", sans-serif;
    overflow: hidden;
    transition: all 0.5s ease;
}

.nep-section {
    text-align: center;
    transition: all 0.5s ease;
  }
  
  .nep-heading {
    font-size: 3rem;
    color: #003E65; 
    font-family: "monserrat", sans-serif;
    transition: all 0.5s ease;
  }
  
  /* Box Styles */
  .nep-box {
    max-width: 845px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25); 
    transition: all 0.5s ease;
  }
  
  .nep-box-heading {
    font-size: 1.8rem;
    color: #000;
    margin-bottom: 30px;
    font-family: "inter", sans-serif;
    transition: all 0.5s ease;
  }
  
  .nep-box-content {
    position: relative;
    margin: 0 auto;
    max-width: 621px;
    text-align: center;
    font-size: 1.2rem;
    color: #000;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: "inter", sans-serif;
    transition: all 0.5s ease;
  }
  
  /* Button Styles */
  .nep-box-button {
    display: inline-block;
    background-color: #FF6F00;
    color: #fff;
    border: none;
    border-radius: 5em;
    font-weight: 560;
    padding: 15px 30px;
    font-size: 1.1rem;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
  }
  
  .nep-box-button:hover {
    background-color: transparent; 
    border: 1px solid #FF6F00;
    color: #000;
    transition: all 0.5s ease;
  }
  
/* 320px */
@media screen and (min-width: 320px) {
    .section-5{
        margin: -30px auto;
        padding: 10px;
    }

    .nep-section {
        left: -10px;
    }

    .nep-heading {
        font-size: 2.3rem;
    }

    .nep-box {
        width: 250px;
    }

    .nep-box-heading {
        font-size: 1.3rem;
    }
    .nep-box-content {
        font-size: 1rem;
    }

    .nep-box-button {
        padding: 10px 20px;
        font-size: 1rem;
    }
}
/* 375px */
@media screen and (min-width: 375px) {
    .section-5{
        margin: -30px auto;
        padding: 10px;
    }

    .nep-section {
        left: -10px;
    }

    .nep-heading {
        font-size: 2.5rem;
    }

    .nep-box {
        width: 300px;
    }

    .nep-box-heading {
        font-size: 1.5rem;
    }
    .nep-box-content {
        font-size: 1.10rem;
    }

    .nep-box-button {
        padding: 10px 20px;
        font-size: 1rem;
    }
}
/* 768px */
@media screen and (min-width: 768px) {
    .section-5{
        margin: 0px auto;
        padding: 10px;
    }

    .nep-section {
        left: 0px;
    }

    .nep-heading {
        font-size: 3rem;
    }

    .nep-box {
        width: 621px;
    }

    .nep-box-heading {
        font-size: 1.5rem;
    }
    .nep-box-content {
        font-size: 1.1rem;
    }

    .nep-box-button {
        padding: 15px 30px;
        font-size: 1.1rem;
    }
}
