@charset "utc-8";
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1;
}
li{
  list-style: none;
}
img{
  vertical-align: bottom;
  
}
body{
  background-color: #d6ebf8
}
.header{
  background: url(../img/island-5783440_1280.jpg) no-repeat center/cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;

}
.title{
  text-align: center;
  background-color: rgba(30, 30, 30, 0.25);
  padding: 40px 60px;
  color: #fff;
}
.main {
width: 980px;
margin: 0 auto;
}
@media (max-width:500px){
.main {
width: 500px;
margin: 0 auto;
}
}

h1{
margin-bottom: 10px;
font-size: 50px;
font-weight: 700;
}
@media (max-width:500px){
 h1{
font-size: 38px;
}
}
.title p{
  font-size: 18px;
  font-weight: 500;
}
@media (max-width:500px){
.title p{
      font-size: 16px
  }
  }
/* main */
.main p{
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1.4;
}
.container{
  width: 960px;
  margin: 0 auto 60px;
  text-align: center;
  background-color:  #7081fe;
  border-radius: 20px 20px 20px 20px;
}
@media (max-width:500px){
  .main{
    padding: 0 15px;
  } 
  .container{
  width: 100%;
  background-color: #7081fe;
  
}
}
h2{
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 32px;

  

}
.container ul{
  display: flex;
  justify-content: center;
  gap: 32px;
  
}
@media (max-width:500px){ 
  .container ul{
    display: block;
    
  }
}

.container li{
  background-color: #affaad;
  width: 50%;
  border-radius: 20px 20px 20px 20px
}
@media (max-width:500px){ 
.container li{
  background-color: #c0d7ea;
  width: 100%;
}
}

.container img{
  width: 460px;
  height: 250px;
  border-radius: 20px 20px 20px 20px
}
@media (max-width:500px){ 
  .container img{
  width: 450px;
  height: 280px;
}
}
h3{
  font-size: 20px;
  margin-bottom: 20px;
  padding: 6px 20px;
  background-color: rgb(146, 188, 252);
  border-radius: 20px 20px 20px 20px

}
.container li p{
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
}
footer{
  background-color: #c0d7ea;
  color: #000000;
}


