* {
    margin: 0;
    padding: 0;
}

[class*="col"] {
    padding: 0;
    margin: 0;
}

[class*="row"] {
    padding: 0;
    margin: 0;
}
/* body{
    padding-top: 6.5rem;
} */
.module3 {
    display: flex;
    padding: 2rem 4.5rem 6.25rem 4.5rem;
}

.module3_left {
    width: 30rem;
    /* padding: 4.5rem 0px 0px 4.5rem; */
    padding-top: 3.125rem;
}

.module3_title {
    width: 16.125rem;
    height: 6rem;
    font-size: 2rem;
    font-weight: 700;
    color: rgba(128, 128, 128, 1);
    line-height: 2rem;
}

.module3_line {
    width: 4.3125rem;
    height: .25rem;
    background: #539E73;
    margin: 0rem 0 1.9rem 0;
}

.module3_headline {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.625rem;
    color: rgba(0, 0, 0, 1);
}

.module3_content {
    font-size: 1.5rem;
}
@media only screen and (max-width: 1000px) {
    
    .list_left{
        width: 100px !important;
    }
   
}
@media only screen and (max-width: 770px) {
    .module3 {
        flex-direction: column;
    }
    .list{
        flex-direction: column;
    }
    .list_left{
       
        margin-bottom: 5px;
    }
    .list_right>div:last-child {
        /* width: 280px !important; */
       height: 3.7rem !important;
        /* margin-top: .5rem; */
    }
    .previous_page,.next_page,.boxss li{
        width: 25px !important;
        height: 25px !important;
        line-height: 25px !important;
    }
    .list_left{
        width: 80px !important;
    }
}
@media only screen and (max-width: 500px) {
    
    .list_right>div:last-child {
      
       height: 6.5rem !important;
       
    }
    .list_left{
        width: 50px !important;
    }
   
}
.list{
    display: flex;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}
.list_left{
    width: 150px;
}
.list_right{
    flex: 1;
}
.list_left>div:first-child {
    /* width: 5.875rem;
    height: 2.25rem; */
    font-size:1.75rem ;
    color: rgba(83, 158, 115, 1);
    
}

.list_left>div:last-child {
    width: 2.4375rem;
    height: 2.25rem;
    font-size: 1.25rem;
    color: rgba(83, 158, 115, 1);
    
}

.list_right>div:first-child {
   
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 1);
}

.list_right>div:last-child {
    /* width: 37.5rem; */
    height:2.5rem;
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(128, 128, 128, 1);
    margin-top: .5rem;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.boxss {
    display: flex;
    justify-content: center;
    /* font-size: 20px;
    margin-bottom: 5rem;
    margin-top: 5rem; */
    font-size: 1.125rem;
    color: rgba(183, 183, 183, 1);
}
.previous_page,.next_page{
    width: 2.5rem;
    height: 2.5rem;
    line-height:2.5rem;
    border: 2px solid rgba(183, 183, 183, 1);
    cursor: pointer;
    text-align: center;
    border-radius: .25rem;
}

.boxss ul {
    display: flex;
    margin-left: .625rem;
    margin-right: .625rem;
}

.boxss li {
    list-style: none;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border: 2px solid rgba(183, 183, 183, 1);
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin-left: .625rem;
    margin-right: .625rem;
    border-radius: .25rem;
}
.bg{
    background: rgba(83, 158, 115, 1);
    color: white;
}
