@charset "UFT-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.5;
}
a {
    color: inherit;
    text-decoration: none;
}
li {
    list-style: none;
 
}
body {
    background-color: #cee5ee;
}
img {
    vertical-align: bottom;
}
.header {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    background-image: url(/img/turtle-8903630_1920.jpg);
    
    background-size: cover;
}
.title {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.44);
    padding: 50px 80px;
    color: rgb(38, 85, 152);
    }
.border {
        border: 2px solid rgba(255, 255, 255, 0.5);
        padding: 40px;
    }
h1 {
    margin-bottom: 15px;
    font-size: 33px;
    font-weight: 700;
}
.title p {
    font-size: 18px;
    font-weight: 600;
}
.main  {
    text-align: center;
    font-style: 24px;
    margin: 40px;
    line-height: 1.8;
    font-weight: 500;

}
.container {
    width: 900px;
    margin: 40px auto 0;
    text-align: center;
}

.container ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px;
}

h2 {
    width: 500px;
    margin: 5px auto;
    font-size: 22px;
    padding: 10px;
    background-color: #d77422;
    color: #fff;
    border-radius: 18px;
}

.container li {
    background-color: rgb(255, 255, 255);
    padding: 25px;
    border-radius: 15px;
    width: 500px;
}
h3 {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 6px 24px;
    color: #d77422;
    border-bottom: 2px solid #d77422;
}
.container li p {
    font-size: 16px;
    line-height: 1.4;
    text-align: justify;
}
section img {
    border-radius: 40%;
    margin: 20px auto 0;
    box-shadow: 0px 0px 15px -5px #777777;
}
footer {
    text-align: center;
    margin: 0 auto 30px;
}

@media (max-width:500px) {
    .container {
    width: 100%;
}
    .border {
        border: none;
    }
    .title {
        padding: 30px 45px;
        background-color: rgba(27, 31, 57, 0.3);
    }
    .title p {
    font-size: 15px;
    font-weight: 400;
}
    h1 {
        font-size: 25px;
    }
    .title {
        color: #fff;
    }
    .main {
        padding: 0 10px;
    }
    .container ul {
        display: block;
}
    h2 {
        width: 85%;  
        font-size: 19px;
}
    h3 {
        font-size: 17px;
    }
    .container li {
        width: 100%;
}
    section img {
        width: 85%;
    }
    .container li {
        margin: 15px 0;
    }
}
