.two {
    width: 100%;
    height: 550px;
    margin-top: 50px;
    text-align: center;
    /* background-color: aliceblue; */
}
.two_one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    margin-left: 10px;
    margin-right: 10px;
    /* background-color: aquamarine; */
}
.two_one h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffb400;
}
.two_one .nav {
    display: flex;
    gap: 20px;
}
.two_one .nav a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.two_one .view-all {
    padding: 10px 20px;
    border: 1px solid #ffb400;
    color: #ffb400;
    text-decoration: none;
    font-size: 16px;
}
.specials {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.special {
    text-align: center;
    width: 30%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgb(41, 41, 41);
}
.special img {
    width: 100%;
    height: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.special h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 10px;
    color: #ffb400;
}
.special p {
    font-size: 16px;
    color: #aaa;
    margin: 0 0 20px;
}
.special .price {
    font-size: 20px;
    color: #ffb400;
    margin-bottom: 10px;
}
.special .drive-now {
    color: #ffb400;
    text-decoration: none;
    font-size: 16px;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.pagination a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.pagination .current {
    font-weight: 700;
}










@media only screen and (max-width: 690px)and (min-width: 450px){


    .two {
        width: 100%;
        height: auto;
        margin-top: 100px;
        text-align: center;
        /* background-color: aliceblue; */
    }
    .two_one {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 95%;
        margin-left: 10px;
        margin-right: 10px;
        /* background-color: aquamarine; */
    }
    .two_one h2 {
        font-size: 15px;
        font-weight: 700;
        color: #ffb400;
    }
    .two_one .nav {
        display: flex;
        gap: 20px;
    }
    .two_one .nav a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
    }
    .two_one .view-all {
        padding: 10px 20px;
        border: 1px solid #ffb400;
        color: #ffb400;
        text-decoration: none;
        font-size: 12px;
    }
    .specials {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .special {
        text-align: center;
        width: 70%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: rgba(41, 41, 41, 0.347);
    }
    .special img {
        width: 100%;
        height: auto;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
    }
    .special h2 {
        font-size: 20px;
        font-weight: 700;
        margin: 20px 0 10px;
        color: #ffb400;
    }
    .special p {
        font-size: 16px;
        color: #aaa;
        margin: 0 0 20px;
    }
    .special .price {
        font-size: 20px;
        color: #ffb400;
        margin-bottom: 10px;
    }
    .special .drive-now {
        color: #ffb400;
        text-decoration: none;
        font-size: 16px;
    }
    .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .pagination a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
    }
    .pagination .current {
        font-weight: 700;
    }
    
    





}



















@media only screen and (max-width: 450px)and (min-width: 380px){


    .two {
        width: 100%;
        height: auto;
        margin-top: 100px;
        text-align: center;
        /* background-color: aliceblue; */
    }
    .two_one {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 95%;
        margin-left: 10px;
        margin-right: 10px;
        /* background-color: aquamarine; */
    }
    .two_one h2 {
        font-size: 15px;
        font-weight: 700;
        color: #ffb400;
    }
    .two_one .nav {
        display: flex;
        gap: 20px;
    }
    .two_one .nav a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
    }
    .two_one .view-all {
        padding: 10px 20px;
        border: 1px solid #ffb400;
        color: #ffb400;
        text-decoration: none;
        font-size: 12px;
    }
    .specials {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        justify-content: space-between;
        margin-bottom: 40px;
        margin-top: 30px;
    }
    .special {
        text-align: center;
        width: 70%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: rgba(41, 41, 41, 0.347);
    }
    .special img {
        width: 100%;
        height: auto;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
    }
    .special h2 {
        font-size: 20px;
        font-weight: 700;
        margin: 20px 0 10px;
        color: #ffb400;
    }
    .special p {
        font-size: 16px;
        color: #aaa;
        margin: 0 0 20px;
    }
    .special .price {
        font-size: 20px;
        color: #ffb400;
        margin-bottom: 10px;
    }
    .special .drive-now {
        color: #ffb400;
        text-decoration: none;
        font-size: 16px;
    }
    .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .pagination a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
    }
    .pagination .current {
        font-weight: 700;
    }
    
    





}




















@media only screen and (max-width: 380px)and (min-width: 0px){


    .two {
        width: 100%;
        height: auto;
        margin-top: 100px;
        text-align: center;
        /* background-color: aliceblue; */
    }
    .two_one {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 95%;
        margin-left: 10px;
        margin-right: 10px;
        /* background-color: aquamarine; */
    }
    .two_one h2 {
        font-size: 15px;
        font-weight: 700;
        color: #ffb400;
    }
    .two_one .nav {
        display: flex;
        gap: 20px;
    }
    .two_one .nav a {
        color: #fff;
        text-decoration: none;
        font-size: 8px;
    }
    .two_one .view-all {
        padding: 5px 15px;
        border: 1px solid #ffb400;
        color: #ffb400;
        text-decoration: none;
        font-size: 10px;
    }
    .specials {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        justify-content: space-between;
        margin-bottom: 40px;
        margin-top: 30px;
    }
    .special {
        text-align: center;
        width: 70%;
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: rgba(41, 41, 41, 0.347);
    }
    .special img {
        width: 100%;
        height: auto;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
    }
    .special h2 {
        font-size: 20px;
        font-weight: 700;
        margin: 20px 0 10px;
        color: #ffb400;
    }
    .special p {
        font-size: 16px;
        color: #aaa;
        margin: 0 0 20px;
    }
    .special .price {
        font-size: 20px;
        color: #ffb400;
        margin-bottom: 10px;
    }
    .special .drive-now {
        color: #ffb400;
        text-decoration: none;
        font-size: 16px;
    }
    .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .pagination a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
    }
    .pagination .current {
        font-weight: 700;
    }
    
    





}



