section.introduction {
    div.image {
        width: 300px !important;
        margin-top: -50px !important;
    }
}

section.detail {
    div.image {
        margin-top: -25px !important;
        width: 400px !important;
    }
}

div.more {
    margin: 0 auto;
    width: fit-content;
    margin-top: 44px;

    h3 {
        text-align: center;
    }

    ul {
        margin-top: 22px;
        list-style: none;
        padding-left: 0;

        li {
            padding-left: 0;
        }
    }
}