#page3{
    height: 100%;
    width: 100%;
    position: relative;

    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 20px;
    background: #efeae3;
    /* background: #c76464; */
}

#page3 #txt{
    width: 65%;
    
    position: relative;

    align-self: center;

    /* padding: 40px; */

}


#page3 #txt h1{
    font-size: 4.5vw;
    line-height: 0.9;
    z-index: 99;
}

#page3 #info{
    width: 25%;
    
    position: relative;

    align-self: flex-end;
}


#page3 #info img{
    height: 100%;
    width: 100%;
    margin-bottom: 70px;

    border-radius: 20px;
}

#page3 #info p{
    font-size: 22px;
    font-weight: 100;
    color: rgba(0, 0, 0, 0.753);

}