main {
    position: relative;
    top: 100px !important;
    border-top: 1px solid gray;
    margin-bottom: 100px;
}

main .txt p {
    text-align: justify;
    font-size: 1rem;
    ;
}

main .hr1 {
    position: relative;
    top: -50px;
}