.main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.face-wrapper {
    width: 20%;
}

.introduction {
    width: 80%;
}

.image-contents {
    width: 100%;

}

.image-contents img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.introduction a {
    text-decoration: none;
    color: #ffffff;
    width: 30%;
    padding: 10px 50px;
    border-radius: 10px;
    background-color: #3842d4;
}

.introduction ul {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}