body{
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.page-title-container {
    height: 300px;
        width: 100%;
        padding-top: 160px;
        background-color: #1dc411;
        position: relative;
        margin-bottom: 80px;
        
}
.body-condition-usage{
    padding: 30px 60px;
        border-radius: 12px;
        margin-bottom: 50px;
}

.page-title{
    font-size: 30px; 
    /* font-weight: bold */
}