
@import url('https://fonts.googleapis.com/css?family=Gochi Hand');
.contact-c-handwriting {
  text-align: left;
  font: normal normal normal 25px/29px Gochi Hand;
  letter-spacing: 1.25px;
  color: #16252D;
  max-width: 340px;
}

@media screen and (max-width: 1400px) {
  .contact-c-handwriting {
      max-width: 200px;
  }  
}

@media screen and (max-width: 1300px) {
  .contact-c-handwriting {
    font: normal normal normal 20px/23px Gochi Hand;
    letter-spacing: 1px;
  }  
}

.award-block {
  position: absolute;
  bottom: -200px;
  right: -250px;
}

@media screen and (max-width: 1400px) {
  .award-block {
    right: -200px;
  }  
}

.content-c-description-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 700px;
}

@media screen and (max-width: 1400px) {
  .contact-c-handwriting {
    font: normal normal normal 20px/23px Gochi Hand;
    letter-spacing: 1px;
  }  
}

@media (max-width:1300px) {
  .content-c-description-wrapper {
    width: 100%;
    align-items: center;
  }
}

.content-c-description-highlight {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.content-c-hightligh-svg {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 40px;
}

.content-c-book-a-demo-wrapper {
  width: 100%;
  height: 840px;
  position: relative;
}

.content-c-book-a-demo {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px #00000033;
  border-radius: 5px;
  height: auto;
  width: 385px;
  padding: 20px 17px;
  right: 40px;
  position: absolute;
}

@media screen and (max-width: 1600px) {
  .content-c-book-a-demo {
    right: 0;
  }
}

@media screen and (max-width: 1400px) {
  .content-c-book-a-demo {
    right: -10%;
  }
}

@media screen and (max-width: 1300px) {
  .content-c-book-a-demo {
    margin: 0 auto;
    left: 0;
    top: 40px;
  }
}

.content-c-blob {
  position: absolute;
  right: -25%;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -10;
  width: 773px;
}

