#seatinsured {
    width:90%;
    height:80%;
    margin-left: 5%;
    margin-bottom: 5%;
    margin-top: 10%;
    background-image: url("../images/seat-insured.jpg"); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    position: relative;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
.seatinsuredcover{
      width:100%;
    height:100%;
  background-color: rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    position: relative;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
.seatinsuredhead1 {
    width: 100%;
    height:auto;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 2px;
    color: white;
    position: absolute;
    top: 10px;
    text-align: center;
    text-shadow: 2px 2px rgb(37, 37, 37);

}
.seatinsuredhead2 {
    width: 100%;
    height:auto;
    font-size: 32px;
    font-weight: 800;
    color: rgb(187, 243, 245);
    position: absolute;
    top: 60px;
    text-align: center;
    text-shadow: 2px 2px rgb(1, 35, 51);

}

.seatinsuredhead3 {
    width: 100%;
    height:auto;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgb(247, 246, 246);
    position: absolute;
    bottom: 20px;
    text-align: center;
    padding: 0px 20px 0px 20px;
    text-shadow: 1px 1px rgb(0, 0, 0);

}

@media only screen and (max-width: 768px) {
    .seatinsuredhead1 {
    font-size: 32px;

    letter-spacing: 2px;

    text-shadow: 2px 2px rgb(37, 37, 37);

}
.seatinsuredhead2 {
 
    font-size: 26px;
   
    text-shadow: 2px 2px rgb(1, 35, 51);

}
   
}

@media only screen and (max-width: 480px) {

    #seatinsured {
    height: 70%;
    border-radius: 20px;
    margin-top: 10%;
    margin-bottom: 15%;
}
.seatinsuredcover{
    border-radius: 20px;
}


    .seatinsuredhead1 {
    font-size: 30px;
    letter-spacing: 1px;
    text-shadow: 1px 1px rgb(37, 37, 37);

}
.seatinsuredhead2 {
    font-size: 24px;   
    text-shadow: 1px 1px rgb(1, 35, 51);

}
.seatinsuredhead3 {
   
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0px 10px 0px 10px;

}
   
}