/*@media only screen and (min-width:300px) and (max-width: 400px){
#Logo1, .logo{
padding-left:0 !important;
}
}*/


@media only screen and (max-width: 600px) {
.embecta-footer{
padding: 4rem 0 0;
}
.footerContents{
flex-direction: column;
}
footer .logo{
margin: 0 0 25px;
}
.footerContents>div{
padding-left:0px !important;
}
.footerContents>.col-md-4.col-sm-12{
margin-right:350px;
}
#FooterSignOff>p{
margin:0 0 0 !important;
}
.embecta-footer .row{
margin-bottom:0px !important;
padding-bottom:22px !important;
}
.links {
    margin-left: 20px !important;
    padding-top: 10px;
margin-right: 0 !important;
}
}

@media only screen and (min-width: 600px)and (max-width: 768px) {
.embecta-footer{
padding: 4rem 0 0;
}
.footerContents{
flex-direction: column;
}
footer .logo{
margin: 0 0 25px;
}
.footerContents>div{
padding-left:0px !important;
}
#FooterSignOff>p{
margin:0 0 0 !important;
}
.embecta-footer .row{
margin-bottom:0px !important;
padding-bottom:22px !important;
}
.links {
    margin-left: 100px !important;
    padding-top: 10px;
}
}
@media only screen and (min-width: 769px) and (max-width: 1004px){
.social, .links {
    padding-top: 25px;
}
.col-md-4.col-sm-12 {
    padding-left: 10px !important;
     margin-right: 0px !important;
padding-right:10px !important;
}
#Logo1, .logo {
padding-left: 0px !important;
width:60% !important;
padding-top:6px;
}
}