p {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.row {
  position: relative;
  display: flex;
}
.col-2 {
  min-height: 438px;
  position: relative;
  width: 50%;
  height: auto;
  background: transparent;
  color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
}
#img1 {
  background-image: url(../../files/company1.png);
  height: 35.2vw;
  margin-top: 95px;
}
#img2 {
  background-image: url(../../files/company2.png);
}
#img3 {
  background-image: url(../../files/company3.png);
}
#img4 {
  background-image: url(../../files/company4.png);
}
#img1,
#img2,
#img3 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.top {
  width: 65%;
  margin: 90px auto 0px;
  overflow: hidden;
}
.infoTitle {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 30px;
}
.title {
  font-size: 36px;
  margin-top: 18px;
  color: #ff0000;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.subtitle {
  color: #000000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.text {
  font-size: 16px;
  line-height: 20px;
  margin: 15px 0px;
}
.bottom {
  height: 16vw;
  position: relative;
}
.year {
  color: #f1f1f1;
  top: -70px;
  mix-blend-mode: multiply;
  font-weight: 600;
  font-size: 16.5vw;
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  background: transparent;
}
.year span {
  background: transparent;
}
.statement {
  width: 80%;
  max-width: 914px;
  margin: 60px auto 20px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ed1b2e;
}
.statement.first {
  width: 80%;
  max-width: 780px;
}

.name {
  font-size: 23px;
  line-height: 27px;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  font-weight: 600;
}

.job {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  margin: 0px 0px 70px;
  font-weight: 300;
}
.numbersContainer {
  margin: 90px auto;
}

.btnsContainer {
  display: flex;
  color: #000000;
  justify-content: center;
  flex-flow: row wrap;
  gap: 15%;
  margin-bottom: 60px;
}
.btnTitle {
  width: 100%;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 55px;
}
.btnChange {
  width: 146px;
  text-align: center;
  font-size: 25px;
  line-height: 29px;
  cursor: pointer;
  padding-bottom: 10px;
  border-bottom: 1px solid #ed1b2e;
}
#yearRow {
  height: 10.9vw;
}
.redLineBtn {
  margin-bottom: 80px;
}
.redLineBtn:last-of-type {
  margin-bottom: 90px;
}
.row:last-of-type .infoTitle {
  margin-top: 20px;
}
.job[data-aos="fade-up"] {
  transform: translate3d(0, 80px, 0);
}
#aboutVideo {
  position: relative;
  height: auto;
  width: 100vw;
  overflow: hidden;
}
#videoCover {
  display: block;
  position: relative;
  width: 100vw;
  height: calc(100vw * 1080 / 1920);
}

@media screen and (max-width: 768px) {
  .row:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .col-2 {
    width: 100%;
    min-height: 300px;
  }
  #img1 {
    margin-top: 0;
  }
  .top {
    width: 85%;
    margin: 30px auto 0px;
  }
  .title {
    font-size: 26px;
    margin-top: 0px;
    letter-spacing: 1px;
    float: left;
    width: 197px;
    max-width: calc(70% - 15px);
  }
  .title[data-aos="fade-right"] {
    transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
  .openQuote {
    float: left;
    width: 55px;
    margin-right: 15px;
    max-width: 30%;
  }
  .infoTitle {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .infoTitle[data-aos="fade-down"] {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
  }
  .subtitle {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
  }
  .text {
    font-size: 13px;
    line-height: 17px;
  }

  #yearRow {
    height: auto;
  }
  .year {
    position: relative;
    top: -10px;
    font-size: 60px;
  }
  .statement {
    width: 90%;
    margin: 30px auto 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .statement.first {
    width: 90%;
  }
  .name {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
  }
  .job {
    font-size: 12px;
    line-height: 16px;
    margin: 0px 0px 40px;
  }
  .row:nth-child(even) {
    flex-direction: column;
  }
  .row:nth-child(even).flexCol {
    flex-direction: column-reverse;
  }
  .redLineBtn {
    margin-bottom: 40px;
  }
  .numbersContainer {
    margin: 30px auto 35px;
    display: block;
  }
  .redLineBtn:last-of-type {
    margin-bottom: 10px;
  }
  .redLineBtn {
    width: 55%;
  }
}
