.exp-div {
    display: flex;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    flex-direction: column;
    padding: 60px;
    justify-content: center;
    align-items: center;
}

.exp-title {
    font-weight: 600;
    font-size: 48px;
    text-shadow: 0px 0px 25px white;
    margin-bottom: 30px;
}

.exp-subtitle {
    font-weight: 600;
    font-size: 32px;
    padding: 20px 0px;
}

.exp-para {
    font-weight: normal;
    font-size: 24px;
    padding: 0px 240px;
    text-align: justify;
    text-align-last: center;
    margin-bottom: 30px;
}

#exp {
    scroll-margin-top: 110px;
}