body {
  font-family: 'Karla', sans-serif;
  background-color: #000000;
  color: #ffffff;
  padding-bottom: 75px; }
  @media (max-width: 767px) {
    body {
      padding-bottom: 30px; } }

@media (max-width: 991px) {
  .section-left {
    padding: 24px 40px; } }

.page-title {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .page-title {
      font-size: 35px;
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .page-title {
      font-size: 30px;
      margin-bottom: 15px; } }


.footer-social-links {
  margin-bottom: 25px; }
  .footer-social-links .social-link {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #000000;
    font-size: 20px;
    margin-right: 16px;
    transition: all 0.3s ease-in-out; }
    .footer-social-links .social-link:last-child {
      margin-right: 0; }
    .footer-social-links .social-link:hover {
      text-decoration: none;
      background-color: #ffff00;
      color: #000000; }
    @media (max-width: 767px) {
      .footer-social-links .social-link {
        line-height: 30px;
        width: 30px;
        height: 30px;
        font-size: 14px; } }
