.btn-rounded-red, .btn-rounded-white, main .col-lg-11 figure img {
  -moz-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.btn-rounded-red {
  background: #EE2737;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 0.64px;
  text-align: center;
  line-height: 20px;
  width: 200px;
  display: block;
  padding: 8px 0 8px 0;
  cursor: pointer;
  border: none; }
  .btn-rounded-red:hover {
    background-color: #d21020;
    color: #FFFFFF;
    text-decoration: none; }

.btn-rounded-white {
  background: #F9F9F9;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #EE2737;
  letter-spacing: 0.64px;
  text-align: center;
  line-height: 20px;
  width: 170px;
  display: block;
  padding: 8px 0 8px 0; }
  .btn-rounded-white:hover {
    background-color: #e6e6e6;
    color: #EE2737;
    text-decoration: none; }

.btn-square-gray {
  background: #F0F0F0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #282828;
  letter-spacing: -0.03px;
  text-align: center;
  line-height: 20px;
  padding: 5px 12px; }

.btn-square-black {
  border: 1px solid #282828;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #282828;
  letter-spacing: -0.03px;
  text-align: center;
  line-height: 20px;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 15px; }

@media screen and (max-width: 767px) {
  .btn-rounded-red {
    padding: 10px 0; }

  .btn-rounded-white {
    padding: 10px 0; } }
main {
  padding-bottom: 80px; }
  main h1 {
    margin-top: 15px;
    margin-bottom: 30px; }
  main .col-lg-11 {
    margin: 0 auto; }
    main .col-lg-11 figure img {
      width: 100%;
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
      height: 80px;
      object-fit: contain; }
    main .col-lg-11 figure:hover img {
      filter: none; }
  main .d-inline-flex.row {
    margin-top: 60px; }
  main .d-inline-flex.row + .d-inline-flex.row {
    margin-top: 50px; }

section.contact p {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #FFFFFF; }
section.contact h1, section.contact h2, section.contact h6 {
  color: #FFFFFF; }
section.contact a {
  margin: 0 auto;
  margin-top: 50px; }

@media screen and (max-width: 992px) {
  main {
    padding-bottom: 40px; }
    main .d-inline-flex.row {
      margin-top: 40px; }
    main h1 {
      margin-bottom: 20px; }

  section.contact p {
    margin-top: 15px;
    margin-bottom: 25px; }
  section.contact a {
    margin-top: 30px; } }
@media screen and (max-width: 767px) {
  main {
    padding-bottom: 50px; }
    main h1 {
      margin-bottom: 20px; }

  main .d-inline-flex.row + .d-inline-flex.row {
    margin-top: 0; } }
