/*OUTSORTING*/
/*OUTSORTING-TITLE*/
.title{
    border-top: 0;
    margin: 20px auto;
}

.title h1{
    color: #A1DB4C;
    text-align: center;
    font-size: 40px;
    line-height: 130%;
    font-family: 'Inter';
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    padding: 40px 20px;
}

.title p{ 
    max-width: 700px; 
    font-size: 18px;
    text-align: center;
    padding: 40px 20px;
    margin: 0px auto;
}

.section h2{
    color: #A1DB4C;
    text-align: center;
    font-size: 28px;
    line-height: 130%;
    font-family: 'Inter';
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.content--green{
    padding: 28px;
    border-radius: 15px;
    border: 3px solid #A1DB4C;
    background: #F6FFEA;
    margin: 20px auto;
}



.outsourcing-content .content--green__text{
    margin-bottom: 15px;
}

.outsourcing-content .content--green__list li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.outsourcing-content .content--green__list li:last-child{
    margin-bottom: 0px;
}

.outsourcing-content .content--green__list li::before{
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #A1DB4C;
}

.outsourcing-content .content--green__list{
    margin-bottom: 30px;
}

.content--green__text-sub{
    color: #77A03A;
    font-weight: 600;
}
/*OUTSORTING-INCLUDES*/
.includes-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}

.includes-title h2{
    color: #77A03A;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.include-list{
    margin-bottom: 58px;
}

.include-list li{
    display: flex;
    align-items: center;
    border-radius: 15px;
    border: 3px solid #A1DB4C;
    background: #F6FFEA;
    padding: 40px 80px 40px 22px;
}

.include-list li span:first-child{
    color: rgba(30, 75, 42, 0.54);
    font-family: Montserrat;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 40px;
}


/*ACCOUNTING*/
.accounting-title{
    margin-bottom: 33px;
}

.accounting-title h3{
    color: #1E4B2A;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.accounting-list{
    margin-bottom: 30px;
}

.accounting-list li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.accounting-list li:last-child{
    margin-bottom: 0;
}

.accounting-list li span:first-child{
    color: #A1DB4C;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 17px;
    transform: translateY(-5px);
}

/*EDUCATION*/
.education-title{
    margin-bottom: 30px;
}

.education-list{
    margin-bottom: 30px;
}

.education-list li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}

.education-list li:last-child{
    margin-bottom: 0;
}

.education-list li::before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #A1DB4C;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.education .content--green, .education .content--white{
    margin-bottom: 20px;
}

.education .content--green:last-child{
    margin-bottom: 0;
}

.education .content--white:nth-child(4) span{
    display: block;
    margin-bottom: 5px;
}

.education .content--white:nth-child(4) span:last-child{
    margin-bottom: 0px;
}

/*EDUCATION*/
.content--white{
    padding: 25px;
    border-radius: 15px;
    border: 3px solid #A1DB4C;
    background: #FCFFFC;
}

.sheet-title h3{
    color: #77A03A;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}

.sheet-subtilte{
    line-height: 130%;
}

section:nth-child(2){
    border-top: 0;
    padding-top: 0;
}

.sheet .content--green:nth-child(2){
    margin: 30px 0px;
}

.sheet .content--green li{
    position: relative;
    margin-bottom: 15px;
    padding-left: 25px;
}

.sheet .content--green li:last-child{
    margin-bottom: 0;
}

.sheet .content--green li::before{
    display: block;
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #A1DB4C;
    border-radius: 50%;
}

.sheet .content--green:nth-child(3) span:first-child{
    display: block;
    margin-bottom: 30px;
}

/*Environmental*/
.environmental-content .content--white span{
    display: block;
    margin-bottom: 16px;
}

.environmental-content .content--white{
    margin-bottom: 30px;
}

.environmental-content .content--green span{
    display: block;
    margin-bottom: 16px;
}

.environmental-content .content--white span:last-child, .environmental-content .content--green span:last-child{
    margin-bottom: 0px;
}

/*RISKS*/
.risks-title{
    margin-bottom: 16px;
}

.risks-title h3{
    color: #1E4B2A;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.risks .content--green{
    margin-bottom: 30px;
}

.risks .content--white:nth-child(2){
    margin-bottom: 30px;
}

.risks .content--green:nth-child(3) span:first-child{
    display: block;
    margin-bottom: 15px;
}

.risks .content--white ul{
    margin: 15px 0px;
}

.risks .content--white ul li{
    position: relative;
    margin-bottom: 5px;
    padding-left: 25px;
}

.risks .content--white ul li:last-child{
    margin-bottom: 0;
}

.risks .content--white ul li::before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #1E4B2A;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.risks .content--white:last-child span:nth-child(3){
    display: block;
    margin-bottom: 15px;
}
/*WASTE*/
.waste .content--green li{
    display: flex;
    margin-bottom: 30px;
}

