.exam-format-section .exam-format-grid { display: grid; }

@media (max-width: 991px) { .exam-format-section .exam-format-grid { grid-template-columns: 1fr; margin-top: 2rem; } }

@media (min-width: 992px) { .exam-format-section .exam-format-grid { grid-template-columns: 1fr 1fr; margin-top: 44px; grid-column-gap: 20px; } }

.exam-format-section .exam-format-grid-item { display: flex; align-items: center; border-bottom: 1px solid #D3D7E1; }

.exam-format-section .exam-format-grid-item p { color: #647297; }

@media (max-width: 767px) { .exam-format-section .exam-format-grid-item p { max-width: 16.75rem; } }

.exam-format-section .exam-format-grid-item p strong, .exam-format-section .exam-format-grid-item p b { font-weight: 700; color: #22366A; }

@media (min-width: 992px) { .exam-format-section .exam-format-grid-item p { max-width: 463px; font-size: 18px; line-height: 22px; } }

@media (min-width: 992px) and (max-width: 1199px) { .exam-format-section .exam-format-grid-item p { max-width: 300px; } }

@media (max-width: 991px) { .exam-format-section .exam-format-grid-item { padding-bottom: 1rem; padding-top: 1.25rem; }
  .exam-format-section .exam-format-grid-item:first-child { padding-top: 0; align-items: flex-start; } }

@media (min-width: 992px) { .exam-format-section .exam-format-grid-item { padding-bottom: 28px; } }

.exam-format-section .inline-icons { cursor: default; }

@media (max-width: 991px) { .exam-format-section .inline-icons { margin-right: 1rem; width: 40px; height: 32px; } }

@media (min-width: 992px) { .exam-format-section .inline-icons { margin-right: 30px; width: 60px; height: 48px; } }

.exam-format-section .exam-format-terms p { color: #22366A; }

@media (max-width: 991px) { .exam-format-section .exam-format-terms { margin-top: 2.5rem; } }

@media (min-width: 992px) { .exam-format-section .exam-format-terms { margin-top: 60px; } }

.exam-format-section ol { padding-left: 20px; }

.exam-format-section li { list-style-type: decimal; font-size: 14px; line-height: 18px; color: #647297; }
