.container.container--main.container--small {
  margin-top: 5em; }

.popup_text .img-fluid {
  display: inline-block;
  margin-bottom: .5rem;
  float: left;
  padding: 50px;
  padding-bottom: 0px; }

table th {
  padding: 6px;
  border: 1px solid #fff;
  background: #05a6b5;
  color: #fff; }

table td {
  padding-left: 10px; }

.overlay-div {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  z-index: 11111111111111111111;
  display: none; }

.popup_content {
  background: #fff;
  width: 100%;
  margin: auto;
  max-height: 90%;
  overflow: auto;
  height: 86vh; }

.text_popup {
  text-align: left;
  width: 73%;
  padding: 10px 43px;
  margin: auto; }

.close_me {
  position: relative;
  color: #fff;
  float: right;
  text-align: left;
  border-radius: 0px 17px 17px 0px; }

.close_text {
  float: left;
  padding: 5px 11px; }

.xclass {
  margin: 0;
  float: right;
  color: #000;
  padding: 5px 12px; }

.open_popup .ots p {
  padding: 0px 8px;
  font-size: 22px;
  margin: 0;
  line-height: 31px; }

.clear {
  clear: both; }
