﻿.commitmentMessage {
  margin: 40px 0;
  padding: 20px 0;
  border: 1px solid #e5e5e5;
  text-align: center;
}

.commitmentMessage > h2 {
  color: #2466af;
  font-size: 2.4rem;
  line-height: 1.0;
}

.commitmentMessage > h2 > p {
  margin-top: 5px;
  color: #000;
  font-size: 1.3rem;
  font-weight: 500;
}

.commitmentMessage > p {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 300;
}

.csrTitleH3 > h3 {
  padding: 0;
  border-left: none;
}

@media screen and (min-width: 1025px), print {
  .commitmentMessage {
    margin: 80px 0;
    padding: 40px 0;
  }
  .commitmentMessage > h2 {
    font-size: 2.8rem;
  }
  .commitmentMessage > h2 > p {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .commitmentMessage > p {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
