@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

header {
    width: 100%;
    padding: 20px 0;
}

.offer img {
    width: 250px;
    height: 100px;
    display: block;
    margin: auto;
}

.offer .mybtn {
    box-shadow: 0 10px 20px 0 #969595;
    padding: 10px 16px;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

input, select {
    border-radius: 20px !important;
    line-height: 50px !important;
    height: 50px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    box-shadow: 0 10px 20px 0 #969595 !important;
    border: none !important;
    outline: none !important;
    margin: 20px 0;
}

select{
    padding: 0 !important;
    padding-left: 10px !important;
}

textarea {
    border-radius: 20px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    box-shadow: 0 10px 20px 0 #969595 !important;
    border: none !important;
    outline: none !important;
}

button {
    border-radius: 10px;
    font-weight: bold;
    box-shadow: 0 10px 20px 0 #969595 !important;
    margin: 10px 0 30px 0;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: red;
}