.block-green {
    padding: 1.7rem;
    position: relative;
    border-left: none;
    margin: 40px 5% 38px;
    font-style: italic;
		font-size: 1rem;
    text-align: center;
    color: #333 !important;
		line-height: 2;
    }

.bg-color-green {	
    background-color: #AEE5BC;
}

.bg-color-red {	
    background-color: #F6DCDC;
}

.bg-color-yellow {	
    background-color: #FFF1C6;
}

.bg-color-blue {	
    background-color: #E6F7FE;
}

.block-txt-lf {
	text-align: left !important;
}

.icons-right ul,
.icons-wrong ul {
	list-style: none !important;
}

.icons-right ul li::before {
  content: "\2714";
    color: #16C60C;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}
.icons-wrong ul li::before {
  content: "\2718";
    color: #e41623;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

ol.faq-list {
  list-style: none;
}

p:nth-child(1) > strong:nth-child(1) {
 font-size: 18px;
 color: rgb(235, 20, 78);
}

/* Buttons */
.plan-btn {
        position: relative;
        text-align: center;
        display: block;
        max-width: 565px;
        margin: 0 auto;
      }

      @media only screen and (max-width: 550px) {
        .plan-btn a {
          font-size: 18px;
          line-height: 25px;
          padding: 10px 20px;
        }
      }
      @media only screen and (max-width: 767px) {
        .plan-btn a {
          font-size: 25px;
        }
      }
      .plan-btn a {
        text-decoration: none;
        text-align: center;
        color: #010101;
        font-size: 27px;
        font-weight: 800;
        line-height: 36px;
        text-transform: uppercase;
        display: inline-block;
        padding: 10px 75px 15px 80px;
        border-radius: 250px;
        box-shadow: 1px 1px 79px rgb(251 233 25 / 75%);
        border: 1px solid #d95e0a;
        background-color: #d95e0a;
        background-image: linear-gradient(to top, #d95e0a 0%, #fbe919 100%);
      }

      /* Blue Button */
      .button-btn {
        position: relative;
        text-align: center;
        display: block;
        margin: 0 auto;
      }

      .btn-navi {
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        border-radius: 4px;
        user-select: none;
      }

      .big-btn {
        font-size: 27px;
        color: white;
        text-transform: uppercase;
        margin: 20px;
        min-width: 534px;
        font-weight: 900;
        line-height: 86px;
        cursor: pointer;
      }

      .blue-gradient {
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        border-color: #15c3ba;
        background: linear-gradient(90deg, #0284fe 10%, #0ec2a7 80%);
      }

      a {
        text-decoration: none;
      }

      .btn-navi:hover {
				text-decoration: none !important;
        color: rgb(24, 23, 23);
      }

      @media screen and (max-width: 420px) {
        a.big-btn {
          font-size: 20px;
        }
      }

      @media screen and (max-width: 420px) {
        a.big-btn {
          font-size: 20px;
        }
      }

      @media screen and (max-width: 420px) {
        a.blue-gradient {
          font-size: 13px;
        }
      }

      @media screen and (max-width: 768px) {
        .big-btn {
          font-size: 20px;
          color: white;
          text-transform: uppercase;
          margin: 30px;
          min-width: 300px;
          font-weight: 900;
          height: 70px;
          line-height: 60px;
          cursor: pointer;
        }
      }

/* Top Bottom Lines */
.custom_read_button {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 12px 0;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}