.waste .content--green li:last-child{
    margin-bottom: 0;
}

.waste .content--green li span:first-child{
    color: #A1DB4C;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 9px;
    transform: translateY(-7px);
}

.waste .content--green:nth-child(2){
    margin: 30px 0px;
}

/*Medical*/
.medical .content--green{
    margin-bottom: 30px;
}

.medical-title{
    color: #77A03A;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.medical-list{
    margin-bottom: 60px;
}

.medical-list li{
    display: flex;
    align-items: center;
    border-radius: 15px;
    border: 3px solid #A1DB4C;
    background: #F6FFEA;
    padding: 40px 80px 40px 22px;
}

.medical-list li span:first-child{
    color: #A1DB4C;
    font-family: Montserrat;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 16px;
}

.medical-text span{
    display: block;
    margin-bottom: 30px;
}

.medical-text span:last-child{
    display: block;
    margin-bottom: 0px;
}
/*SRO*/
.sro .sro-title{
    margin-bottom: 10px;
}

.sro .sro-title h3{
    color: #77A03A;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.sro .content--green{
    margin: 30px 0px;
}

.sro-list li{
    position: relative;   
    padding-left: 25px;
    margin-bottom: 16px;
}

.sro-list li:last-child{
    margin-bottom: 0;
}

.sro-list li:before{
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #A1DB4C;
    border-radius: 50%;
}
/*ACCIDENTAL*/
.acciedental-content .content--green:nth-child(2){
    margin: 30px 0px;
}

.acciedental-content .content--green ul{
    margin-top: 37px;
}

.acciedental-content .content--green ul li{
    display: flex;
    margin-bottom: 30px;
}

.acciedental-content .content--green ul li:last-child{
    margin-bottom: 0px;
}

.acciedental-content .content--green ul li span:first-child{
    color: rgba(30, 75, 42, 0.54);
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 9px;
    transform: translateY(-5px);
}

.acciedental-content .content--white:last-child span:first-child{
    margin-bottom: 30px;
}

/*DEFENSE*/
.defense .content--white .defense-title{
    margin-bottom: 6px;
}

.defense .content--white .defense-title h3{
    color: #77A03A;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.defense .content--green{
    margin: 30px 0px;
}

.defense .content--green > span{
    display: block;
    margin-bottom: 25px;
}

.defense ul li{
    display: flex;
    margin-bottom: 35px;
}

.defense ul li:last-child{
    margin-bottom: 0;
}

.defense ul li span:first-child{
    color: #A1DB4C;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 10px;
    transform: translateY(-6px);
}

/*Audit*/
.audit .content--green{
    margin-bottom: 30px;
}

.audit .content--green:nth-child(2){
    margin-top: 30px;
}

.audit .content--green .audit-title{
    margin-bottom: 20px;
}

.audit .content--green .audit-title h3{
    color: #77A03A;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.audit-list li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.audit-list li:last-child{
    margin-bottom: 0;
}

.audit-list li:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 15px;
    background: #A1DB4C;
    border-radius: 50%;
}

.content--green:nth-child(2) .audit-list{
    margin-bottom: 20px;
}

@media screen and (max-width:768px){
    section{
        padding: 30px 0px;
    }

    .title h1{
        font-size: 30px;
        line-height: 130%;
    }

    .includes-title{
        margin-bottom: 30px;
    }

    .includes-title h2{
        font-size: 30px;
        line-height: 130%;
    }

    .include-list li, .medical-list li{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 30px;
        margin-bottom: 20px;
    }

    .include-list li:last-child, .medical-list li:last-child{
        margin-bottom: 0;
    }

    .include-list li span:first-child, .medical-list li span:first-child{
        font-size: 40px;
        margin-right: 0;
    }

    .include-list li span:last-child, .medical-list li span:last-child{
        text-align: center;
    }
    
    .includes-text{
        text-align: center;
    }

    .accounting-title h3{
        font-size: 20px;
    }

}
