/*
  Stylesheet for component 'prefooter-component'
*/

.prefooter-component-wrap {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: "Josefin Sans"
}

.prefooter-component-wrap a {
  text-decoration: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  transition: opacity 0.3s ease 0s;
}

.prefooter-component-wrap a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.9;
}

.prefooter-component-wrap .prefooter-component-wrapper-left, .prefooter-component-wrap .prefooter-component-wrapper-right {
  padding: 80px;
}

.prefooter-component-wrap .prefooter-component-wrapper-left {
  background-color: #1C2733;
}

.prefooter-component-wrap .prefooter-component-wrapper-right {
  background-color: #364654;
}

.prefooter-component-wrap .title {
  font-size: 17px;
  letter-spacing: 4px;
}

.prefooter-component-wrap .subtitle {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 4px;
  font-family: "Barlow";
  font-weight: 300;
}

@media screen and (max-width: 1400px) {
  .prefooter-component-wrap .title {
    font-size: 15px;
    letter-spacing: 3px;
  }
}
