.bulleted-list-card p,
.bulleted-list-card h3,
.bulleted-list-card h2,
.bulleted-list-card h4,
.bulleted-list-card h5,
.bulleted-list-card h6 {
  margin-bottom: 0;
}
.bulleted-list-card .bulleted-list-card__card-columns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cardone{
justify-content:end;
}

.cardlink{
border: 2px solid black !important;
color :balck !important
}
.cardtwo{
justify-content:start;
}
.bulleted-list-card .bulleted-list-card__card-container {
  padding: 60px 20px 24px;
  border:none;
  width: 61%;
}


}

.bulleted-list-card .bulleted-list-card-title {
  font-family: 'MetLifeCircular', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 26px;
  line-height: 39px;
  font-weight: 500;
}
.bulleted-list-card .bulleted-list-card-subTitle {
  font-family: 'Noto Sans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}
.enroll{
text-align: center;
margin: '10px'
}

.bulleted-list-card--accordionContent li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top:6px;
}
.enroll Button{
	font-size: 19px;
    padding: 11px 65px;
    margin-top: 13px;
}
.bulleted-list-card .bulleted-list-card-icon .bulleted-list-card__card-container {
  padding: 0px 30px 24px;
}
.bulleted-list-card .bulleted-list-card__supporting-eyebrow {
      width: 100%;
      text-align: center;
      top: 10%;
      left: 57%;
      font-family: 'MetLifeCircular', 'Arial', 'Helvetica', 'sans-serif';
      font-size: 14px;
      /* line-height: 35px; */
      letter-spacing: 1.75px;
      /* text-transform: uppercase; */
      color: black;
      background: #A4CE4E;
      padding: 3%;
      font-weight: bold;
      border-radius: 5px;
      align-self: center;
	  transform: translateY(-30px);
	   /* moves it up by 10px */
}

.enroll div a{
width:85%;
margin-top:5%;
}

.bulleted-list-card .bulleted-list-card__title {
  font-family: 'MetLifeCircular', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 22px;
  line-height: 33px;
  font-weight: 500;
}


.bulleted-list-card .bulleted-list-card-border {
  position: relative;
  width: 50%;
  margin-top: 13px;
}
.bulleted-list-card .bulleted-list-card-border:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#0090da), to(#a4ce4e));
  background: -o-linear-gradient(left, #0090da, #a4ce4e);
  background: linear-gradient(to right, #0090da, #a4ce4e);
}
.bulleted-list-card ul {
  padding: 30px 15px;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
}
.bulleted-list-card .bulleted-list-card-icon ul {
  padding-top: 20px;
}
.bulleted-list-card li {
  position: relative;
}

.bulleted-list-card li p {
  display: inline-block;
  width: auto;
  font-family: 'Noto Sans', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  margin-left: 24px;
}
.bulleted-list-card li p:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .bulleted-list-card .bulleted-list-card__card-container {
	  width: 100%;
  }
}

  .bulleted-list-card .bulleted-list-card__title {
    font-size: 32px;
    line-height: 48px;
    margin-left: 19px;
  }
  


@media (max-width:1023px) and (min-width:300px) {
.cardone ,.cardtwo{
justify-content: center;
}
.bulleted-list-card .bulleted-list-card__supporting-eyebrow{
left:42%;
top: 2%;
}
.cads-gap{
	gap:20px;
}
.bulleted-list-card .bulleted-list-card__title {
   
    font-size: 32px;
    line-height: 48px;
}
.bulleted-list-card .bulleted-list-card__supporting-copy{
text-align: center;
}
}
 .bulleted-list-card .bulleted-list-card__card-container.cardlist_one {
  padding: 40px 20px 24px;
  border:none;
  width: 94%;
  border: 3px solid transparent;
  border-image-source: linear-gradient(93deg, #008edd 0, #a2cf42 104%);
  border-image-slice: 1;
  color: black;
}
 .bulleted-list-card .bulleted-list-card__card-container.cardlist_two {
  padding: 40px 20px 24px;
  border:none;
  width: 94%;
  border: 3px solid #d9d9d6;
  border-image-slice: 1;
  color: black;
}
.cardone .bulleted-list-card__content-container .divider__line.gradient_div{
	background-image: linear-gradient(to right, #008edd, #a2cf42);
    height: 2px;
}
.cardtwo .bulleted-list-card__content-container .divider__line.gradient_plane{
	background: #D9d9d6;
	height: 2px;
}