/* Add here all your CSS customizations */

@media (min-width: 992px)
{
.container1 {
    width: 500px!important;
}
}




@media (min-width: 992px)
{
.pd-left{
    padding-left: 79%!important;
}
}
