<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.image-feature-list {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;

}
.image-feature {
          width: calc(100% / 4);
}
.image-feature a {
          display: block;
          margin: 0 20px;
}
.form-horizontal .form-group {
    margin: 0px;
}
.email-form input[type="radio"] {
    width: auto;
    float: none;
    margin-right: 10px;
}


@media all and (max-width: 767px) {
          .image-feature-list {
                    flex-direction: column;
          }
          .image-feature {
                    width: 100%;
          }
}</pre></body></html>