a:hover {
    color: #3A4149;
    text-decoration: underline;
}

.first {
    /* background-color: #3A4149;
    font-size: 15px;
    border: 0px; */
    /* padding: 30px 30px !important;
    width: 100% !important;
    max-width: 100% !important; */
}

.first p {
    /* font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #F1F3F4;
    padding-right: 10%; */
}

.first h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: #F1F3F4;
}


section p {
    line-height: 30px;
}

section li {
    line-height: 30px;
}


/* @media(max-width:765px) {
    .main p{
        margin-right: 10%;
    }

    .first h1{
        margin-right: 10%;
    }
} */
