@charset "UTF-8";
.download-section{
    text-align: center;
    background-color: #f2f2f2;
}
.download-section-content {
    display: flex;
    flex-wrap: wrap;
}
.new-download-form-sub-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    color: #026400;
}
.new-download-form-sub-title:not(:first-of-type) {
    margin: 25px 0px 0px 0px;
}
.paragraph-overview {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}
.overview-section{
    text-align: left;
    width: 344px;
    padding: 56px 0px 0px 0px;
    margin: 0px 36px 0px 0px ;
}
.new-download-form {
    width: 635px;
    background-color: #fff;
    padding: 30px;
    margin: 56px 0px 0px 0px;
    border-radius: 8px;
}