.outer-movable-block h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background-color: #2dcccd;
  padding: 7px 20px;
  border-radius: 30px;
  width: fit-content; }
  .outer-movable-block h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background-color: rgba(255, 255, 255, .3);
    padding: 7px 15px;
    border-radius: 30px;
    width: fit-content;
    margin: 10px 0 40px 45px; }
  .outer-movable-block h3 {
    font-size: 18px;
    font-weight: 700; }
  .outer-movable-block p {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 15px; }
  .outer-movable-block .text-image-container ul, .outer-movable-block .text-image-container ol {
    border-left: 4px #fff solid;
    display: grid; }
    .outer-movable-block .text-image-container ul li, .outer-movable-block .text-image-container ol li {
      list-style: disc;
      padding-left: 12px;
      line-height: 1.75; }
    .outer-movable-block .text-image-container ol li {
      list-style: auto; }

.white-back {
  border-radius: 30px;
  background-color: #d7e8f5;
  color: #233475;
  padding-top: 30px;
  padding-bottom: 30px;
  /* =============================================================== RESPONSIVE =================================================================*/ }
  .white-back ul, .white-back ol {
    border-left: 4px rgba(101, 120, 173, .3) solid !important;
    color: #000; }
    .white-back ul li, .white-back ol li {
      list-style: disc; }
  .white-back ol li {
    list-style: auto; }
  .white-back table {
    color: #000; }
    .white-back table th {
      background-color: rgba(35, 52, 117, .3); }
    .white-back table tr:nth-child(odd) {
      background-color: rgba(35, 52, 117, .2); }
    .white-back table tr:nth-child(even) {
      background-color: rgba(35, 52, 117, .1); }

@media (max-width: 960px) {
  .outer-movable-block h2 {
    margin: 10px 0 10px 0; } }
