.cevre-detail {
    margin-top: 16px;
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #5B913B;
}

.sayfa-iletisim-bg {
    background: linear-gradient(107.41deg, #5B913B 0%, #77B254 100%) !important;
}

.sayfa-iletisim-bg .form-check-label {
    color: white !important;
}

.cevre-title {
    font-family: Argede;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #181818;
}

.cevre-row {
    justify-content: center;
}

.cevre-detaylari {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #646464;
}

.cevre-detay-baslik {
    margin-bottom: 42px;
    color: #5B913B;
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.surdurebilirlik-row {
    align-items: center;
    row-gap: 96px;
    margin-top: 96px !important;
}

@media only screen and (max-width: 991px) {
    .degisen-1 {
        order: 1;
    }
    .degisen-2 {
        order: 2;
    }
}

@media only screen and (max-width: 768px) {
    .surdurebilirlik-row {
        row-gap: 61px;
    }
}

@media only screen and (max-width: 768px) {
    .cevre-detail {
        font-size: 28px;
        line-height: 30px;
    }
    .cevre-detaylari {
        font-size: 15px;
    }
    .surdurebilirlik-row {
        margin-top: 50px !important;
    }
    .cevre-detay-baslik {
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 30px;
    }
    .surdurebilirlik-row {
        row-gap: 35px;
    }
}