body {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}

img {
  max-width: 100%;
}

span.underline {
  text-decoration: underline;
}

span.bold {
  font-weight: 700;
}

span.highlight {
  color: #0e4d7d;
}

a {
  text-decoration: none;
  color: inherit;
}

video {
  box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 75%);
  border-radius: 10px;
  max-width: 100%;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-container .psbr-btn {
  box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 75%);
  padding: 12.5px 35px;
  border-radius: 10px;
  margin-right: 25px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  color: #fff;
}

.button-container .register-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 35px;
  height: 45px;
}

.button-container .register-btn img {
  margin-right: 5px;
  margin-left: 5px;
}

span.highlight {
  color: #0e4d7d;
  font-weight: 700;
}

.register-btn {
  background: #0e4d7d;
}

.call-btn {
  background-color: #252525;
  border-color: #fff;
}

@media only screen and (max-width: 1600px) {
  .button-container .register-btn {
    padding: 3px 20px;
  }

  .button-container .psbr-btn {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1200px) {
  .button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .button-container .psbr-btn {
    margin: auto;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .button-container {
    margin-top: 10px !important;
  }

  .register-btn {
    background: #0e4d7d;
    padding: 3px 50px;
  }
}

@media only screen and (max-width: 768px) {
  .button-container .psbr-btn {
    padding: 12.5px 35px;
  }
}

/* =========================================== */
/* SUPER HEADER */
/* =========================================== */

.super-header {
  padding: 0;
  width: 100vw;
  max-width: 100%;
}

.super-header .row {
  width: 100%;
  margin: 0;
}

.super-header .top-container {
  padding: 0;
  width: 100%;
}

.super-header .top-container .logo-block {
  text-align: center;
  padding: 5px;
  border-right: 1px solid rgb(14 77 125 / 20%);
  width: 12.5%;
  height: 100%;
}

.super-header .top-container .logo-block:hover {
  background-color: rgb(14 77 125 / 20%);
}

.super-header .top-container .logo-block a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.super-header .top-container .verdict-block {
  width: 15%;
  border-right: 1px solid rgb(14 77 125 / 20%);
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.super-header .top-container .verdict-block h6 {
  font-size: 10px;
  margin-bottom: 0;
}

.super-header .top-container .verdict-block h5 {
  font-size: 14px;
  font-weight: 700;
  color: #0e4d7d;
  margin: 0;
}

.super-header .profile-list {
  display: flex;
  align-items: center;
  border-top: 1px solid rgb(14 77 125 / 20%);

  width: 100vw;
  overflow: scroll;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(14 77 125 / 20%);
}

.super-header .profile {
  margin-right: 15px;
  margin-left: 15px;
  text-align: center;
}

.super-header .profile .profile-img {
  margin-bottom: 5px;
}

.super-header .profile h6 {
  font-size: 10px;
  letter-spacing: 3px;
  margin-bottom: 0;
}

.super-header .profile-img {
  box-shadow: 2.5px 2.5px 2.5px 0px rgb(0 0 0 / 75%);
  border-radius: 50px;
  height: 100px;
  width: 100px;
  max-width: initial;
  object-fit: cover;
}

.super-header .social-media-block {
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .super-header .top-container .verdict-block {
    width: 23.333%;
  }

  .super-header .top-container .logo-block {
    width: 15%;
  }
}

@media only screen and (max-width: 992px) {
  .super-header .top-container {
    margin-bottom: 0;
  }

  .super-header .top-container .verdict-block {
    width: 30%;
  }

  .super-header .top-container .logo-block {
    width: 20%;
  }

  .super-header .profile-img {
    height: 75px;
    width: 75px;
  }
}

@media only screen and (max-width: 768px) {
  .super-header .top-container .verdict-block h6 {
    font-size: 8px;
  }
}

@media only screen and (max-width: 576px) {
  .super-header .top-container .logo-block {
    width: 50%;
  }
}

@media only screen and (max-width: 400px) {
  .super-header .profile-img {
    height: 60px;
    width: 60px;
  }
}

/* =========================================== */
/* HEADLINE SECTION */
/* =========================================== */
.headline-section {
  text-align: center;
  padding-top: 15px;
}

.headline-section h1 {
  font-size: 24px;
  max-width: 1200px;
  color: #0e4d7d;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: auto;
  margin-bottom: 0;
}

/* =========================================== */
/* PSBR TRIAL COLLEGE */
/* =========================================== */

.psbr-trial-college {
  background-color: #fff;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.psbr-trial-college .row {
  align-items: center;
}

.psbr-trial-college .side-logo-left {
  position: absolute;
  top: 20%;
  left: -390px;
  width: 600px;
  transform: rotate(270deg);
}

.psbr-trial-college .side-logo-right {
  position: absolute;
  top: 57%;
  right: -390px;
  width: 600px;
  transform: rotate(90deg);
}

.psbr-trial-college .top-logo {
  margin: 25px;
  width: 300px;
  margin: 25px 0;
}

.psbr-trial-college .video-container {
  height: 450px;
}

.psbr-trial-college video.main-featured-video {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.psbr-trial-college .button-container {
  margin-bottom: 15px;
  text-align: center;
}

.psbr-trial-college .event-date {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
}

.psbr-trial-college .register-btn {
  background: #0e4d7d;
}

.psbr-trial-college .call-btn {
  background-color: #252525;
  border-color: #fff;
}

.psbr-trial-college .see-agenda {
  color: #0e4d7d;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-bottom: 1px solid #0e4d7d;
}

.psbr-trial-college .right-column {
  margin-bottom: 75px;
}

.psbr-trial-college .quadrant-block {
  display: flex;
  flex-wrap: wrap;
}

.psbr-trial-college .quadrant-block .psbr-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 200px;
}

.psbr-trial-college .quadrant-block .psbr-block:nth-of-type(3),
.psbr-trial-college .quadrant-block .psbr-block:nth-of-type(4) {
  padding-top: 10px;
}

.psbr-trial-college .quadrant-block .psbr-block .profile-img {
  margin-bottom: 10px;
}

.psbr-trial-college .quadrant-block .psbr-block h6 {
  margin-bottom: 0;
  color: #0e4d7d;
  font-weight: 600;
}

.psbr-trial-college .quadrant-block .psbr-block:nth-of-type(1) {
  border-right: 2.5px solid rgb(14 77 125 / 50%);
  border-bottom: 2.5px solid rgb(14 77 125 / 50%);
}

.psbr-trial-college .quadrant-block .psbr-block:nth-of-type(2) {
  border-bottom: 2.5px solid rgb(14 77 125 / 50%);
}

.psbr-trial-college .quadrant-block .psbr-block:nth-of-type(3) {
  border-right: 2.5px solid rgb(14 77 125 / 50%);
}

.psbr-trial-college .psbr-block img {
  box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 75%);
  height: 150px;
  width: 150px;
  object-fit: cover;
  object-position: top;
}

.psbr-trial-college .logo-block {
  text-align: center;
  padding-left: 46px;
  margin-top: 10px;
}

@media only screen and (max-width: 1650px) {
  .side-logo-left,
  .side-logo-right {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .psbr-trial-college .row {
    align-items: initial;
  }

  .psbr-trial-college .video-container {
    height: 300px;
  }

  .psbr-trial-college .button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .psbr-trial-college .psbr-btn {
    margin: auto;
    margin-bottom: 15px;
  }

  .psbr-trial-college .register-btn {
    background: #0e4d7d;
    padding: 3px 75px;
  }

  .psbr-trial-college .quadrant-block .psbr-block {
    height: 160px;
  }

  .psbr-trial-college .psbr-block img {
    width: 112.5px;
    height: 112.5px;
  }
}

@media only screen and (max-width: 992px) {
  .psbr-trial-college .video-container {
    height: 450px;
  }

  .psbr-trial-college.container {
    width: 100%;
    max-width: 100%;
    padding-bottom: 25px;
    padding-top: 0;
  }

  .psbr-trial-college .video-area {
    padding: 0;
  }

  .psbr-trial-college video.main-featured-video {
    border-radius: initial;
  }

  .psbr-trial-college .see-agenda-container {
    margin-bottom: 25px;
  }

  .psbr-trial-college .right-column {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 25px;
    margin-right: 10px;
    padding-left: 2px;
  }

  .psbr-trial-college .description {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .psbr-trial-college h1 {
    text-align: center;
    font-size: 28px;
    color: #0e4d7d;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .psbr-trial-college .button-container {
    margin-top: 10px !important;
  }

  .psbr-trial-college .register-btn {
    background: #0e4d7d;
    padding: 3px 50px;
  }

  .psbr-trial-college .description p {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .psbr-trial-college .video-container {
    height: 250px;
  }

  .psbr-trial-college h1 {
    font-size: 16px;
    margin: 15px 0;
    padding: 10px 0;
    border-top: 1px solid rgb(14 77 125 / 20%);
    border-bottom: 1px solid rgb(14 77 125 / 20%);
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 5%);
  }

  .psbr-trial-college .description p {
    font-size: 12px;
  }

  .psbr-trial-college .right-column {
    flex-wrap: wrap;
    padding: initial;
  }

  .psbr-trial-college .logo-block {
    padding-left: initial;
    margin-top: 25px;
  }

  .psbr-trial-college .mobile-logo {
    width: 100%;
    padding-left: 5px;
  }

  .psbr-trial-college .event-date {
    font-size: 12px;
    max-width: 375px;
    margin: 10px auto;
  }
}

@media only screen and (max-width: 400px) {
  .psbr-trial-college h1 {
    font-size: 14px;
  }

  .psbr-trial-college .register-btn {
    padding: 3px 40px;
  }
}

/* =========================================== */
/* HEADLINE SECTION */
/* =========================================== */

.details-section {
  padding-top: 25px;
  padding-bottom: 25px;
}

.details-section .description {
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 1200px) {
  .details-section .description {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* =========================================== */
/* QUAD VIDEO SECTION */
/* =========================================== */

.quad-video-section {
  text-align: center;
  width: 95%;
}

.quad-video-section .video-quad {
  padding: 0;
}
.quad-video-section .video-play-icon {
  font-size: 250px;
  color: rgba(14, 77, 125, 0.5);
}

.quad-video-section .video-quad figcaption {
  margin: 10px auto;
  font-weight: 700;
  color: #0e4d7d;
}

.quad-video-section .video-container {
  position: relative;
}

.quad-video-section .video-container .video-overlay,
.quad-video-section .video-container .video-overlay-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 100;
  cursor: pointer;
}

.quad-video-section .psbr-video-icon {
  width: 125px;
  filter: brightness(25);
  margin-left: 15px;
}

.quad-video-section .video-quad-1,
.quad-video-section .video-quad-2 {
  padding-bottom: 25px;
}

.quad-video-section .video-quad-3,
.quad-video-section .video-quad-4 {
  padding-top: 25px;
}

.quad-video-section .video-quad-1 {
  border-right: 10px solid rgb(14 77 125 / 20%);
  border-bottom: 10px solid rgb(14 77 125 / 20%);
}

.quad-video-section .video-quad-2 {
  border-bottom: 10px solid rgb(14 77 125 / 20%);
}

.quad-video-section .video-quad-3 {
  border-right: 10px solid rgb(14 77 125 / 20%);
}

.quad-video-section video {
  width: 100%;
  max-width: 90%;
  height: 400px;
  object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  .quad-video-section video {
    height: 250px;
  }

  .quad-video-section .video-play-icon {
    font-size: 150px;
  }

  .quad-video-section .psbr-video-icon {
    width: 75px;
  }
}

@media only screen and (max-width: 992px) {
  .quad-video-section video {
    height: 225px;
  }
}

@media only screen and (max-width: 768px) {
  .quad-video-section .video-container {
    margin-bottom: 25px;
  }

  .quad-video-section .video-quad {
    border: 10px solid rgb(14 77 125 / 20%);
    padding: 25px 0;
    margin-bottom: 25px;
  }

  .quad-video-section .video-quad-3,
  .quad-video-section .video-quad-4 {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* =========================================== */
/* TRIPLE DETAIL SECTION */
/* =========================================== */

.triple-detail-section {
  padding-top: 75px;
  padding-bottom: 50px;
  max-width: 90%;
}

.triple-detail-section h2 {
  color: #0e4d7d;
}

.triple-detail-section .button-container {
  justify-content: start;
}

.triple-detail-section .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .triple-detail-section {
    text-align: center;
  }

  .triple-detail-section .register-btn {
    padding: 3px 35px;
  }
}

@media only screen and (max-width: 768px) {
  .triple-detail-section {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .triple-detail-section .button-container {
    margin-top: 25px !important;
  }
}

@media only screen and (max-width: 400px) {
  .triple-detail-section .register-btn {
    padding: 3px 25px;
  }
}

/* =========================================== */
/* AGENDA */
/* =========================================== */

.agenda-section {
  padding-top: 50px;
  max-width: 90%;
}

.agenda-section .agenda-area {
  padding-left: 50px;
}

.agenda-section .agenda-title {
  color: #0e4d7d;
  text-align: center;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 30px;
  margin-bottom: 15px;
}

.agenda-section .agenda-title .psbr-icon {
  width: 100px;
  margin-right: 15px;
}

/* button container */
.agenda-section .button-container {
  border-top: 5px solid rgb(14 77 125 / 20%);
  border-bottom: 5px solid rgb(14 77 125 / 20%);
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 35px;
}

.agenda-section .button-container .psbr-btn {
  margin: 0 35px;
}

.agenda-section .button-container .day-btn {
  background-color: #252525;
  padding: 12.5px 50px;
}

.agenda-section .button-container .breakout-btn {
  background-color: #0e4d7d;
}

/* Compressed Calendar */

h4.opening-party {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: rgba(0, 0, 0, 0.5);
}

h4.opening-party span.date {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}

.compressed-calendar {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}

.compressed-calendar .day-container {
  width: 30%;
}

.compressed-calendar .day-container h5.date {
  text-align: center;
  font-size: 14px;
}

.compressed-calendar .time-block {
  border-left: 10px solid #0e4d7d;
  border-radius: 10px;
  background-color: rgb(14 77 125 / 20%);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  margin-bottom: 25px;
}

.compressed-calendar .time-block a:hover {
  color: inherit;
  font-weight: 500;
}

.compressed-calendar .time-block.break-time-block {
  background-color: transparent;
  border: 1px solid rgb(14 77 125 / 20%);
  border-left: 10px solid #0e4d7d;
}

.compressed-calendar .time-block span {
  display: block;
}

.compressed-calendar .time-block span.time {
  letter-spacing: 3px;
  font-size: 14px;
}

.agenda-section .side-logos {
  border-left: 10px solid rgb(14 77 125 / 20%);
  border-right: 10px solid rgb(14 77 125 / 20%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-top: 250px;
  padding-bottom: 250px;
}

.agenda-section .side-logos .tlu-logo {
  transform: rotate(270deg);
  max-width: initial;
}

.agenda-section .side-logos .psbr-trial-college-logo {
  transform: rotate(270deg);
  max-width: 450px;
}

.agenda-section .day-title {
  background-color: #0e4d7d;
  padding: 5px 25px;
  margin-bottom: 50px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-weight: 300;
  font-size: 24px;
}

.agenda-section .day-title .psbr-icon {
  filter: brightness(25);
  width: 50px;
  margin-right: 35px;
}

.agenda-section .headline {
  font-size: 18px;
  color: #0e4d7d;
  letter-spacing: 5px;
  padding-bottom: 10px;
  border-bottom: 3px solid #0e4d7d;
  margin-bottom: 25px;
  display: flex;

  align-items: center;
}

.agenda-section .headline .logo {
  border-right: 3px solid #0e4d7d;
  padding-right: 15px;
  margin-right: 15px;
  width: 125px;
}

.agenda-section .headline .speaker-name {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  border-right: 3px solid #0e4d7d;
  padding-right: 15px;
  margin-right: 15px;
  margin-bottom: 0;
}

.agenda-section .headline .time {
  display: inline-block;
  letter-spacing: 3px;
  margin-bottom: 0;
}

.agenda-section .speakers {
  margin-bottom: 25px;
}

.agenda-section .speakers img {
  height: 250px;
  width: 250px;
  object-fit: cover;
  object-position: top;
  margin-right: 25px;
  border: 5px solid #0e4d7d;
}

.agenda-section h3 {
  color: #0e4d7d;
  font-size: 24px;
}

.agenda-section .description {
  max-width: 950px;
}

.agenda-section .video-container {
  margin-top: 25px;
  margin-bottom: 25px;
}

.agenda-section .video-container video {
  width: 450px;
  margin-right: 10px;
  object-fit: cover;
}

.agenda-section .view-profile-container {
  margin-top: 25px;
  margin-bottom: 150px;
}

.agenda-section .view-profile-container h6 span {
  border-bottom: 1px solid #0e4d7d;
  font-weight: 700;
}

.agenda-section .view-profile-container h6 {
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #0e4d7d;
}

.agenda-section .view-profile-container h6 a:hover {
  color: inherit;
  font-weight: 700;
}

@media only screen and (max-width: 1600px) {
  .agenda-section .button-container .day-btn {
    padding: 12.5px 35px;
  }

  .agenda-section .day-title {
    font-size: 18px;
  }

  .agenda-section .speakers img {
    width: 200px;
    height: 200px;
  }

  .agenda-section .day-title .psbr-icon {
    width: 40px;
  }

  .agenda-section .headline {
    font-size: 16px;
  }

  .agenda-section .headline .logo {
    width: 100px;
  }

  .agenda-section .headline .speaker-name {
    font-size: 16px;
  }

  .agenda-section h3 {
    font-size: 21px;
  }
}

@media only screen and (max-width: 1200px) {
  .agenda-section {
    padding-top: 50px;
  }

  .agenda-section .agenda-title {
    letter-spacing: 15px;
  }

  .agenda-section .button-container .day-btn {
    padding: 12.5px 75px;
  }

  .agenda-section .button-container .psbr-btn {
    margin: 15px 35px;
  }

  .agenda-section .button-container .breakout-btn {
    padding: 12.5px 100px;
  }

  .agenda-section .agenda-area {
    text-align: center;
    padding: initial;
  }

  .agenda-section .headline {
    justify-content: center;
  }

  .agenda-section ul {
    padding-left: 0;
  }

  .agenda-section li {
    list-style: none;
    margin-bottom: 15px;
  }

  .agenda-section .video-container video {
    width: 400px;
    margin-bottom: 25px;
  }

  .agenda-section .view-profile-container h6 {
    font-size: 12px;
    line-height: 2.5;
  }

  .compressed-calendar .time-block {
    text-align: left;
  }
}

@media only screen and (max-width: 992px) {
  .agenda-section .button-container .psbr-btn {
    margin: 15px;
  }

  .agenda-section .headline .speaker-name {
    font-size: 14px;
  }

  .agenda-section .headline .time {
    font-size: 12px;
  }

  .agenda-section .video-container video {
    width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .agenda-section .button-container .psbr-btn {
    margin: 10px;
  }
}

@media only screen and (max-width: 576px) {
  .agenda-section .agenda-title {
    font-size: 24px;
    letter-spacing: 10px;
  }

  .agenda-section .agenda-title .psbr-icon {
    width: 50px;
    margin-right: 0;
  }

  .agenda-section .button-container .breakout-btn {
    padding: 12.5px 50px;
  }

  .agenda-section .day-title {
    font-size: 14px;
    letter-spacing: 5px;
    margin-bottom: 25px;
  }

  .agenda-section .speakers {
    margin-bottom: 10px;
  }

  .agenda-section .speakers img {
    width: 125px;
    height: 125px;
    margin: 10px;
  }

  .agenda-section .headline .logo {
    display: none;
  }

  .agenda-section .headline .speaker-name {
    font-size: 12px;
    padding-right: 5px;
    margin: auto;
    border-right: 0;
  }

  .agenda-section .headline .time {
    display: none;
  }

  .agenda-section .headline {
    margin-bottom: 10px;
  }

  .agenda-section p.mobile-time {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
  }

  .agenda-section .view-profile-container h6 {
    font-size: 10px;
    display: flex;
    flex-direction: column;
    max-width: 250px;
    margin: auto;
  }

  h4.opening-party span.date {
    font-size: 14px;
  }

  h4.opening-party {
    font-size: 15px;
  }

  .compressed-calendar {
    display: block;
  }

  .compressed-calendar .day-container {
    width: initial;
  }
}

@media only screen and (max-width: 400px) {
  h4.opening-party span.date {
    font-size: 12px;
  }

  h4.opening-party {
    font-size: 13px;
  }
}

/* =========================================== */
/* FOOTER */
/* =========================================== */

footer {
  border-top: 2.5px solid rgb(14 77 125 / 20%);
  margin-top: 50px;
}

footer .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

footer .logo-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

footer .logo-container a:hover {
  background-color: rgb(14 77 125 / 20%);
}

footer .cg-logo-container {
  margin: auto;
  opacity: 0.9;
  border-left: 2.5px solid rgb(14 77 125 / 20%);
  border-right: 2.5px solid rgb(14 77 125 / 20%);
}

@media only screen and (max-width: 768px) {
  footer {
    margin-top: 25px;
  }
}
