
.about-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--main-color);
    margin: 0;
    margin-bottom: 127px;
    padding: 20px 200px
   
}
.about-image {
    width: 100%;
    max-width: 850px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 60px;
    margin-right: 50px;
}
.about-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    position: relative;
}
.about-text {
    font-size: 18px;
    line-height: 1.6;
    color: var(--main-text-color);
    text-align: block;
    max-width: 800px;
    padding: 50px;
}