.c-social-sharing__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
  color: #283B8D;
}

.c-social-sharing .social-media-sharing {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.c-social-sharing ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.c-social-sharing li {
  text-align: left;
}

.c-social-sharing .share {
  padding: 9.6px;
  padding: 0.6rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #283B8D;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  transition: background-color .3s ease-out;
}

.c-social-sharing .share:hover, .c-social-sharing .share:focus {
  background-color: #11A44F;
}

.c-social-sharing .facebook-share img {
  height: 24px;
}

