@media (max-width:767px)
{
  p {font-size: 1rem;}
  .logo img {  max-width: 230px;}
  .foot-band {  padding: 20px 0px 10px;}
  .sec-cont img { max-width: 65%;}
  .sec-cont h1 { font-size: 1.5rem;}
  .foot-logo { max-width: 70%;  margin: 0 auto;}
  .foot-social ul { justify-content: center;  margin-top: 20px;}
}



@media (min-width:1440px){
.section-one {  height: 73vh;  display: flex;   align-items: center;}
}

