.wp-embed.noimg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.embed-flex {
  display: flex;
}

.wp-embed-heading {
  font-size: clamp(12px, 23vw / 10, 16px) !important;
  max-width: 60%;
}
.wp-embed-heading2 {
  max-width: 100%;
}
.wp-embed-featured-image {
  max-width: 40%;
  max-height: 90px;
  margin-bottom: 12px;
}
.wp-embed-featured-image img {
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.wp-embed-featured-image.square {
  height: 90px;
  float: none;
  max-width: 100%;
  min-width: 240px;
}
.wp-embed-footer {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}
.wp-embed-excerpt {
  max-height: 87px;
  overflow-y: hidden;
  margin-bottom: 15px;
}
.wp-embed-site-title a {
  padding-left: 32px;
}

.c-button-2 {
  /* text-align: right; */
  /* line-height: 0;*/
  font-size: 0;
  max-width: 385px;
}
.c-button-2 a {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  color: #579ff4;
  font-weight: normal;
  font-size: 11px;
  padding-top: 3px;
}
.c-button-2 a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #579ff4;
  border-radius: 50%;
}
.c-button-2 a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #579ff4;
  border-right: 1px solid #579ff4;
  transform: rotate(45deg);
}

@media screen and (max-width: 630px) {
  .c-button-2 a {
    font-size: 0;
  }
}
@media screen and (max-width: 500px) {
  .wp-embed {
    padding: 10px;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .embed-flex {
    flex-direction: column;
  }
  .wp-embed-heading {
    max-width: 100%;
  }
  .wp-embed-featured-image img {
  }
  .wp-embed-featured-image.square {
    margin: 0 0 10px;
  }
  .wp-embed-excerpt {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
