.fr-as {
  overflow: hidden;
  text-align: center;
  background: #000;
}

.fr-as .fr-as-inner-content {
  position: relative;
}

.fr-as .fr-as-checklist ul {
  padding: 0;
  list-style: none;
}

.fr-as .fr-as-checklist ul i {
  color: #C90000;
}


.fr-as .fr-as-checklist ul li {
  padding: 0;
  list-style: none;
}

.fr-as .fr-as-checklist ul li:not(:last-child) {
  margin-bottom: 12px;
}

.fr-as .fr-as-img-wrapper img {
  width: 100%;
  border-radius: 50px;
}

.fr-as .fr-as-img-wrapper {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  border: 2px solid #C90000;
  background:#ffffff;
  margin-bottom: 20px;
}

.fr-as .fr-as-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fr-as .fr-as-ring-wrapper {
  position: absolute;
  left: 40%;
  top: 12%;
}

@media (min-width: 768px) {
  .fr-as {
    text-align: start;
    background: transparent;
  }

  .fr-as .fr-as-img-wrapper {
    position: absolute;
    z-index: 2;
    top: -40px;
    bottom: -40px;
    right: 0;
    left: 50%;
    margin-bottom: 0;
  }

  .fr-as .fras-wrapper {
    background: #000;
  }

  .fr-as .fr-as-content {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .fr-as .fr-as-img-wrapper {
    position: relative;
    z-index:1;
  }
}