.contact32{
    margin-bottom: 40px;
}
.c32Inner{
    padding: 50px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #27201F 0%, rgba(36, 36, 36, 0) 100%);
    border-radius: 11px;
}
.c32iHeader{
    color: var(--white-grey);
    margin-right: 35px;
}
.c32iButton{
    background: linear-gradient(115.69deg, #EE252A 33.76%, rgba(238, 37, 42, 0) 132.93%);
    border-radius: 100px;
    padding: 15px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .2s;
    color: var(--white);
}

@media screen and (max-width: 850px){
    .c32Inner{
        padding: 20px;
        flex-direction: column;
    }
    .c32iHeader{
        margin-right: 0px;
        margin-bottom: 20px;
        text-align: center;
    }
}
@media screen and (max-width: 700px){
    .options31 {
        margin-bottom: 0px;
    }
}