* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
}
nav {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style-type: none;
  justify-content: space-between;
}

nav ul .fashionister {
  padding-right: 150px;
}

nav ul a {
  padding-right: 80px;
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #1a1a1a;
}
nav ul a:hover {
  color: #5a5a5a;
}

nav ul .search {
  padding-left: 100px;
}

nav ul li~.search img{
  width: 25px;
  height: 25px;
}
nav ul li~.cart img{
  width: 25px;
  height: 25px;
}

/* header styling */
header {
  background-color: #02c567;
  background-image: url(images/hero.png);
  background-repeat: no-repeat;
  background-position: right;
  height: 290px;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 5px;
}
header h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding-top: 25px;
  padding-left: 25px;
}
header h2 {
  font-weight: 500;
  font-size: 32px;
  padding-top: 25px;
  padding-left: 25px;
  color: #fff;
}
header p {
  font-weight: 500;
  font-size: 20px;
  line-height: 27.28px;
  color: #fff;
  text-align: center;
  margin-top: 60px;
}

/* Main styling */
main {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
}
main h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 20px;
  color: #1a1a1a;
}

main .firstarrival {
  display: flex;
  justify-content: center;
  align-items: center;
}
.firstarrivalbox {
  border-radius: 5px;
  margin-right: 20px;
  background-color: #f3f3f3;
  box-shadow: -4px 4px 4px rgba(206, 206, 206, 0.25),
    4px 4px 4px rgba(206, 206, 206, 0.25);
  margin-bottom: 25px;
}
.firstarrivalbox:hover .hero-btn{
  opacity: 1;
}

.hero-btn{
  color: #fff;
  background-color: #7d0a80;
  font-size: 16px;
  width: 188px;
height: 48px;
padding: 12px;
border-radius: 4px;
margin: 10px;
opacity: 0;
cursor: pointer;
}

.hero-btn > .hero-img, .hero-btn > span{
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}



main .firstarrival img {
  width: 300px;
  height: 240px;
}
main .firstarrival p {
  font-weight: 400;
  font-size: 18px;
  margin-left: 10px;
  line-height: 25px;
  color: #1a1a1a;
}

main .secondarrival {
  display: flex;
  justify-content: center;
  align-items: center;
}
.secondarrivalbox {
  border-radius: 5px;
  margin-right: 20px;
  background-color: #f3f3f3;
  margin-bottom: 25px;
  box-shadow: -4px 4px 4px rgba(206, 206, 206, 0.25),
    4px 4px 4px rgba(206, 206, 206, 0.25);
}
.secondarrivalbox:hover .hero-btn{
  opacity: 1;
}

main .secondarrival img {
  width: 300px;
  height: 240px;
}
main .secondarrival p {
  font-weight: 400;
  font-size: 18px;
  margin-left: 10px;
  line-height: 25px;
  color: #1a1a1a;
}

main .thirdarrival {
  display: flex;
  justify-content: center;
  align-items: center;
}
.thirdarrivalbox {
  border-radius: 5px;
  margin-right: 20px;
  background-color: #f3f3f3;
  margin-bottom: 25px;
  box-shadow: -4px 4px 4px rgba(206, 206, 206, 0.25),
    4px 4px 4px rgba(206, 206, 206, 0.25);
}
.thirdarrivalbox:hover .hero-btn{
  opacity: 1;
}

main .thirdarrival img {
  width: 300px;
  height: 240px;
}
main .thirdarrival p {
  font-weight: 400;
  font-size: 18px;
  margin-left: 10px;
  line-height: 25px;
  color: #1a1a1a;
}

