.about_grid {
    display: grid;
    grid-template-columns: 2fr 5fr 2fr;
    gap: 15px;
    align-items: center;
    justify-content: center;
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 20px;
}

img {
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.about_text {
    background-color: rgba(201, 194, 179, 1);
    border-radius: 30px;
    padding: 60px 35px;
}