.four {
    background: url('../img/book_mockup_2.webp') no-repeat center top / cover;
}
.section_four {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.four h1 {
    text-align: center;
    font-weight: 500;
    padding-top: 5%;
    color: rgb(255, 255, 255);
    font-size: 30px;
    padding-bottom: 30px;
}

.four ul {
    padding-left: 30px;
    border-radius: 5px;
    
}
.four ul li {
    font-weight: 600;
    color: rgb(255, 255, 255);
    list-style-type:disc;
    padding-bottom: 15px;
    font-size: 20px;
}
.section_four ul li {
    background-color: #ffffff;
    text-align: center;
    list-style-type: none;
    margin-right: 20px;
    border-radius: 15px;
    color: #09002b;
    width: 25%;
    text-align: justify;
    padding: 15px;
    transition: all 0.3s;
    font-size: 15px;
    font-weight: 400;
}
.section_four ul li:hover {
    box-shadow: 0 0 10px #ffffff;
}
.section_four ul li:last-child {
    margin-right: 0;
}
.section_four ul {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.section_four h2 {
    text-align: center;
    font-size: 20px;
    font-style: normal;
}