.reklam-alani-genel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;

    img {
        width: 100%;
        max-width: 491px;
        border-radius: 5px;
    }
}