.whyshop {
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.whyshop .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 280px;
  font-size: 20px;
  font-weight: 400;
}
.whyshop .box img {
  width: 100px;
  margin-bottom: 1rem;
}

footer {
  padding: 2rem 0 0 0;
}
footer .name {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
footer .address,
footer .email {
  margin-bottom: 0.5rem;
}
footer .tel {
  width: 212px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50px;
  margin: 1rem 0;
}
footer .tel:hover {
  background-color: #0d578b;
  border: 1px #ffffff solid;
  transition: 0.3s ease-in-out;
}
footer .tel:hover a,
footer .tel:hover i {
  color: #ffffff !important;
  transition: 0.3s ease-in-out;
}

footer .title {
  font-size: 18px;
  font-weight: 400;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer li {
  padding: 0.25rem 0;
  list-style-type: none;
}
footer li a {
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
}

footer li a:hover,
.footer-end a:hover {
  color: #ffc800;
  transition: 0.3s ease-in-out;
}
footer .social {
  display: flex;
  margin: 1.5rem 0 1rem 0;
}
footer .social i {
  font-size: 20px;
  color: white;
}
footer .social .box {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px white solid;
  border-radius: 50px;
  margin-right: 0.75rem;
}
footer .social .box:hover {
  background-color: white;
  transition: 0.3s ease-in-out;
}
footer .social .box:hover i {
  color: #0d578b;
  transition: 0.3s ease-in-out;
}

footer button {
  font-size: 20px;
  font-weight: 400;
  width: 195px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50px;
  border: none;
}

footer .footer-end {
  font-size: 14px;
  font-weight: 200;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
footer .footer-end a {
  padding: 0 1rem;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .whyshop {
    padding: 2rem 0;
  }
  .whyshop .box {
    flex-direction: column;
    justify-content: flex-start;
    width: 110px;
    padding: 0 1rem;
  }
  .whyshop .box img {
    width: 40px;
    margin: 0 0 0.75rem 0;
  }
  .whyshop .box .text {
    font-size: 12px;
    text-align: center;
  }
  footer {
    padding: 1.5rem 0 5.5rem 0;
  }
  footer .logo img {
    width: 35px;
  }
  footer .name {
    font-size: 18px;
    margin-top: 0.5rem;
  }
  footer .address,
  footer .email {
    text-align: center;
    font-size: 14px;
  }
  footer .tel {
    margin: 0;
  }
  footer .footer-end {
    font-size: 12px;
    flex-direction: column;
    margin: 0.5rem 0 0 0;
    padding: 0;
  }
  .footer-mb {
    padding: 0.5rem 0;
    border-top: 1px #dfdfdf solid;
  }
  .footer-mb .box {
    text-align: center;
  }
  .footer-mb .img {
    position: relative;
  }
  .footer-mb .img .noti {
    background: #0000006b;
    color: white;
    position: absolute;
    font-size: 14px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: grid;
    place-items: center;
    right: 8vw;
    bottom: -30%;
  }
  .footer-mb .img img {
    width: 25px;
  }
  .footer-mb .text {
    font-size: 12px;
    margin-top: 0.5rem;
  }
}
