@media only screen and (min-width: 0px) {
    main {
        margin-top: 4rem;
        padding: 2rem 1rem 3.5rem 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    min-height: 70vh;
    height: auto;
    width: 100%;
    font-size: 1rem;
}

.main > div {
    height: 100%;
    width: 100%;
    max-width: 1100px;
    background-color: #fff;
    border-radius: 2rem;
    margin: 0rem;
}

.main div p {
    margin-bottom: 1rem;
    line-height: 2;
}

.main div .bottom {
    margin-bottom: 2.75rem;
}

h1 {
    margin: 0rem 0rem 2rem 0rem;
    font-size: 3rem;
    width: 100%;
}
hr {
    width: 100%;
}

h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.25rem;
    margin:2rem 0rem .5rem 0rem;
    line-height: 1.5;
}

.botted-field {
    display: none;
}

.top-container {
    display: flex;
    flex-wrap: wrap;
}

.top-container .input-text {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(71,74,182,0.12);
    font-size: 1.25rem;
    padding: 1rem;
    width: 100%;
    margin: .25rem 0rem;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(71,74,182,0.12);
    background: white;
    color: rgb(110, 110, 110);
    font-size: 1.25rem;
    padding: 1rem;
    width: 100%;
    margin: .25rem 0rem;
}

.top-container .input-text:focus {
    outline: none;
}

.ride-container > label {
    color: rgb(90, 90, 90);
    margin: 1rem 0rem;
    display: block;
}

.ride-container > div {
    display: flex;
    flex-direction: column;
}

.ride-container > div > div {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}

form > button {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em!important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    width: 100%;
    letter-spacing: 1px;
}

.info-container {
    margin-top: 2rem;
    background: linear-gradient(180deg,#e80050 0%,#8a226a 100%);
    color: white;
    padding-top: 60px;
    padding-right: 40px;
    padding-bottom: 60px;
    padding-left: 40px;
    font-size: 1.25rem;
    line-height: 1.5;
}

.info-container h2 {
    font-size: 2.25rem;
    margin: 0rem;
    margin-bottom: 1rem;
}

.info-container .call-us {
    margin-bottom: 0rem;
}

.info-container .address {
    display: block;
    margin-bottom: 1rem;
}

.info-container .mail-button {
    display: block;
    margin-bottom: 2rem;
}

.info-container .what-to-expect {
    display: block;
    font-weight: 500;
    font-size: 1rem;
    padding: 1rem 1rem;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    text-align: center;
}
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 3.5rem;
    }
    .top-container {
        gap: 2%
    }
    .top-container .input-text, select {
        width: 49%;
    }
    form > button {
        display: block;
        margin-left: auto;
        width: 15rem;
    }
    .info-container .what-to-expect {
    width: 40%;
    }
}
@media only screen and (min-width: 1024px) {
    .main > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 0rem 3rem 0rem 3rem;
    }
    hr {
        margin-bottom: 2rem;
    }
    form {
        width: 59%;
    }
    .info-container .what-to-expect {
        margin: 0rem;
        width: 15rem;
    }
    .info-container {
        width: 20rem;
        margin-top: 0rem;
    }
}

.main {
    background-color: #fff;
}

@media only screen and (min-width: 1300px){
    form {
        width: 65%;
    }
}