.challenge-top-block {
  background: #fff;
  border: 1px solid #eef4f5;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
}

.challenge-top-block__image {
  margin: -1px;
}


.challenge-top-block img {
  /* max-height: 408px; */
  /* min-height: 408px; */
  background-color: #eee;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .challenge-top-block .challenge-top-block__content {
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
  }

  .challenge-top-block .challenge-top-block__content .challenge-top-block__socials {
    width: 40%;
  }

  .challenge-top-block .challenge-top-block__content .challenge-top-block__challenge-friend-btn__wrapper {
    width: 60%;
  }

  .challenge-top-block .challenge-top-block__content .challenge-top-block__participate-btn__wrapper {
    width: 100%;
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .challenge-top-block .challenge-top-block__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 23px 26px;
  }
}

.challenge-top-block .challenge-top-block__socials {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.challenge-top-block .challenge-top-block__socials>li {
  margin-right: 16px;
}

.challenge-top-block .challenge-top-block__socials>li:last-of-type {
  margin-right: 0;
}

.challenge-top-block .challenge-top-block__socials a {
  font-size: 0;
  display: block;
  width: 20px;
  height: 20px;
}

.challenge-top-block .challenge-top-block__socials [href*="facebook"] {
  background: url("../../resources/icons/facebook-red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.challenge-top-block .challenge-top-block__socials [href*="instagram"] {
  background: url("../../resources/icons/instagram-red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.challenge-top-block .challenge-top-block__socials [href*="twitter"] {
  background: url("../../resources/icons/twitter-red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .challenge-top-block .challenge-top-block__challenge-friend-btn__wrapper {
    display: flex;
    justify-content: flex-end;
  }
}

.challenge-top-block .challenge-friend-btn {
  margin-left: 20px;
  background: #f8fbfc;
  border-radius: 8px;
  padding: 5px 19px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #ff3366;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .challenge-top-block .challenge-friend-btn {
    margin-left: auto;
  }
}

.challenge-top-block .challenge-friend-btn:hover {
  background: #eef4f5;
}

.challenge-top-block .challenge-top-block__participate-btn__wrapper {
  margin-left: auto;
}

.challenge-top-block .participate-btn {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ff3366;
  background-color: #fff;
}

.challenge-top-block .participate-btn::after {
  content: "";
  display: inline-block;
  background: url("../../resources/icons/arrow-right-red.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 10px;
  width: 20px;
  margin-left: 19px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .challenge-top-block .participate-btn::after {
    margin-left: 15px;
  }
}

@media (min-width: 1025px) {
  .challenge-top-block .participate-btn::after {
    margin-left: 33px;
  }
}

/*# sourceMappingURL=challenge-top-block.css.map */