main section {
    padding: 80px 0 80px;
}

main section h1 {
    font-size: 40px;
    margin-bottom: 0px;
    line-height: 1.5;
}

main section p.home_heading_desc {
    font-size: 18px;
    margin-bottom: 20px;
    color: #191919;
    font-weight: 500;
}

main section p {
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: 400;
}

main section h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 10px;
    display: block;
}

.home_content ul li {
    margin-bottom: 10px;
    list-style-type: disc;
    margin-left: 20px;
}


.home_content a {
    color: rgb(85, 85, 85);
    text-decoration: underline;
}

.home_writings {
    padding-top: 0px;
}

.home_writings h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.home_writings ul li {
    margin-bottom: 10px;
    list-style-type: disc;
    margin-left: 20px;
}

.home_writings ul li a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}