@media(max-width:1200px){

    .hero-title{

        font-size:58px;

    }

}

@media(max-width:992px){

    .hero-title{

        font-size:48px;

    }

    .section-title{

        font-size:36px;

    }

}

@media(max-width:768px){

    .hero-section{

        min-height:auto;

        padding:120px 0;

    }

    .hero-title{

        font-size:38px;

    }

    .section-title{

        font-size:30px;

    }

    .auction-image{

        height:220px;

    }

}

@media(max-width:576px){

    .hero-title{

        font-size:30px;

    }

    .hero-text{

        font-size:15px;

    }

    .btn-gold{

        width:100%;

    }

    .section-padding{

        padding:70px 0;

    }

}