#cardInsta .card.article-card {
  border: 1px solid #efdcdc;
  min-height: 376px;
}

@font-face {
  font-family: "entypo";
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-90/entypo.woff")
    format("woff");
}

.entypo-heart:before {
  content: "\2665";
}

[class*="entypo-"]:before {
  font-family: "entypo", sans-serif;
  color: red;
}

#cardInsta .card.article-card .article-image .img {
  background-position: top !important;
}

#cardInsta a.article-image.image-full {
  height: 293px !important;
}
div#linkInsta {
  font-size: 21px;
  color: #323639;
}
div#linkInsta a {
  color: #323639;
}

div#linkInsta img {
  max-width: 185px;
  margin: 0 30px;
}
div#linkInsta center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
div#linkInsta center > div {
  margin: 10px 0;
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
}

div#cardInsta {
  float: left;
}

.f-rigth {
  float: right;
  border-bottom: 1px solid #d9d9d9;
  width: 50%;
}

.bt-p {
  background: transparent;
  font-size: 20px;
  color: #4d4d4d;
  line-height: 28px;
}

button.tablinks.active.bt-p {
  background: transparent;
  font-size: 20px;
  color: #e52e2e;
  border-bottom: 2px solid #e52e2e;
}
