.pc-container-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: #181A21;
    border-radius: 15px;
    width: 66.66%;
    margin: auto;
    text-align: center;
    padding: 25px;
}

.section-pc {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.section-pc-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.33%;
    background-color: #181A21;
    height: auto;
}

.pc-image-container {
    height:315px;
}

.section-pc-content img {
    height: 300px;
    width: auto;
}

.section-pc-content li {
    list-style: none;
}

.section-pc-content a {
    text-decoration: none;
    color: #fff;
    display: block;
    border-radius: 50px;
    width: 175px;
    height: auto;
    background-color: #007BFF;
    padding: 2.5px;
}