.aboutHeader {
    background-color: #00ae42;
    padding: 60px;
}

.aboutBaslik1 {
    color: white;
    font-weight: bolder;
}

.aboutParagraf1 {
    color: white;
}

.aboutRow2 {
    margin-top: 100px;
}

.aboutBaslik2 {
    background-color: #00ae42;
    color: white;
    width: max-content;
    padding: 3px;
}

.AboutNeYapiyoruz {
    max-width: 340px;
}

.aboutRow3 {
    background-color: blue;
    color: white;
    padding: 30px;
}

.aboutButton1 {
    border: 1px solid black;
    background: linear-gradient(to right, white 50%, #00ae42 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    color: black;
    padding: 10px;
    transition: all 0.5s ease;
    font-size: 30px;
}

.aboutButton1:hover {
    background-position: right bottom;
    color: white;
    border: 1px solid #00ae42;
}

.colorBack {
    background-color: #00ae42;
}

.img_back {
    background-image: url("../img/renkPatlamasi.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #00ae42;
}