#intro01 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 7vh clamp(0px, 5vw, 20.5px);
    overflow: hidden;
    /* background: #f3f3f3; */
    color: #fff;
}

#intro01 h2 {
    align-self: center;
    margin-bottom: 3vh;
    font-family: Rajdhani-Light;
    font-size: clamp(0px, 10vw, 41px);
    font-weight: 800;
}

#intro01 p {
    text-align: justify;
    margin-top: 2vh;
    font-size: clamp(0px, 4.7vw, 20px);
    font-weight: 100;
    line-height: clamp(0px, 6vw, 23px);
}