body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

img {
  width: 100%;
  display: block;
}

video {
  width: 100%;
}

.container {
  max-width: 1440px;
  margin: auto;
}

.wrapper-main {
  margin: 0 7px 0;
}

h2 {
  font-size: 42px;
  border-bottom: 3px solid #ffcd11;
  display: inline-block;
  color: #333;
  letter-spacing: 1.5px;
}

h4 {
  text-align: center;
  color: #333;
  font-size: 20px;
  margin-bottom: 40px;
  letter-spacing: 1.5px;
}

.subtitle-main {
  text-align: center;
  color: #333;
  font-size: 21px;
  margin-bottom: 40px;
  letter-spacing: 1.5px;
}

.title-main {
  display: flex;
  justify-content: center;
  margin-bottom: -40px;
}

.title {
  font-size: 42px;
  display: inline-block;
  color: #333;
  letter-spacing: 1.5px;
}

h3 {
  font-size: 30px;
  text-align: center;
}

p {
  text-align: center;
}

.text-bellow-subtitle {
  text-align: center;
  margin-top: -20px;
}

.col  {
  display: flex;
  margin: 20px 0 0;
}

.col-2  {
  display: flex;
  margin: 65px 0 0;
}

.col-6 {
  width: 50%;
}

.col-62 {
  width: 50%;
  margin: 0 0 30px;
}

.col-61 {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-half {
  max-width: 550px;
  margin: auto;
}

.subtitle-second {
  text-align: center;
  font-size: 28px;
  color: #333;
  margin: 50px 0 20px;
}

.img2 {
  max-width: 1116px;
  margin: 35px auto 0;
}

.image-half-second {
  max-width: 690px;
}

.wrapper {
  width: 70%;
}

.subtitle-third {
  text-align: center;
  margin: -10px 0 30px;
}

.img3 {
  max-width: 1120px;
  margin: 0 auto 0;
}

.group-text-bottom {
  margin: 0 0 45px;
}

@media screen and (max-width:1100px) {

  .image-half-second {
    margin: 30px auto 0;
  }

  .col-2 {
    display: block;
  }

  .col-6 {
    width: 100%;
  }

  .col {
    display: block;
  }

  .col-2 {
    display: block;
  }

  .col-62 {
    width: 100%;
  }

  .col-61 {
    width: 100%;
  }

  .img2 {
    max-width: 1116px;
    margin: 35px auto 0;
  }

  .left {
    text-align: center;
  }

  .wrapper {
    width: 100%;
  }

}