#shine-one img{
    max-width: 20%;
    display: block;
    margin: auto;
}
#shine-two{
    text-align: center;
    margin-block: 2rem;
}
#shine-two h2{
    font-family: "Cause", cursive;
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0;
}
#shine-two h3{
    font-family: "Cause", cursive;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0;
    margin-top: 3rem;
}
#shine-two p{
    font-size: 1.5rem;
    margin-top: 1rem;
}
#shine-three img{
    max-width: 100%;
    display: block;
    margin: auto;
}
#shine-four{
    display: flex;
    gap: 3.5rem;
    justify-content: center;
    align-items: center;
    padding: 3rem 5rem;
}
.shine-four-div{
    width: 50%;
    text-align: center;
}
.shine-four-div img{
    max-width: 100%;
    border-radius: 20px;
}
.shine-four-div h3{
    font-family: "Cause", cursive;
    font-size: 2rem;
    font-weight: 600;
}
.shine-four-div p{
    font-size: 1.25rem;
    margin-top: 1rem;
}
form input, form textarea{
    width: 100%;
    padding: .75rem;
    margin-top: 1rem;
    border: 1px solid black;
    border-radius: 10px;
    font-size: 1rem;
}
form div.form-two-inputs{
    display: flex;
    gap: 1rem;
}
form div.form-two-inputs input{
    width: 50%;
}
#shine-form button{
    margin-top: 1.5rem;
    padding: .75rem 2rem;
    font-size: 1rem;
    background-color: black;
    color: #ffffff;
    border: none;
    cursor: pointer;
    width: 50%;
}
@media screen and (max-width: 598px) {
    #shine-one img{
        max-width: 50%;
    }
    #shine-two{
        padding: 0 1.75rem;
    }
    #shine-two h2{
        font-size: 2rem;
    }
    #shine-two p{
        font-size: 1.15rem;
    }
    #shine-two h3{
        font-size: 1.75rem;
    }
    #shine-four{
        display: block;
        padding: 1.5rem;
    }
    .shine-four-div{
        width: 100%;
    }
    form div.form-two-inputs{
        display: block
    }
    form div.form-two-inputs input{
        width: 100%;
    }
}