* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #EEEEEE;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo {
  justify-content: space-around;
  display: flex;
}



.social-m {
  width: 400px;
}

.social-m h3 {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  text-decoration-line: underline;
  margin-bottom: 20px;
  margin-top: 20px;
}

.social-img {
  display: flex;
  justify-content: space-around;
}

.line {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 15px;
}


.details {
  display: flex;
  justify-content: space-around;
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
}

.details img {
  margin-top: 10px;
}

.cont-us {
  display: flex;
  flex-direction: column;
}

.details h3 {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  text-decoration-line: underline;
}

.explore ul li {
  list-style: none;
}

.explore ul li a {
  text-decoration: none;
  color: black;
}


.details ul li {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  line-height: 30px;

}

.detail {
  display: flex;
}

.detail img {
  margin-right: 20px;
  width: 20px;
  height: 20px;
}

.copyr {
  text-align: center;
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.165em;
}


.explore li:hover {
  color: #008091;
}

