@media (max-width: 767px) {
  .field--name-field__description {
    padding: 0 15px;
  }
}

/**subscribe-to-journal**/
.subsribe-journal-wrap {
  margin-bottom: 40px;
  margin-top: 30px;
}
.subsribe-journal-wrap .subscribe-title {
  margin-bottom: 60px;
}
.subsribe-journal-wrap .subscribe-title .title {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 5px;
}
.subsribe-journal-wrap .subscribe-title .title .left {
  width: 50px;
}
.subsribe-journal-wrap .subscribe-title .title .left span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 128, 131, 0.1019607843);
  border-radius: 50%;
  font-size: 18px;
  color: #005f60;
  margin-bottom: 10px;
  line-height: 15px;
}
.subsribe-journal-wrap .subscribe-title .title .right h3 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  position: relative;
}
.subsribe-journal-wrap .subscribe-title .title .right h3:after {
  content: "";
  background-color: #008083;
  width: 80px;
  height: 5px;
  display: block;
}
@media (max-width: 1024px) {
  .subsribe-journal-wrap .subscribe-title .title .right h3 {
    font-size: 20px;
  }
}
.subsribe-journal-wrap .subscribe-title .title .right p {
  font-size: 17px;
  line-height: 26px;
  color: #5c5c5c;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .subsribe-journal-wrap .subscribe-title .title .right p {
    font-size: 15px;
  }
}
.subsribe-journal-wrap .subscribe-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.subsribe-journal-wrap .subscribe-cards .subs-card {
  padding-bottom: 14px;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  padding: 15px;
  height: calc(100% - 0px);
  transition: all 0.3s ease;
  border-top: 8px solid #333333;
  background-color: #fff;
}
@media (max-width: 767px) {
  .subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box {
    height: auto;
  }
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box .subscribtion-top {
  text-align: center;
  margin-bottom: 15px;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box .subscribtion-top h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box .subscribtion-top h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #646464;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box .subscribtion-top p {
  font-size: 17px;
  line-height: 20px;
  color: #4b5563;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box .subscribtion-top .price {
  margin-bottom: 4px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #000;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box .subscribtion-top .price p {
  margin-bottom: 4px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  display: inline-block;
  color: #000;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box .subscribtion-top .price .year {
  color: #6b7280;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box.brief-card-green {
  border-top: 12px solid #008083;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box.brief-card-green ul li span {
  color: #008083;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box.brief-card-green .subscribe-btn {
  color: #008083;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box.brief-card-orange {
  border-top: 12px solid #e37705;
  top: -50px;
  position: relative;
  height: calc(100% + 60px);
}
@media (max-width: 767px) {
  .subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box.brief-card-orange {
    height: auto;
    top: 0;
  }
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box.brief-card-orange ul li span {
  color: #e37705;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box.brief-card-orange .subscribe-btn {
  margin-top: 40px;
  color: #fff;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box.brief-card-orange .subscribe-btn button {
  background-color: #e37705;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box.brief-card-dark {
  border-top: 12px solid #333333;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box.brief-card-dark ul li span {
  color: #333333;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box.brief-card-dark .subscribe-btn {
  color: #fff;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box.brief-card-dark .subscribe-btn button {
  background-color: #333333;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box.brief-card-black {
  border-top: 12px solid #333333;
  top: -50px;
  position: relative;
  height: calc(100% + 70px);
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box.brief-card-black ul li span {
  color: #333333;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box.brief-card-black .subscribe-btn {
  margin-top: 50px;
  color: #fff;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box.brief-card-black .subscribe-btn button {
  background-color: #333333;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0px;
  line-height: 26px;
  color: #333333;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box ul {
  padding: 0px;
  list-style: none;
  margin-bottom: 1rem;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box ul li {
  display: inline-block;
  padding: 5px 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-indent: -10px;
  margin-left: 17px;
  display: block;
  color: #333333;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box ul li.disable {
  color: #9ca3af;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box ul li.disable span {
  color: #9ca3af;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box ul li span {
  color: #333333;
  margin-right: 3px;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box ul .muted {
  color: #a0a0a0;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box .subscribe-btn button {
  color: #fff;
  transition: 0.5s;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  padding: 12px 16px;
  border: 0;
  border-radius: 8px;
  background-color: #008083;
  font-weight: 500;
}
.subsribe-journal-wrap .subscribe-cards .subs-card .brief-card-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1019607843);
}
/*# sourceMappingURL=subscription.css.map */
