.headerBanner {
    max-width: 1800px;
    margin: auto;
    height: 450px;
    background: linear-gradient(to right, rgba(0, 94, 132, 0.592), rgba(6, 71, 99, 0.507)), url(../images/get\ support.jpg);
    background-position: center;
    background-size: cover;
    padding: 5%;
    padding-top: 250px;
    color: white;
    position: relative;
    text-align: left;
}


.headerBanner h1 {
    width: 100%;
    font-size: 45px;
    z-index: 10;
    display: grid;
    position: relative;
}

.headerBanner p {
    width: 100%;
    font-size: 18px;
    z-index: 10;
    display: grid;
    margin-top: 0;
    position: relative;
}


.sec16 {
    margin-top: 0px;
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.592), rgba(255, 255, 255, 0.507)), url(../images/bg\ img3.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 50px;
}

.sec16 h1 {
    font-weight: 600;
    font-size: 42px;
    text-align: left;
}

.sec16 p {
    width: 60%;
    /* margin: auto; */
    /* text-align: center; */
    color: gray;
}

.sec16 button {
    padding: 8px 30px;
    border: none;
    background-color: #0489c2;
    border-radius: 30px;
    color: white;
    font-weight: 400;
    /* margin: auto; */
    margin-top: 20px;
    right: 0;
    margin-right: 5%;
    position: absolute;
}

.sec16 button:hover {
    background-color: #075475;
}

.sec16-container {
    margin-top: 50px;
    justify-content: space-between;
}

.sec16-container .box {
    width: 32%;
}

.sec16-container .box:nth-child(2) {
    margin-top: 0;
}

.sec16-container p {
    width: 100%;
}


.findStoreSec {
    max-width: 1800px;
    margin: auto;
    padding: 20px;
    text-align: center;
    /* margin-top: -100px; */
    background-color: rgb(255, 255, 255);
    padding-bottom: 50px;
    padding-top: 50px;
    box-shadow: 0 0 10px rgb(225, 225, 225);
}

.findStoreSec h1 {
    font-weight: 600;
    font-size: 42px;
    color: #0489c2;

}

.findStoreSec p {
    width: 50%;
    margin: auto;
}

.findStoreSec button {
    padding: 8px 30px;
    background-color: #0489c2;
    border-radius: 30px;
    font-weight: 400;
    color: white;
    border: none;
    margin-top: 30px;
}

@media screen and (max-width: 900px) {

    .headerBanner {
        background-size: 100% 100%;
        height: 220px;
        padding-top: 120px;
        padding-left: 30px;
    }

    .headerBanner h1 {
        font-size: 25px;
    }

    .headerBanner p {
        font-size: 12px;
    }


    .sec16 h1 {
        font-weight: 600;
        font-size: 28px;
        text-align: left;
    }

    .sec16 p {
        width: 100%;
    }
    .sec16 button {
        width: fit-content;
        left: 0;
        margin-top: 170px;
        margin-left: 20px;
        font-size: 15px;
    }
    .sec16-container .box {
        width: 100%;
    }

    .findStoreSec {
        padding: 30px 20px;
        text-align: left;
        padding-bottom: 30px;
    }

    .findStoreSec h1 {
        text-align: left;
        font-size: 25px;
    }

    .findStoreSec p {
        text-align: left;
        width: 100%;
        font-size: 15px;
    }

    .findStoreSec button {
        margin-top: 10px;
        font-size: 12px;
    }

}