body{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #333;
    overflow: auto;
}
strong{
    font-weight: bold !important;
}
h2{
    font-size: 2.3vw;
}
h3{
    font-size: 2.2vw;
}
h4{
    font-size: 2.1vw;
}
.break{
    word-spacing: 20px;
    word-wrap: break-word;
}
.container-fluid{
    padding: 0;
    width: 100%;
    height: 100%;
}
.row{
    margin: 0 auto;
}
.container-main{
    padding: 1em 0 0;
    margin-bottom: 40px;
}
.head-main{
    text-align: center;
}
.home-title{
    color: rgb(32, 90, 65);
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 2.3vw;
    padding: 17.5px 0;
}
#home-line{
    border: 0;
    height: 1px;
    margin-bottom: 1.1em;
    background-color: #205a41;
    min-width: 200px;
    max-width: 100vw;
    width: 30vw;
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
}
.body-main{
    text-align: center;
    text-align-last: center;
    padding: 0 10%;
}
.body-main p{
    line-height: 1.5;
    font-size: 1rem;
}
.home-paragraph{
    line-height: 1.5;
    font-size: 1rem;
}
.web-btn{
    background-color: #205a41;
    border-radius: 0.5em;
    border: none;
    font-size: small;
    padding: 12px 20px;
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.web-btn:hover{
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.web-btn a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.web-btn:hover a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.body-submain{
    text-align: center;
    margin-top: 75px;
}

@media screen and (max-width: 767px){
    .home-title{
        font-size: 24px;
    }
    .body-main{
        padding: 0 10%;
    }
    .body-main p{
        font-size: 0.9375rem;
        line-height: 1.66;
    }
    .home-paragraph{
        font-size: 0.9375rem;
        line-height: 1.66;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 22px;
    }
    h4{
        font-size: 20px;
    }
}

@media screen and (min-width:1600px){
    .home-title{
        padding: 20.5px 0;
    }
}