
@media (max-width: 540px) {
    .sect {
        margin-bottom: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .img-fluid {
        width: 300px;
        margin-top: 140px;
     }
     .form-control {
        width: 300px;
        background: #EAEAEA;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.06);
    border-radius: 4px;
    height: 70px;
    margin-top: 100px;
     }
     .row-right {
        background: linear-gradient(0deg, #900E0E, #750202);
    border-radius: 4px;
    font-size: 30px;
    color: #FCF3DC;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
     }
}
@media (min-width: 541px) {
    .sect {
        margin-bottom: 190px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
 .img-fluid {
    width: 600px;
    margin-top: 140px;
 }
 .form-control {
    width: 600px;
    background: #EAEAEA;
box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.06);
border-radius: 4px;
max-width: 700px;
height: 70px;
margin-top: 100px;
 }
 .row-right {
    background: linear-gradient(0deg, #900E0E, #750202);
border-radius: 4px;
font-size: 30px;
color: #FCF3DC;
width: 300px;
display: flex;
justify-content: center;
align-items: center;
margin-top: 30px;
 }
     .fixfoot  {
    position: fixed;
    bottom: 0;
    left: 0;
    } 
}