#methods{
    padding: 100px 0;
    background: #FFFBF1;
}

#methods h2{
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    color: #7B5810;
    letter-spacing: 5.2px;
    text-align: center;
    margin-bottom: 30px;
}

#methods .row{
    justify-content: center;
    align-items: center;
}

#methods .header p{
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

#methods .header{
    margin-bottom: 50px;
}

#methods h3{
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 4.6px;
    color: #7B5810
}

#methods p{
    font-size: 16px;
    font-weight: 300;
}

#methods .accordion h2{
    margin: 0;
}

#methods .accordion-item,
#methods .accordion-item button{
    background: none;
}

#methods .accordion-item button{
    font-weight: 500;
    color: #7B5810;
    padding: 20px 20px 20px 0;
}

#methods img{
    width: 100%;
    height: 663px;
    max-width: 534px;
    object-fit: cover;
    margin-left: auto;
    display: block;
}

@media(max-width: 1200px){
    #methods img{
        margin: 0 auto;
    }
}

#project{
    padding: 100px 0 50px;
    background: #CFD9D4;
}

#project .container-fluid{
    padding: 0 150px;
}

#project .header{
    text-align: center;
    margin-bottom: 50px;
}

#project .row{
    justify-content: center;
}

#project h2{
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 5.2px;
    margin-bottom: 30px;
    color: #7B5810
}

#project .header p{
    color: #2B2B2B;
    font-size: 16px;
    max-width: 930px;
    margin: 0 auto;
    font-weight: 300;
}

#project .wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#project img{
    width: 210px;
    height: 210px;
}

#project .inner{
    margin: 0 5px 50px;
}

#project .text{
    text-align: center;
    margin-top: 20px;
    color: #7B5810;
    font-weight: 500;
    letter-spacing: 3.2px;
}

@media(max-width:1200px){
    #project .container-fluid{
        padding: 0 50px;
    }
}

@media(max-width:767px){
    #project .container-fluid{
        padding: 0 15px;
    }
    
    #project .header p{
        max-width: 100%;
    }
}

.accordion-button:focus{
    border-color: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after{
    filter: brightness(0%);
}