.container {
  display: flex;
  flex-direction: column;
  align-items: stretch;

  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  border-color: #E5E5E5;

  position: relative;
}

.home {
  display: block;
  align-items: center;
  justify-content: center;
  height: auto;
  max-width: 100%;
  background-color: #FBF6ED;
}

.home .homeHorse {
  display: flex;
  align-items: center;
  justify-content: space-between;

  background-image: url('../images/horse.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  background-position-y: center;

  border-radius: 5px;
  max-width: 100%;
  width: 90%;
  height: 150px;
  margin: 15px auto;
  background-color: #1A3C2A;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 480px) {
  .home .homeHorse {
    height: 200px;
  }
}

@media screen and (min-width: 768px) {
  .home .homeHorse {
    width: 95%;
    height: 200px;
    margin: 20px;
    padding: 0 38px;
    min-height: 335px;
  }
}

@media screen and (min-width: 1024px) {
  .home .homeHorse {
    width: 95%;
    margin: 25px;
    padding: 0 52px;
    min-height: 370px;
  }
}

@media screen and (min-width: 1200px) {
  .home .homeHorse {
    width: 95%;
    margin: 25px;
    padding: 0 56px;
    min-height: 440px;
  }
}

.home .homeHorse h4 {
  display: block;
  justify-content: center;
  text-align: left;
  max-width: 60%;
  padding-left: 15px;

  font-family: 'Tiro Devanagari Hindi', serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 1px;
  color: #E6C38A;
}

@media screen and (min-width: 480px) {
  .home .homeHorse h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (min-width: 768px) {
  .home .homeHorse h4 {
    font-size: 30px;
    line-height: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .home .homeHorse h4 {
    font-size: 35px;
    line-height: 55px;
  }
}

@media screen and (min-width: 1200px) {
  .home .homeHorse h4 {
    font-size: 42px;
    line-height: 65px;
    font-weight: 100;
  }
}

.home .homeText p {
  text-align: center;
  font-family: 'Tiro Devanagari Hindi', serif;
  font-weight: 400;
  font-size: 14px;
  color: #1A3C2A;
  margin-top: 10px;
  margin: 10px;
  padding: 10px auto;
}

@media screen and (min-width: 768px) {
  .home .homeText p {
    font-size: 18px;
    padding: 35px 30px 50px 25px;
  }
}

@media screen and (min-width: 1024px) {
  .home .homeText p {
    font-size: 24px;
    padding: 54px 25px 80px 30px;
  }
}

.homeContainerSection {
  background-color: #FFFFFF;
}

.sprintHorse {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 10px;
  margin-top: 30px;
  background-color: #35473B;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 1024px) {
  .sprintHorse {
    padding: 0;
    margin-top: 70px;
  }
}

.sprintHorse h3 {
  text-align: center;
  font-family: 'Tiro Devanagari Hindi', serif;
  font-weight: 400;
  font-size: 14px;
  padding: 10px;
  color: #E6C38A;
}

@media screen and (min-width: 480px) {
  .sprintHorse h3 {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .sprintHorse h3 {
    font-size: 20px;
    padding: 7px;
  }
}

@media screen and (min-width: 1024px) {
  .sprintHorse h3 {
    font-size: 30px;
    padding: 15px;
  }
}

.cards {
  display: block;
  align-items: center;
  justify-content: center;

  padding: 25px;
  background-color: #FBF6ED;
  margin: 15px;
  border-radius: 5px;
  border: solid 1px #1a3c2a73;
  margin-top: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .cards {
    max-width: 100%;
    margin: 80px 60px 60px;
    line-height: 30px;
    padding: 35px 25px;
  }
}

@media screen and (min-width: 1024px) {
  .cards {
    display: flex;
    max-width: 100%;
    margin: 80px 60px 60px;
    line-height: 30px;
    padding: 35px 25px;
    justify-content: space-around;
    align-items: flex-start;
  }
}

.cards .cardLeft {
  display: flex;
  flex-direction: column;

  font-family: 'Tiro Devanagari Hindi', serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

@media screen and (min-width: 768px) {
  .cards .cardLeft {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .cards .cardLeft {
    font-size: 20px;
    max-width: 45%;
  }
}

.cards .cardRigth {
  display: flex;
  flex-direction: column;

  font-family: 'Tiro Devanagari Hindi', serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

@media screen and (min-width: 768px) {
  .cards .cardRigth {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .cards .cardRigth {
    font-size: 20px;
    max-width: 45%;
  }
}

.cards ul {
  list-style: none;
}

.cards li::before {
  content: "•";
  color: #1A3C2A;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .cards li::before {
    margin-right: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .cards li::before {
    margin-right: 15px;
  }
}

.text {
  text-align: center;
  font-family: 'Tiro Devanagari Hindi', serif;
  font-weight: 400;
  font-size: 14px;
  color: #1A3C2A;
  margin: 10px;
  padding: 10px auto;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .text p {
    font-size: 18px;
    padding: 15px 15px 20px;
  }
}

@media screen and (min-width: 1024px) {
  .text p {
    font-size: 24px;
    padding: 40px 44px 30px;
  }
}

.distribuidor {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  flex-direction: column;
}

.distribuidor img {
  height: auto;
  width: 100%;
  max-width: 90px;
  margin-top: 30px;
}

@media screen and (min-width: 480px) {
  .distribuidor img {
    max-width: 85px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .distribuidor img {
    max-width: 125px;
    margin-top: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .distribuidor img {
    max-width: 175px;
    margin-top: 35px;
  }
}

.distribuidor h2 {
  text-align: center;
  font-family: 'Tiro Devanagari Hindi', serif;
  font-weight: 400;
  font-size: 16px;
  color: #1A3C2A;

  margin-top: 30px;
}

@media screen and (min-width: 480px) {
  .distribuidor h2 {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 30px 0;
  }
}

@media screen and (min-width: 768px) {
  .distribuidor h2 {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 40px 0;
  }
}

@media screen and (min-width: 1024px) {
  .distribuidor h2 {
    font-size: 32px;
    margin-top: 80px;
    letter-spacing: 3px;
  }
}

.homeFormContainer {
  width: 100%;
  margin-bottom: 20px;
}