.about p {
    color: #121318;
}

.about {
    margin-bottom: 50px;
}

.about-table {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.about-table__row {
    display: flex;
    background-color: #f3f3f3;
}

@media screen and (max-width: 650px) {
    .about-table__row {
        flex-direction: column;
    }
}

.about-table__row:nth-child(2n) {
    background-color: #f9f9f9;
}

.about-table__col {
    padding: 25px;
}

.about-table__col:nth-child(1) {
    width: 300px;
}

.about-table__col:nth-child(1) > img {
    height: auto;
}

@media screen and (max-width: 650px) {
    .about-table__col:nth-child(1) {
        width: 100%;
    }

    .about-table__col:nth-child(1) > img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }
}

.about-table__col:nth-child(2) {
    flex: 1;
}

.otm img{box-shadow: 4px 4px 6px #aaa;border-radius: 10px}
.otm tr td:nth-child(1) {width: 300px;}