*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container{
  width: 1140px;
  margin: 0 auto;
 }

.box-img{
  width: 250px;
  height: 200px;
}
.box-list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.box-item{
    display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 0px 15px;

}
.box{
  padding: 40px 0;
}
.box-title{
  padding: 7px 0;
  color: blueviolet;
  font-size: 24px;
}
 

.wrapper .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper-left{
  width: 48%;
}
.wrapper-title{
  font-size: 40px;
}
.wrapper-text{
  font-size: 28px;
}
.wrapper-text{
  padding: 20px 0;
  padding-bottom: 35px;
}
.wrapper-link{
  background-color: blue;
  color: white;
  padding: 15px 40px;
  border-radius: 8px;
  text-decoration: none;
}
.wrapper-iframe{
  width: 500px;
  height: 270px;
}
@media(max-width: 1200px) {
  .container{
    width: 1120px;
  }
}
@media(max-width: 1100px) {
  .container{
    width: 1020px;
  }
  .box-img{
    width: 225px;
  }
}
@media(max-width: 1000px) {
  .container{
    width: 920px;
  }
  .box-img{
    width: 178px;
  }
  .wrapper-iframe{
    width: 418px;
  }
  .wrapper-title{
    font-size: 35px;
  }
  .wrapper-text{
    font-size: 25px;
  }
}
@media(max-width: 900px) {
  .container{
    width: 820px;
  }
  .box-img{
    width: 158px;
  }
  .box-title{
    font-size: 20px;
  }
  .box-text{
    font-size: 14px;
  }
  .wrapper-title{
    font-size: 30px;
  }
  .wrapper-text{
    font-size: 20px;
  }
}
@media(max-width: 800px) {
  .container{
    width: 720px;
  }
  .box-list{
    flex-wrap: wrap;
  }
  .box-item{
    width: 45%;
    padding: 15px 0;
  }
  .box-img{
    width: 100%;
  }
  .box-title{
    font-size: 24px;
  }
  .box-text{
    font-size: 18px;
  }
  .wrapper-iframe{
    width: 344px;
  }
}
@media(max-width:620px) {
  .container{
    width: 500px;
  }
  .box-item{
    width: 45%;
    margin: 0px 5px;
  }
  .wrapper .container{
    flex-direction: column-reverse;

  }
  .wrapper-left{
    width: 100%;
    text-align: center;
    padding-top: 25px;
  }
  .wrapper-iframe{
    width: 450px;
  }
}

@media(max-width:520px) {
  .container{
    width: 400px;
  }
  .box-item{
    width: 100%;
  }
  .box-title{
    font-size: 29px;
  }
  .wrapper-iframe{
    width: 100%;
  }
}
@media(max-width:420px) {
  .container{
    width: 300px;
  }}
  @media(max-width:320px) {
    .container{
      width: 100%;
    }
  .wrapper-title{
    font-size: 25px;
  }
  .wrapper-text{
    font-size: 16px;
  }
  }