.rectangle-degrade {
    background: linear-gradient(#CDB8E9, #2B0556);
    height: 292px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100vw;
}

.rectangle-degrade div{
    display: flex;
    width: 100vw;
}

.rectangle-content{
    justify-content: space-around;
    font-family: Poppins, sans-serif;
}

.rectangle-content h1{
    font-size: 35px;
    line-height: 56px;
    font-weight: bold;
    color: white;
}

#rectangle-btn{
    background-color: #57C1DB;
    border: none;
    width: 269px;
    height: 72px;

    text-align: center;
    font: normal normal 500 22px/22px Poppins;
    letter-spacing: 0.44px;
    color: #2B0556;
    opacity: 1;
}


@media only screen and (max-width: 400px) {
    .rectangle-content h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 1rem;
    }

    #rectangle-btn{
        height: 65px;
        margin: 1rem;
        width: 80%;
    }
}

@media only screen and (max-width: 800px) {
    .rectangle-degrade div {
        flex-direction: column;
        align-items: center;
        height: 100%;
    }

}
