@media(min-width: 992px) and (max-width: 1199px){
    .second-image{
        position: absolute;
        bottom:-50px;
    }
    .second-container{
        padding-bottom: 50px;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .top-container__text p{
        font-size: 16px !important;
    }

}
@media(max-width: 767px){
    .top-container__text{
        margin-bottom: 30px;
    }
    .second-container__title{
        padding-top: 40px;
    }
    #footer ul{
        text-align: center;
    }
    #footer{
        text-align: center;
    }
    .socials-links{
        justify-content: center;
        margin-top: 30px;
    }
    .price-single{
        margin-bottom: 30px;
    }
}
