* {
    margin: 0;
    padding: 0;
}
/* body{
    padding-top: 6.5rem;
} */
[class*="col"] {
    padding: 0;
    margin: 0;
}

[class*="row"] {
    padding: 0;
    margin: 0;
}
.module3 {
    display: flex;
   padding: 6.25rem 7rem;
}
.module3_left {
    width: 34.25rem;
    /* padding: 4.5rem 0px 0px 4.5rem; */
}

.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: 1rem;
}
@media only screen and (max-width: 770px) {
   
    .module3 {
        flex-direction: column;
    }

   
}
.module4{
    padding-bottom: 4.375rem;
}
.module4_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.8125rem;
}

.module4_title>div:first-child {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3rem;
    color: rgba(128, 128, 128, 1);
}

.module4_title>div:last-child {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.6519rem;
    color: rgba(0, 0, 0, 1);
}
.module4_box{
    padding: 8px;
}