#freelance .content {
  align-items: flex-start;
  width: calc(50% -  7.5vw);
  background-color: #ff9d00;
  position: relative;
  padding: 0;
  padding-right: 3em;
  float: right;
}
#freelance .content .background {
  width: calc(100% +  15vw);
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 1;
  background: none;
}
#freelance .content .background .background-canvas {
  height: 100%;
  position: relative;
  overflow: hidden;
}
#freelance .content .background .rudder {
  position: absolute;
  width: 175%;
  top: 0;
  right: 0;
  opacity: 0.2;
  transform: translate(46%, -45%) rotate(0deg);
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 80000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#freelance .content .text-divider {
  font-size: 3em;
  margin: 0 0 0.5em 0;
}
#freelance .content .text {
  width: 100%;
  z-index: 2;
  padding: 0 3em 0 0em;
}
#freelance .content .text h2 {
  font-size: 4em;
  font-family: 'Ebrima';
  margin: 0;
  margin-bottom: 1em;
}
#freelance .content .text p {
  margin: 0;
  font-size: 1.4em;
  line-height: 1.8;
}
#freelance .content .text a {
  display: inline-block;
  font-size: 1.5em;
  margin-top: 2em;
  font-weight: 600;
}
#freelance .image {
  z-index: 0;
  left: auto;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  background-image: url('/img/personas.jpg');
  background-size: cover;
  background-position: center;
  width: calc(50% +  7.5vw);
}
#freelance .image .divider {
  float: right;
  width: 15vw;
  height: 100%;
  border: 15vw solid #ff9d00;
  border-top: none;
  border-bottom: 100vh solid transparent;
  border-left: none;
}
@-moz-keyframes spin {
  from {
    -moz-transform: translate(-48%, 0) rotate(0deg);
  }
  to {
    -moz-transform: translate(-48%, 48%) rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: translate(-48%, 48%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-48%, 48%) rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: translate(46%, -45%) rotate(0deg);
  }
  to {
    transform: translate(46%, -45%) rotate(360deg);
  }
}
@media (max-width: 1200px) {
  #freelance .content {
    width: calc(60% -  7.5vw);
  }
  #freelance .image {
    width: calc(40% +  7.5vw);
  }
  #freelance .image .divider {
    width: 15vw;
    border: 15vw solid #ff9d00;
    border-top: none;
    border-bottom: 100vh solid transparent;
    border-left: none;
  }
}
@media (max-width: 1024px) {
  #freelance .content {
    width: calc(65% -  7.5vw);
  }
  #freelance .image {
    width: calc(35% +  7.5vw);
  }
  #freelance .image .divider {
    width: 15vw;
    border: 15vw solid #ff9d00;
    border-top: none;
    border-bottom: 100vh solid transparent;
    border-left: none;
  }
}
@media (max-width: 768px) {
  #main-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  #freelance .wrap {
    height: auto;
  }
  #freelance .content {
    width: 100%;
    min-height: 50vh;
    padding: 4em 3em 0 3em;
    float: none;
  }
  #freelance .content .background {
    display: none;
  }
  #freelance .content .text-divider {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
  #freelance .content .text {
    z-index: 2;
    padding: 0;
  }
  #freelance .content .text h2 {
    font-size: 3em;
  }
  #freelance .content .text p {
    margin: 0;
    font-size: 1.4em;
    line-height: 1.5;
  }
  #freelance .content .text a {
    display: inline-block;
    font-size: 1.5em;
    margin-top: 2em;
    font-weight: 600;
  }
  #freelance .image {
    position: relative;
    width: 100%;
    height: 300px;
    min-height: 50vh;
  }
  #freelance .image .divider {
    position: relative;
    top: -1px;
    display: block;
    width: 100%;
    height: 5em;
    border: 5em solid #ff9d00;
    border-top: none;
    border-right: none;
    border-bottom: 5em solid transparent;
    border-left: 100vw solid #ff9d00;
  }
}
@media (max-width: 600px) {
  #freelance .content {
    padding: 4em 1.5em;
  }
}
