.carbonAccounting {
    background: #FFFFFF;
    margin: 10px auto;
    padding: 20px;
}
.module_title {
    width: 257px;
    height: 37px;
    font-size: 26px;
    
    font-weight: 600;
    color: #000000;
    line-height: 37px;
}
.carbonAccounting > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    padding-top: inherit;
}
.carbonAccountingImg {
    background: #F6F6F6;
    width: 45%;
    height: 250px;
}
.carbonAccountingText {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: larger;
}
.carbonBtn {
    margin-bottom: 30px;
}
.carbonBtn a {
    
    color: #D61519;
    padding: 9px 47px;
    border-radius: 5px;
    border: 1px solid #D61519;
}
.carbonBtn:hover a {
    background-color: #D61519;
    color: #fff;
}