* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

#content_box {
    max-width: 1060px;
    padding-right: 0px;
    margin: auto;
    /* border: 1px solid red; */
}
#green_box {
    display: flex;
    align-items: center;
    padding-top: 75px;
    padding-bottom: 75px;
    background-image: linear-gradient(180deg, #113630, #174c43);
    font-size: 15px;
}
#h3_custo {

    color: #00c66b;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Noto Sans', sans-serif;

}

#h1_custo {
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    font-size: 44px;
    line-height: 50px;
    font-weight: 800;
    margin-top: -5px;
}

#custo_box {
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 30%);
    grid-template-rows: 450px 450px 450px;
    justify-content: space-between;
    width: 85%;
    margin: auto;
    gap: 25px 25px;

}

.box_sto {
    /* border: 1px solid green; */
    margin-top: 30px;
    box-shadow: 0 0 15px -4px #b8b8b8;
    border-radius: 10px;

}

@media all and (min-width:100px) and (max-width:730px) {
    #custo_box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        /* grid-template-rows: 120px 120px; */
        gap: 20px 20px;
    }
}

@media all and (min-width:730px) and (max-width:1200px) {
    #custo_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 450px 450px;
        gap: 20px 20px;
    }
}

.image_custo {
    width: 60%;
}

.twoBox {
    height: 42%;
    /* border: 1px solid gray; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.content_custo {
    font-family: 'Noto Sans', sans-serif;
    color: #5f5f5f;
    font-size: 17px;
    line-height: 24px;
    width: 80%;
    margin: auto;
    /* display: flex; */
    text-align: center;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
}

.custo_btn {
    display: block;
    margin: auto;
    margin-top: 20px;
    padding-top: 4px;
    color: #00c66b;
    font-size: 17px;
    text-decoration: none;
    border: none;
    background-color: white;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;


}

#bottom_cont {
    /* display: flex; */
    margin-top: 40px;
    width: 100%;
    height: 250px;

    padding-bottom: 0px;
    background-color: #e8f8f2;
    padding-top: 100px;
}

#bottom_btn {
    display: block;
    margin: auto;
    border: 2px solid #00c66b;
    color: #00c66b;
    padding: 15px 15px 15px 15px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    border-radius: 4px;
    background-color: white;
}

#bottom_btn:hover {
    background-color: #00c66b;
    color: white;
    border: none;
}

#ready_start {
    width: 70%;
    margin: auto;
    font-family: 'Noto Sans', sans-serif;
    color: #133d36;
    font-size: 35px;
    line-height: 46px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 25px;
    /* border: 1px solid red; */
}