.find-out-more-button {
  background-color: #d00f5a;
  border: 0 solid #d00f5a;
  box-sizing: border-box;
  color: #fff; 
float:right;  font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.75rem;
  padding: .75rem 1.65rem;
  position: relative;
  text-align: center;
  text-decoration: none #000000 solid;
  text-decoration-thickness: auto;
  width: 100%;
  max-width: 250px;
  position: relative;
  cursor: pointer;
  transform: rotate(-2deg);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.find-out-more-button:focus {
  outline: 0;
}

.find-out-more-button:after {
  content: '';
  position: absolute;
  border: 1px solid ;
  bottom: 4px;
  left: 4px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}

.find-out-more-button:hover:after {
  bottom: 2px;
  left: 2px;
}

@media (min-width: 768px) {
  .find-out-more-button {
    padding: .75rem 3rem;
    font-size: 1.25rem;
  }}
	
		
.find-out-more-button:hover {color:#000;}		
		

.IF-feature-list {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  color: #000;
  font-weight: 400;
  padding-top: 1rem;
}

.IF-feature-list ul {
  width: 50%;
  list-style: disc inside;
  padding-left: 1rem;
  margin: 0;
}

.IF-feature-list li {
  padding-bottom: 7px;
}

.IF-feature-list strong {
  color: #000;
}