.auto-style-footer-1 {
  color: #ccc
}

.auto-style-footer-2 {
  cursor: pointer
}

.auto-style-footer-3 {
  cursor: pointer;
  background-color: white
}

.auto-style-footer-4 {
  color: white
}

.auto-style-footer-5 {
  font-size: 14px
}

.auto-style-footer-6 {
  font-size: 16px;
  padding: 10px 15px;
  background: #2d4275;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: none
}

.auto-style-footer-7 {
  font-weight: bold
}

/* Extracted <style> blocks */
@media only screen and (max-width: 768px) {
  #footer-bottom {
    padding-bottom: 80px;
    /* Adjust the value as needed */
  }
}

.center {
  text-align: center;
  font-size: 25px;
}

.social-media ul {
  display: flex;
  justify-content: left;
  align-items: center;
}

.social-media li {
  list-style-footer-type: none;
  margin-right: 10px;
}

.social-media img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  cursor: pointer;
}