main .fourtharrival {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fourtharrivalbox {
  border-radius: 5px;
  margin-right: 20px;
  background-color: #f3f3f3;
  margin-bottom: 25px;
  box-shadow: -4px 4px 4px rgba(206, 206, 206, 0.25),
    4px 4px 4px rgba(206, 206, 206, 0.25);
}
.fourtharrivalbox:hover .hero-btn{
  opacity: 1;
}
main .fourtharrival img {
  width: 300px;
  height: 240px;
}
main .fourtharrival p {
  font-weight: 400;
  font-size: 18px;
  margin-left: 10px;
  line-height: 25px;
  color: #1a1a1a;
}

main .more {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
main .more button {
  border: none;
  background-color: transparent;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #7d0a80;
}
main .more button:hover {
  color: #a969ac;
}
main .more p {
  font-weight: 500;
  font-size: 20px;
  color: #1a1a1a;
}

main .more p span {
  color: #02c567;
}

/* Footer styling */
footer {
  background-color: #b2add5;
  color: #fff;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 100px;
  height: 400px;
  padding-top: 25px;
  padding-left: 50px;
  padding-right: 50px;
}

footer h2 {
  margin-bottom: 20px;
}
.footer {
  display: flex;
  justify-content: space-between;
}

footer .footer .fyw p {
  font-weight: 600;
  font-size: 24px;
  color: #353535;
}
footer .footer .fyw li {
  list-style: none;
  padding-top: 10px;
}

footer .footer .fyw li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #353535;
}
footer .footer .fyw li a:hover {
  color: #666666;
}

footer .footer .socials p {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #353535;
}
footer .footer .socials li {
  list-style: none;
  padding-top: 10px;
}
footer .footer .socials li img {
  width: 24px;
  height: 24px;
}
footer .footer .socials li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #353535;
}
footer .footer .socials li a:hover {
  color: #666666;
}

footer .footer .location p {
  font-weight: 600;
  font-size: 24px;
  color: #353535;
}

footer .footer .location li {
  list-style: none;
  padding-top: 10px;
  text-decoration: none;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #353535;
}

footer .footer .contact p {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #353535;
}
footer .footer .contact li {
  list-style: none;
  padding-top: 10px;
}
footer .footer .contact li img {
  width: 24px;
  height: 24px;
}
footer .footer .contact li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #353535;
  padding-left: 5px;
}
footer .footer .contact li a:hover {
  color: #666666;
}

footer .copyright {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #353535;
  text-align: center;
  margin-top: 50px;
}


/* Media Queries */

@media screen and (max-width:1040px) {
  /* Nav Styling */
  nav ul .fashionister {
    padding-right: 80px;
  }
  
  nav ul a {
    padding-right: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #1a1a1a;
  }
  
  nav ul .search {
    padding-left: 80px;
    padding-right: 20px;
  }
  
  /* Main styling */

main .firstarrival {
  display: flex;
  justify-content: center;
  align-items: center;
}

main .firstarrival img {
  width: 200px;
  height: 180px;
}
main .firstarrival p {
  font-weight: 400;
  font-size: 16px;
  margin-left: 10px;
  line-height: 25px;
  color: #1a1a1a;
}

main .secondarrival {
  display: flex;
  justify-content: center;
  align-items: center;
}

main .secondarrival img {
  width: 200px;
  height: 180px;
}
main .secondarrival p {
  font-weight: 400;
  font-size: 16px;
  margin-left: 10px;
  line-height: 25px;
  color: #1a1a1a;
}

main .thirdarrival {
  display: flex;
  justify-content: center;
  align-items: center;
}

main .thirdarrival img {
  width: 200px;
  height: 180px;
}
main .thirdarrival p {
  font-weight: 400;
  font-size: 15px;
  margin-left: 10px;
  line-height: 25px;
  color: #1a1a1a;
}

main .fourtharrival {
  display: flex;
  justify-content: center;
  align-items: center;
}

main .fourtharrival img {
  width: 200px;
  height: 180px;
}
main .fourtharrival p {
  font-weight: 400;
  font-size: 15px;
  margin-left: 10px;
  line-height: 25px;
  color: #1a1a1a;
}

/* Footer styling */
footer {
  background-color: #b2add5;
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 100px;
  height: 400px;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

footer h2 {
  margin-bottom: 20px;
}
.footer {
  display: flex;
  justify-content: space-between;
}

footer .footer .fyw p {
  font-weight: 600;
  font-size: 20px;
  color: #353535;
}
footer .footer .fyw li {
  list-style: none;
  padding-top: 10px;
}

footer .footer .fyw li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  color: #353535;
}
footer .footer .socials p {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #353535;
}
footer .footer .socials li {
  list-style: none;
  padding-top: 10px;
}
footer .footer .socials li img {
  width: 20px;
  height: 20px;
}
footer .footer .socials li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #353535;
}

