.hero-sec {
  padding: 150px 0 60px; }

@media only screen and (max-width: 600px) {
  .hero-sec {
    padding: 120px 0 30px; } }

.hero-sec .hero-sec-bg {
  position: absolute;
  width: 50%;
  height: 150%;
  top: 0;
  right: 0;
  background-image: url("/imgs/rectangle.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  z-index: -1; }

@media only screen and (max-width: 1200px) {
  .hero-sec .hero-sec-bg {
    width: 70%;
    background-position: 0% 0%; } }

@media only screen and (max-width: 600px) {
  .hero-sec .hero-sec-bg {
    width: 100%;
    background-image: url("/imgs/rectangle-copy-5@2x.png");
    background-size: contain; } }

.hero-sec .hero-content {
  display: flex; }

.hero-sec .hero-content .header-container {
  width: 100%; }

.hero-sec .hero-content .studies-header {
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px; }

@media only screen and (max-width: 600px) {
  .hero-sec .hero-content .studies-header {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white; } }

.content {
  min-height: 100vh; }

.header-section {
  padding: 150px 0 100px; }

@media only screen and (max-width: 1200px) {
  body {
    background-color: #fdfdfd; } }

.table-section {
  margin-bottom: 80px; }

.table-section .table-container {
  width: 100%; }

.table-section .table-container table {
  width: 100%;
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.13);
  background-color: white; }

.table-section .table-container tr, .table-section .table-container th, .table-section .table-container td {
  text-align: center;
  border: solid 1px #f4f6fa; }

.table-section .table-container tr:hover {
  background-color: #f4f6fa; }

.table-section .table-container .table-row-titles:hover {
  background-color: white; }

.table-section .table-container th {
  padding: 17px 20px 19px;
  font-family: 'Proxima Nova';
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  vertical-align: middle; }

.table-section .table-container td {
  padding: 30px 30px 32px;
  font-family: 'Proxima Nova';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  vertical-align: middle;
  text-align: left; }

.table-section .table-container .present-link {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #2869a7;
  text-decoration: underline;
  display: block;
  text-align: center;
  margin-top: 20px; }

.table-section .table-container .table-row-title {
  display: none; }

@media only screen and (max-width: 1200px) {
  .table-section .table-container .table-row-title {
    display: block; } }

@media only screen and (max-width: 1200px) {
  .table-section .table-container .table-row-titles {
    display: none; }
  .table-section .table-container table {
    box-shadow: none;
    background-color: transparent; }
  .table-section .table-container tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    background-color: white;
    padding: 15px 20px;
    box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.13); }
  .table-section .table-container tr td {
    border: none;
    padding: 0 0 15px 0;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0.2px; }
  .table-section .table-container tr td .table-row-title {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    display: inline-block; }
  .table-section .table-container tr .study-name {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px; } }
