.swiper-slide img {
    display: block;
    width: 100%;
    height: 85vh;
    object-fit: cover;
}

.swiper-text {
    color: #fff;
}

.swiper-text p {
    width: 40%;
}


.contact input {
    margin-bottom: 20px;
    width: 100%;
    height: 45px;
}

.contact textarea {
    width: 100%;
}

.claims-submit {
    border: 5px solid salmon;
}


.cc input {
    background-color: #242263;
    color: #fff;
    border: none;
    border-radius: 5px;
    height: 70px;
    margin-top: 20px;
}

.set {
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    margin-bottom: 20px;
    padding: 0 7%;
    padding-block: 15px;
    width: 95%;
    text-align: center;
}

.set a {
    text-decoration: none !important;
    color: #242263;
}

.set p {
    color: #242263;
}

footer {
    margin-top: 50px;
}

.bb {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0 5%;
    margin-top: 50px;
}

@media (max-width:957px) {
    .contact {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .one {
        margin-top: 20px;
    }

    .swiper-text h1,
    .swiper-text p,
    .swiper-text {
        padding: 0 5%;
        width: 100%;
    }
    .bb{
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-top: 50px;
    }
}