@media (max-width: 1228px) {

    .about-title {
        margin-right: 0px;
        padding-bottom: 10px;
    }

    .main-title {
        font-size: 2em;
    }

    .about {
        flex-direction: column;
        padding: 0px;
        padding-bottom: 10px;
    }

    .about-img {
        margin-right: 0px;
    }

    .about-text {
        width: 95%;
        padding-top: 10px;
    }
}