h3{
    font-weight: 500;
    color: #242323b7;
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 40px;
    letter-spacing: 3px;
    text-align: center;
}
p{
    font-weight: 200;
    color: #5a5a5a;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 900px;
    text-align: center;
} 
button{
    border: 2px solid #000; 
    padding: 12px;
    background-color: transparent;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-weight: 500;
    color: #242323b7;
    font-size: 12px;
    letter-spacing: 3px;
}
button:hover{
    background-color: #F32B36;
    border: 2px solid #F32B36;
    color: #fff;
    transition: 0.5s;
}
@media only screen and (max-width: 952px) {
    .text-container {
        padding: 30px 0px 0px 0px;
        margin-left: auto;
        margin-right: auto;
    }
}