#s-1050 p {
  font-size: 17px;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #4b5d73;
  margin: 0 0 1.5em 0;
}

#s-1050 h2 {
  margin: 0.5em 0;
  font-size: 38px;
  line-height: 1.3em;
  font-weight: 700;
  color: #273f5b;
  letter-spacing: 0.02em;
}

#s-1050 a {
  color: #1d165c;
}

#s-1050 a:hover {
  color: #ec324c;
}

#s-1050 a:active,
#s-1050 a:hover {
  outline-width: 0;
}

#s-1050 .crumina-heading {
  position: relative;
  z-index: 5;
}

#s-1050 .crumina-heading > *:last-child {
  margin-bottom: 0;
}

#s-1050 .crumina-heading > *:first-child {
  margin-top: 0;
}

#s-1050 .heading-title {
  margin-bottom: 30px;
}

#s-1050 .bg-blue-lighteen {
  background-color: #f9f9f9;
}

#s-1050 .info-box-modern {
  position: relative;
}

#s-1050 .info-box-modern img {
  align-items: center;
  margin-top: 25px;
  border-radius: 7px;
  transition: all 1s ease-in-out;
  overflow: hidden;
  position: relative;
  box-shadow: #adb7d4 4px 8px 10px;
}

#s-1050 .info-box-modern:hover .hover-post:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
}

#s-1050 .info-box-modern .info-box-thumb {
  position: relative;
}

#s-1050 .hover-post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  overflow: hidden;
}

#s-1050 .hover-post:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
}

#s-1050 .full-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#s-1050 .section-bg-rounded {
  position: relative;
  background-size: cover;
}

#s-1050 .section-bg-rounded > .container {
  position: relative;
  z-index: 2;
}

#s-1050 .section-bg-rounded:before,
#s-1050 .section-bg-rounded:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-size: cover;
}

#s-1050 .section-bg-rounded:before {
  top: -10px;
  left: 0;
}

#s-1050 .section-bg-rounded:after {
  bottom: -10px;
  left: 0;
}

#s-1050 .section-bg-rounded:last-of-type:after {
  display: none;
}

@media (max-width: 800px) {
  #s-1050 h2 {
    font-size: 1.9em;
  }
}

@media (max-width: 587px) {
  #s-1050 p {
    font-size: 16px;
  }

  #s-1050 h2 {
    font-size: 1.7em;
  }

  #s-1050 .col-xs-12 + .col-xs-12 {
    margin-top: 20px;
  }

  #s-1050 .crumina-heading {
    padding: 0 5px;
  }

  #s-1050 .heading-title {
    text-align: center;
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  #s-1050 .col-lg-offset-1 {
    margin-left: 3%;
  }
}
