@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    line-height: 1;
    box-sizing: border-box;
}
li{
    list-style: none;
}
img{
  vertical-align: bottom;
}
body{
    background-color: #17f7dd;
}
.header{
    background: url(../img/2AdobeStock_1396039793_Preview.jpg) no-repeat center/cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-bottom: 90px;
}
.title{
    background-color: rgba(249, 249, 249, 0.5);
    text-align: center;
    padding: 40px 60px;
    color: #fb0000;
}
h1{
margin-bottom: 12px;
font-size: 40px;
font-weight: 700;

}
.title p{
    font-size: 18px;
    font-weight: 500;
}
.container{
    width: 940px;
    margin: 0 auto 90px;
    text-align: center;
}
@media (max-width:500px){
    .main{
        padding: 0 30px;
    }
.container{
    width: 100%;
    border-radius: 30x;
}
}
.main > p{
text-align: center;
font-size: 30px;
margin-bottom: 70px;
line-height: 2;
color: #fb0000;

}
h2{
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 32px;
    color: #fb0000;
}
.container ul{
    display: flex;
    justify-content: center;
    gap: 32px;
    
}
@media (max-width:500px){
   .container ul{
     display: block;    
   }
}
.container li{
    background-color: #f1fd05;
    padding: 20px;
    box-shadow: 4px 4px 0 #fff;
    border-radius: 20px;
}

h3{
    font-size: 26px;
    margin-bottom: 20px;
    padding: 6px 24px;
    background-color: bisque;
    color: #f77423;
}
.container li p{
    font-size: 16px;
    line-height: 1.4;
    text-align: justify; 
}
.main_photo{
    height: 120px;  
}
.pic01{
    background: url(../img/AdobeStock_1396039793_Preview.jpg)no-repeat center/cover;
}
.pic02{
    background: url(../img/AdobeStock_1225718249_Preview.jpg)no-repeat center/cover;
}
.pic03{
    background: url(../img/3AdobeStock_599121074_Preview.jpg)no-repeat center/cover;
}
.pic04{
    background: url(../img/AdobeStock_1566029196_Preview.jpg)no-repeat center/cover;
}
.pic05{
    background: url(../img/Copilot_20250829_110118.jpg)no-repeat center/cover;
}
.pic06{
    background: url(../img/shutterstock_195792995.jpg)no-repeat center/cover;
}
.footer{
    background-color: antiquewhite;
    color: #f77423;
}
.footer p{
    text-align: center;
    padding: 60px 0;
}

    


