a {
  color: #fff;
  text-decoration: none;
}

.topsection {
  height: 272px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.body {
  background-image: -webkit-linear-gradient(270deg, #a4762b, #a4762b);
  background-image: linear-gradient(180deg, #a4762b, #a4762b);
}

.container {
  height: 100%;
}

.textblock {
  margin-top: 7px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
}

.image {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.link {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.link:hover {
  text-shadow: 1px 1px 10px #fff;
}

@media (max-width: 991px) {
  .textblock {
    margin-left: 100px;
  }
  .image {
    margin-left: 100px;
  }
}

@media (max-width: 767px) {
  .textblock {
    margin-right: 50px;
  }
}

@media (max-width: 479px) {
  .textblock {
    margin-left: 40px;
  }
  .image {
    margin-left: 40px;
  }
}

