/* Customize container width  */
@media (min-width: 1680px) {
  .the-strike-of-google .container {
    max-width: 1550px;
  }
}

/* main */
.the-strike-of-google {
  padding-bottom: 40px;
}

/* header */
.the-strike-of-google__header {
  text-align: center;
  margin-bottom: 30px;
}
.the-strike-of-google--title {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 105%;
  text-transform: capitalize;
  color: #01196F;
  margin-bottom: 25px;
}
.the-strike-of-google--subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #0E2A72;
  width: 100%;
  width:100%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .the-strike-of-google__header {
    margin-bottom: 35px;
  }
  .the-strike-of-google--title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .the-strike-of-google {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .the-strike-of-google__header {
    margin-bottom: 40px;
  }
  .the-strike-of-google--title {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .the-strike-of-google {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .the-strike-of-google__header {
    margin-bottom: 40px;
  }
  .the-strike-of-google--title {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .the-strike-of-google--subtitle {
    max-width: 860px;
    margin: 0 auto;
  }
  .the-strike-of-google {
    padding-bottom: 70px;
  }
}
@media (min-width: 1680px) {
  .the-strike-of-google__header {
    margin-bottom: 50px;
  }
  .the-strike-of-google--title {
    font-size: 60px;
    margin-bottom: 35px;
  }
  .the-strike-of-google--subtitle {
    font-size: 18px;
    line-height: 27px;
  }
  .the-strike-of-google {
    padding-bottom: 90px;
  }
}

/* Strike List */
.google-strike-list {
  display: flex;
  flex-wrap: wrap;
}
.google-strike-list__item {
  background: rgba(207, 230, 249, 0.5);
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 15px 25px;
  margin-bottom: 15px;
}
.google-strike-list__icon {
  min-width: 25px;
  max-width: 25px;
  display: inline-block;
  margin-right: 10px;
}
.google-strike-list__title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #1E266D;
  margin-bottom: 0; 
}
@media (min-width: 768px) {
  .google-strike-list__item {
    min-height: 70px;
  }
}
@media (min-width: 992px) {
  .google-strike-list__title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .google-strike-list__item {
    height: 100%;
    padding: 20px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1366px) {
  .google-strike-list__title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1680px) {
  .google-strike-list__item {
    height: 100%;
    padding: 19px 35px;
    margin-bottom: 15px;
  }
  .google-strike-list__title {
    font-size: 20px;
    line-height: 27px;
  }
  .google-strike-list__icon {
    min-width: 40px;
    max-width: 40px;
    margin-right: 25px;
  }
}

/* footer content */
.the-strike-of-google__wraper {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.the-strike-of-google__poster {
  max-width: 620px;
}
.the-strike-of-google__details {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #0E2A72;
}

@media (min-width: 992px) {
  .the-strike-of-google__wraper {
    justify-content: space-between;
  }
  .the-strike-of-google__poster {
    width: 60%;
    margin-left: 143px;
  }
  .the-strike-of-google__details {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .the-strike-of-google__poster {
    width: 50%;
    margin-left: 0;
  }
  .the-strike-of-google__details {
    width: 50%;
  }
}
@media (min-width: 1680px) {
  .the-strike-of-google__details {
    max-width: 720px;
    font-size: 18px;
    line-height: 27px;
    margin-left: 17px;
    margin-top: 80px;
  }
}
