#toc_container {
  width: 100% !important;
  margin: 2.5em 0 !important;
}

.ordermade-blogcard {
  margin: 3.5em 0 2em !important;
  position: relative;
  background: #EAF6ED;
  padding: 40px 20px 20px;
  border: 1px solid #089d39;
}
@media screen and (max-width: 767px) {
  .ordermade-blogcard {
    padding: 20px;
  }
}
.ordermade-blogcard .position {
  background: #089d39;
  color: #fff;
  font-size: 1.4rem;
  padding: 10px 10px;
  position: absolute;
  top: -26px;
  left: 20px;
  text-align: center;
  width: 420px;
}
@media screen and (max-width: 767px) {
  .ordermade-blogcard .position {
    width: 100%;
    position: static;
  }
}
.ordermade-blogcard__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .ordermade-blogcard__content {
    display: block;
  }
}
.ordermade-blogcard__content figure {
  width: 250px;
  margin: 0 20px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .ordermade-blogcard__content figure {
    width: 100%;
    margin: 20px 0 0 !important;
  }
  .ordermade-blogcard__content figure img {
    width: 100%;
  }
}
.ordermade-blogcard__content .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .ordermade-blogcard__content .txt {
    margin-top: 20px;
  }
}
.ordermade-blogcard__content .txt p {
  margin: 0;
  font-size: 1.4rem;
}
.ordermade-blogcard__content .txt .link {
  text-align: right;
  margin-top: 15px;
}
.ordermade-blogcard__content .txt .link a {
  display: inline-block;
  background: #fff;
  border: 1px solid #089d39;
  padding: 10px 30px 10px 15px;
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
}
.ordermade-blogcard__content .txt .link a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #089d39;
  border-right: 1px solid #089d39;
}