section.instagram-widget {
  padding-top: 30px;
  position: relative;
  display: block;
  letter-spacing: normal;
  background-color: #fff;
  margin-top: 70px;
}
@media (max-width: 991px) {
  section.instagram-widget {
    padding-top: 40px;
    margin-top: 20px;
  }
}
section.instagram-widget .top {
  display: flex;
  max-width: 555px;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 991px) {
  section.instagram-widget .top {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
}
section.instagram-widget .top .photo {
  background: linear-gradient(40deg, #f99b4a 15%, #dd3071 50%, #c72e8d 85%);
  border-radius: 50%;
  padding: 2px;
  box-sizing: border-box;
  margin-right: 7px;
  width: 58px;
  height: 58px;
  margin-left: -10px;
}
@media (max-width: 991px) {
  section.instagram-widget .top .photo {
    margin-left: 0;
    margin-right: 0;
  }
  section.instagram-widget .top .photo.hide-mobile {
    display: none;
  }
}
section.instagram-widget .top .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
section.instagram-widget .top .name {
  min-width: 195px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 120%;
}
@media (max-width: 991px) {
  section.instagram-widget .top .name {
    min-width: 0;
    padding-left: 15px;
  }
  section.instagram-widget .top .name.hide-mobile {
    display: none;
  }
}
section.instagram-widget .top .name h3 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: normal;
  line-height: normal;
}
section.instagram-widget .top .name span {
  font-size: 12px;
  opacity: 0.8;
}
section.instagram-widget .top .numbers {
  flex: 1;
  display: flex;
  justify-content: start;
  text-align: center;
  gap: 15px;
}
section.instagram-widget .top .numbers div {
  display: flex;
  flex-direction: column;
  line-height: normal;
}
section.instagram-widget .top .numbers strong {
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
}
section.instagram-widget .top .numbers span {
  font-size: 12px;
  opacity: 0.8;
}
section.instagram-widget .top a.button {
  background: #0095F6;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 0 15px;
  font-size: 13px;
  height: 35px;
  gap: 5px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  section.instagram-widget .top a.button {
    margin-top: 6px;
    margin-bottom: 10px;
  }
}
section.instagram-widget .top a.button:hover {
  opacity: 0.8;
}
section.instagram-widget .content {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  section.instagram-widget .content {
    gap: 0px;
  }
}
section.instagram-widget .content .item {
  width: calc(25% - 5px);
  line-height: 0;
  transition: 0.6s;
  position: relative;
}
section.instagram-widget .content .item:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: 10px;
  background: url(../img/insta-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
  display: block;
  border-radius: 100%;
  background-color: #fff;
}
section.instagram-widget .content .item:hover {
  opacity: 0.8;
}
@media (max-width: 991px) {
  section.instagram-widget .content .item {
    width: calc(50% - 1px);
    margin-bottom: 2px;
  }
}
section.instagram-widget .content .item img {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  section.instagram-widget .content .item img {
    height: 250px;
  }
}
section.instagram-widget .profile {
  display: flex;
}
@media (min-width: 992px) {
  section.instagram-widget .profile {
    display: none;
  }
}/*# sourceMappingURL=instagram.css.map */