footer .footer .location p {
  font-weight: 600;
  font-size: 20px;
  color: #353535;
}

footer .footer .location li {
  list-style: none;
  padding-top: 10px;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #353535;
}

footer .footer .contact p {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #353535;
}
footer .footer .contact li {
  list-style: none;
  padding-top: 10px;
}
footer .footer .contact li img {
  width: 20px;
  height: 20px;
}
footer .footer .contact li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #353535;
  padding-left: 5px;
}
footer .copyright {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #353535;
  text-align: center;
  margin-top: 50px;
}
}


/* 880px View */
@media screen and (max-width:880px) {
  /* Nav Styling */
  nav ul .fashionister {
    padding-right: 5px;
  }
  nav ul .fashionister img{
    width: 100px;
  }
  
  nav ul a {
    padding-right: 8px;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #1a1a1a;
  }
  
  nav ul .search {
    padding-left: 15px;
    padding-right: 10px;
  }
  
  /* Main styling */

main .firstarrival {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

main .firstarrival img {
  width: 280px;
  height: 220px;
}
main .firstarrival p {
  font-weight: 400;
  font-size: 18px;
  margin-left: 10px;
  line-height: 25px;
  color: #1a1a1a;
}

main .secondarrival {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

main .secondarrival img {
  width: 280px;
  height: 220px;
}
main .secondarrival p {
  font-weight: 400;
  font-size: 18px;
  margin-left: 10px;
  line-height: 25px;
  color: #1a1a1a;
}

main .thirdarrival {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

main .thirdarrival img {
  width: 280px;
  height: 220px;
}
main .thirdarrival p {
  font-weight: 400;
  font-size: 18px;
  margin-left: 10px;
  line-height: 25px;
  color: #1a1a1a;
}

main .fourtharrival {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

main .fourtharrival img {
  width: 280px;
  height: 220px;
}
main .fourtharrival p {
  font-weight: 400;
  font-size: 18px;
  margin-left: 10px;
  line-height: 25px;
  color: #1a1a1a;
}

/* Footer styling */
footer {
  background-color: #b2add5;
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 50px;
  height: 600px;
  padding-top: 25px;
  padding-left: 50px;
  padding-right: 50px;
}

footer h2 {
  margin-bottom: 20px;
}
.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .footer .fyw p {
  font-weight: 600;
  font-size: 21px;
  color: #353535;
  margin-top: 20px;
}
footer .footer .fyw li {
  list-style: none;
  padding-top: 10px;
}

footer .footer .fyw li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 21px;
  line-height: 30px;
  color: #353535;
}
footer .footer .socials p {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #353535;
  margin-top: 20px;
}
footer .footer .socials li {
  list-style: none;
  padding-top: 10px;
}
footer .footer .socials li img {
  width: 21px;
  height: 21px;
}
footer .footer .socials li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 21px;
  line-height: 30px;
  color: #353535;
}

footer .footer .location p {
  font-weight: 600;
  font-size: 21px;
  color: #353535;
  margin-top: 20px;
}

footer .footer .location li {
  list-style: none;
  padding-top: 10px;
  text-decoration: none;
  font-weight: 400;
  font-size: 21px;
  line-height: 30px;
  color: #353535;
}

footer .footer .contact p {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #353535;
  margin-top: 20px;
}
footer .footer .contact li {
  list-style: none;
  padding-top: 10px;
}
footer .footer .contact li img {
  width: 21px;
  height: 21px;
}
footer .footer .contact li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 21px;
  line-height: 30px;
  color: #353535;
  padding-left: 10px;
}
footer .copyright {
  font-weight: 500;
  font-size: 21px;
  line-height: 27px;
  color: #353535;
  text-align: center;
  margin-top: 50px;
}
}

/* 685px View */
@media screen and (max-width:685px) {
  /* Nav Styling */
  nav {
    margin-left: 30px;
    margin-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  nav ul .fashionister {
    padding-right: 5px;
  }
  nav ul .fashionister img{
    width: 100px;
  }
  
  nav ul a {
    padding-right: 8px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #1a1a1a;
  }
  
  nav ul .search {
    padding-left: 15px;
    padding-right: 10px;
  }
  
  /* header styling */
header {
  background-color: #02c567;
  background-image: url(images/hero.png);
  background-repeat: no-repeat;
  background-position: right;
  height: 290px;
  margin-left: 30px;
  margin-right: 40px;
  border-radius: 5px;
}
header h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding-top: 30px;
  padding-left: 25px;
}
header h2 {
  font-weight: 500;
  font-size: 24px;
  padding-top: 60px;
  padding-left: 25px;
  color: #fff;
}
header p {
  font-weight: 500;
  font-size: 14px;
  line-height: 27.28px;
  color: #fff;
  text-align: center;
  margin-top: 60px;
}

  /* Main styling */
  main h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 20px;
    color: #1a1a1a;
  }
  .hero-btn{
    width: 120px;
  height: 40px;
  padding: 5px;
  margin: 5px;
  opacity: 1;
  }
  .hero-btn > .hero-img, .hero-btn > span{
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
  }

main .firstarrival {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

main .firstarrival img {
  width: 180px;
  height: 150px;
}
main .firstarrival p {
  font-weight: 400;
  font-size: 14px;
  margin-left: 10px;
  line-height: 20px;
  color: #1a1a1a;
}

main .secondarrival {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

main .secondarrival img {
  width: 180px;
  height: 150px;
}
main .secondarrival p {
  font-weight: 400;
  font-size: 14px;
  margin-left: 10px;
  line-height: 20px;
  color: #1a1a1a;
}

main .thirdarrival {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

main .thirdarrival img {
  width: 180px;
  height: 150px;
}
main .thirdarrival p {
  font-weight: 400;
  font-size: 14px;
  margin-left: 10px;
  line-height: 20px;
  color: #1a1a1a;
}

main .fourtharrival {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

main .fourtharrival img {
  width: 180px;
  height: 150px;
}
main .fourtharrival p {
  font-weight: 400;
  font-size: 14px;
  margin-left: 10px;
  line-height: 20px;
  color: #1a1a1a;
}

/* Footer styling */
footer {
  background-color: #b2add5;
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 50px;
  height: 500px;
  padding-top: 28px;
  padding-left: 28px;
  padding-right: 25px;
}
footer h2 img{
  width: 100px;
}
footer h2 {
  margin-bottom: 10px;
}
.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .footer .fyw p {
  font-weight: 600;
  font-size: 18px;
  color: #353535;
  margin-top: 20px;
}
footer .footer .fyw li {
  list-style: none;
  padding-top: 10px;
}

footer .footer .fyw li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #353535;
}
footer .footer .socials p {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #353535;
  margin-top: 20px;
}
footer .footer .socials li {
  list-style: none;
  padding-top: 10px;
}
footer .footer .socials li img {
  width: 18px;
  height: 18px;
}
footer .footer .socials li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #353535;
}

footer .footer .location p {
  font-weight: 600;
  font-size: 18px;
  color: #353535;
  margin-top: 20px;
}

footer .footer .location li {
  list-style: none;
  padding-top: 10px;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #353535;
}

footer .footer .contact p {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #353535;
  margin-top: 20px;
}
footer .footer .contact li {
  list-style: none;
  padding-top: 10px;
}
footer .footer .contact li img {
  width: 18px;
  height: 18px;
}
footer .footer .contact li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #353535;
  padding-left: 10px;
}
footer .copyright {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #353535;
  text-align: center;
  margin-top: 50px;
}
}

/* 484px Screen */
@media screen and (max-width:484px) {
  /* Nav Styling */
  nav {
    margin-left: 30px;
    margin-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  nav ul .fashionister {
    padding-right: 10px;
  }
  nav ul .fashionister img{
    width: 80px;
  }
  
  nav ul a {
    padding-right: 10px;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #1a1a1a;
  }
  
  nav ul .search {
    padding-left: 15px;
    padding-right: 10px;
  }
  
  nav ul li~.search img{
    width: 15px;
    height: 15px;
  }
  nav ul li~.cart img{
    width: 15px;
    height: 15px;
  }
  /* header styling */
header {
  background-color: #02c567;
  background-image: url(images/hero.png);
  background-repeat: no-repeat;
  background-position: right;
  height: 290px;
  margin-left: 30px;
  margin-right: 40px;
  border-radius: 5px;
}
header h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding-top: 30px;
  padding-left: 25px;
}
header h2 {
  font-weight: 500;
  font-size: 17.5px;
  padding-top: 60px;
  padding-left: 20px;
  color: #fff;
}
header p {
  font-weight: 500;
  font-size: 10px;
  line-height: 27.28px;
  color: #fff;
  text-align: center;
  margin-top: 60px;
}

  /* Main styling */
  .hero-btn{
    opacity: 1;
  }
  main {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
  }
  main h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #1a1a1a;
  }

main .firstarrival {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

main .firstarrival img {
  width: 130px;
  height: 100px;
}
main .firstarrival p {
  font-weight: 400;
  font-size: 10px;
  margin-left: 5px;
  line-height: 20px;
  color: #1a1a1a;
}

main .secondarrival {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

main .secondarrival img {
  width: 130px;
  height: 100px;
}
main .secondarrival p {
  font-weight: 400;
  font-size: 10px;
  margin-left: 5px;
  line-height: 20px;
  color: #1a1a1a;
}

main .thirdarrival {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

main .thirdarrival img {
  width: 130px;
  height: 100px;
}
main .thirdarrival p {
  font-weight: 400;
  font-size: 9px;
  margin-left: 5px;
  line-height: 20px;
  color: #1a1a1a;
}

main .fourtharrival {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

main .fourtharrival img {
  width: 130px;
  height: 100px;
}
main .fourtharrival p {
  font-weight: 400;
  font-size: 10px;
  margin-left: 5px;
  line-height: 20px;
  color: #1a1a1a;
}
main .more button {
  border: none;
  background-color: transparent;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #7d0a80;
}
main .more p {
  font-weight: 500;
  font-size: 16px;
  color: #1a1a1a;
}
/* Footer styling */
footer {
  background-color: #b2add5;
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  height: 450px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
footer h2 img{
  width: 80px;
}
footer h2 {
  margin-bottom: 10px;
}
.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .footer .fyw p {
  font-weight: 600;
  font-size: 12px;
  color: #353535;
  margin-top: 10px;
}
footer .footer .fyw li {
  list-style: none;
  padding-top: 10px;
}

footer .footer .fyw li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #353535;
}
footer .footer .socials p {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #353535;
  margin-top: 10px;
}
footer .footer .socials li {
  list-style: none;
  padding-top: 10px;
}
footer .footer .socials li img {
  width: 12px;
  height: 12px;
}
footer .footer .socials li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #353535;
}

footer .footer .location p {
  font-weight: 600;
  font-size: 12px;
  color: #353535;
  margin-top: 18px;
}

footer .footer .location li {
  list-style: none;
  padding-top: 10px;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #353535;
}

footer .footer .contact p {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #353535;
  margin-top: 20px;
}
footer .footer .contact li {
  list-style: none;
  padding-top: 10px;
}
footer .footer .contact li img {
  width: 12px;
  height: 12px;
}
footer .footer .contact li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #353535;
  padding-left: 5px;
}
footer .copyright {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #353535;
  text-align: center;
  margin-top: 50px;
}
}