main {
    padding-top: 6.5rem;
}

.suzuki-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.suzuki-img img {
    margin: 10px 20px;
    height: 50px;
    width: auto;
}

#txtSearch {
    width: 75%;
}

.footer,
.generic-footer {
    margin-bottom: 98px
}

@media (min-width:374px) {
    .footer,
    .generic-footer {
        margin-bottom: 78px
    }
}

@media (min-width:546px) {
    .footer,
    .generic-footer {
        margin-bottom: 56px
    }
}

@media (min-width:1055px) {
    .footer,
    .generic-footer {
        margin-bottom: 0
    }
}

.disclaimer {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    right: 0;
    /* border-top: 2px solid #ff5c62; */
    text-align: center;
    font-size: 8px;
    font-weight: 400;
    background-color: #fff;
    padding: 5px 10px 5px 10px
}

.disclaimer a:hover {
    text-decoration: underline
}

@media (min-width:1052px) {
    .disclaimer {
        text-align: right;
        /* border-left: 2px solid red; */
        border-top-left-radius: 10px
    }
}

@media (min-width:1920px) {
    .disclaimer {
        width: 60%
    }
}

@media (max-width: 767px) {
    .p-5 {
        padding: 10px !important;
    }
    #btnSearch,
    #txtSearch {
        width: 100%;
    }
}