@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.background-2 {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.background-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.about-us {
    padding: 2rem;
    background-color: #f9f9f9;
}

.about {
    max-width: 1200px;
    margin: 0 auto;
}

.hakkimizda, .heads, .misyon {
    font-size: 2rem;
    color: #086c94;
    margin-bottom: 1.5rem;
}

.about-write, p {
    font-size: 18px;
    color: #333;
    margin-bottom: 1rem;
}

#write1 {
    font-size: 1.5rem;
    color: #086c94;
    margin: 1rem 0 0.5rem;
}

#write2 {
    font-size: 16px;
    color: #555;
    margin-bottom: 1rem;
}

/* Responsive Düzenlemeler */
@media (max-width: 768px) {
    .about-us {
        padding: 1rem;
    }

    .hakkimizda, .heads, .misyon {
        font-size: 1.5rem;
    }

    .about-write, p {
        font-size: 16px;
    }

    #write1 {
        font-size: 1.25rem;
    }

    #write2 {
        font-size: 14px;
    }

    .background-img {
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    .about-us {
        padding: 0.5rem;
    }

    .hakkimizda, .heads, .misyon {
        font-size: 1.25rem;
    }

    .about-write, p {
        font-size: 14px;
    }

    #write1 {
        font-size: 1rem;
    }

    #write2 {
        font-size: 12px;
    }

    .background-img {
        max-width: 85%;
    }
}