.surdurulebilirlik {
    width: 100%;
    height: auto;
}

.sur-baslik {
    margin-bottom: 21px;
    font-family: "Urbanist";
    font-size: 2.5rem;
    font-weight: 700;
    color: #109435;
}

.arka-container {
    margin-top: 70px;
}

.sur-aciklama {
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.yazi {
    position: relative;
    padding-left: 30px;
    text-align: left;
}

.arkaplan {
    background-image: url(../img/surdurulebilirlik-1.png);
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    /* min-height: 100vh; */
}

.yesil-bg {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/surdurulebilirlik-yapral.png);
    margin-top: 12rem;
}

.alan {
    display: flex;
    align-items: center;
}

.baslik-surdurulebilirlik {
    font-family: "Urbanist";
    font-size: 45px;
    font-weight: 700;
    color: white;
}

img.resim {
    width: 100%;
    margin-top: -8rem;
}

img.foto-1 {
    width: 100%;
}

.table-container {
    overflow: hidden;
    overflow-x: auto;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    vertical-align: baseline;
    border-color: #BBBABA;
    border-style: solid;
    border-width: 2px;
    padding: 20px 24px !important;
}

tbody tr th {
    font-weight: 400 !important;
    background-color: #399918 !important;
}

thead tr th {
    text-align: center;
    vertical-align: middle;
}

tbody tr td:not(:first-child) {
    text-align: center;
    vertical-align: middle;
}

tbody tr th:not(:first-child) {
    text-align: center;
    vertical-align: middle;
}

.row.yesil {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.aciklama-surdurulebilirlik {
    margin-top: 22px;
    font-family: "Urbanist";
    font-size: 24px;
    font-weight: 400;
    line-height: 42px;
    color: #F5F5F5;
}

.baslik-green {
    font-family: "Urbanist";
    font-size: 46px;
    font-weight: 700;
    line-height: 57.6px;
    color: #109435;
}

.baslik-yazi {
    color: #399918;
    font-family: "Urbanist";
    font-size: 45px;
    font-weight: 700;
    line-height: 57.6px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 60px;
}

.aciklama-green {
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: justified;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 21px;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .sur-baslik {
        font-size: 2rem;
    }
    .text {
        margin-top: -5px;
    }
    .baslik-yazi {
        color: #399918;
        font-family: Urbanist;
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 60px;
    }
    .baslik-green {
        font-family: "Urbanist";
        font-size: 30px;
        font-weight: 700;
        line-height: 57.6px;
        color: #109435;
        margin-top: 25px;
    }
    .aciklama-green {
        font-size: 16px;
    }
    .yesil-bg {
        margin-top: 85px;
    }
    .aciklama-surdurulebilirlik {
        margin-top: 22px;
        font-family: "Urbanist";
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        color: #F5F5F5;
    }
    .baslik-surdurulebilirlik {
        font-family: "Urbanist";
        font-size: 30px;
        font-weight: 700;
        color: white;
    }
    .sur-aciklama {
        font-size: 18px;
    }
    .yazi {
        padding-left: 15px;
    }
}

@media (max-width: 768px) {
    .sur-baslik {
        font-size: 1.8rem;
    }
    .row.yesil {
        margin-top: 2rem;
    }
    img.resim {
        width: 100%;
        margin-top: -8rem;
    }
    .sur-aciklama {
        font-size: 16px;
        margin-right: 5%;
    }
    .arkaplan {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (max-width: 480px) {
    .baslik-yazi {
        font-size: 26px;
        line-height: 30px;
    }
    .sur-baslik {
        font-size: 1.5rem;
    }
    .sur-aciklama {
        font-size: 16px;
    }
    .logolar {
        display: flex;
        align-items: center;
        column-gap: 8px;
    }
    .resim-green {
        margin-bottom: 2rem;
        width: 7rem;
    }
}