.tpk-content {
    display: block;
}

.tpk-section {
    max-width: 100%;
}

.dev-map {
    text-align: left;
}

.dev-map h3 {
    margin-top: 35px;
}

.dev-map ul {
    margin-left: 35px;
}

.img-list {
    display: flex;
    flex-wrap: wrap;
}

.img-item {
    width: calc(25% - 20px);
    background-size: cover;
    background-position: center;
    margin: 10px;
    height: 160px;
}

.img-list .img-item:nth-child(4n) {
    margin-right: 0;
}

.img-list .img-item:nth-child(4n + 1) {
    margin-left: 0;
}

.ogl {
    margin: 15px 0 30px;
}

.ogl a {
    display: inline-block;
    border-bottom: 1px dashed;
    cursor: pointer;
}

.ogl a:hover {
    opacity: 0.85;
}

@media screen and (max-width: 640px) {
    .dev-map {
        padding: 0 20px;
    }
    .img-item {
        width: 100%;
        margin: 10px 0;
    }
}