@media screen and (max-width: 480px)
{
  #page-content #home-square .container.text
  {
    padding: 50px 0px;
  }
}

.home-square h2.sm
{
  font-size: 35px;
}

.home-square a.btn-pro
{
  font-size: 16px;
  line-height: 16px;
  color: #c19b76;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}

.home-square a.btn-pro::after
{
  content: "\f30f";
  font-family: "Ionicons";
  position: absolute;
  display: block;
  position: absolute;
  right: -20px;
  top: 3px;
  -webkit-transition: right .4s ease;
  -o-transition: right .4s ease;
  transition: right .4s ease;
}

.home-square p
{
  font-family: "Open Sans", sans-serif;
  color: #85858a;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.home-square .grey-background
{
  background-color: #f6f6f6 !important;
}

.home-square .white-background
{
  background-color: white !important;
}

.home-square .padding-leftright-null
{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home-square .margin-bottom-small
{
  margin-bottom: 18px !important;
}

.home-square.content-section .text
{
  padding: 50px;
}

.home-square.content-section .bg-img
{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: height .4s ease;
  -o-transition: height .4s ease;
  transition: height .4s ease;
}
.home-square.fullpage-wrap {
  /*
  margin-left: -50px;
  margin-right: -50px;
  */
  background-color: white;
}