body
{
    background: #F3F0F0;
}

/* -------------FAQ hero-----------------------*/
.claim-hero {
    text-align: center;
    background-image: url('./assets/image.png');
    background-position: center center;
    background-size: cover;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #FFFFFF;
}


/* -------------END-----------------------*/

.claim-form {
    text-align: center;
    display: flex;
    justify-content: center;
}
.claim-content {
    background: #ffffff;
    width: 65%;
    margin-top: 100px;
    margin-bottom: 100px;
    border-radius: 6px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
        align-items: center;
    }
    form {
        width: 70%;
    }
.double-input {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.double-input .label-input {
    width: 48%;
}
.label-input {
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding-bottom: 20px;
}
label {
    text-align: left;
    font-size: 14px;
    padding-bottom: 5px;
}
input {

    width: 100%;
    height: 40px;
    border: 2px solid rgb(184, 184, 184);
    border-radius: 6px;
    padding-left: 10px;
    box-sizing: border-box;

}

textarea {
    width: 100%;
    height: 180px;
    border: 2px solid rgb(184, 184, 184);
    border-radius: 6px;
    padding-top: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}
.claim-content #submit-claim {
    font-size: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
   
}
 
@media screen and (max-width: 700px) {
        .claim-hero h1 {
            font-size: 42px;
        }
    
        .claim-hero p {
            font-size: 16px;
        }
        .claim-content h2 {
            font-size: 34px;
        }
        .secondary {
            width: 200px;
            height: 50px;
            font-size: 18px;
            border-radius: 4px;
            margin-top: 15px;
        }
                .claim-content #submit-claim {
                    font-size: 18px;
        
                }
}
@media screen and (max-width: 1100px) {

    form {
        width: 100%;
    }
}
@media screen and (max-width: 580px) {
    .double-input {
        flex-direction: column;
    }
    .double-input .label-input {
        width: 100%;
    }
     form {
        width: 100%;
     }   
}
@media screen and (max-width: 460px) {
    .claim-content{
        width: 80%;
    }
}
@media screen and (max-width: 350px) {
    
        
            .claim-hero h1 {
                font-size: 36px;
            }
    
            .claim-hero p {
                font-size: 16px;
            }
                        .claim-content h2 {
                            font-size: 28px;
                        }
            
            .secondary {
                width: 160px;
                height: 45px;
                font-size: 16px;
                border-radius: 4px;
                margin-top: 15px;
            }
            .claim-content {
                width: 90%;
                padding: 10px;
            }
                        .claim-content #submit-claim {
                            font-size: 16px;
                        }
        }