
#page{
    background-color: #fff;
    padding:50px 0;
    position: relative;
}
#page h1{
    text-align: center;
    font-weight: 700;
    font-size: 2.5rem;
}

#page .symbol1 {
    position: absolute;
    bottom:0;
    left:0;
    width: 100px;
    height: 100px;
    transform: translate(-50%,50%);
}
#page .symbol2 {
    position: absolute;
    bottom:0;
    left:10%;
    width: 50px;
    height: 50px;
    transform: translateY(50%);
}

#page .text{
    margin-top: 30px;
}
#page  h2{
    font-weight: 700;
    font-size: 1rem;
    margin-top:30px;
}