@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

body {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
h1, h2, h3 {
    font-weight: 700;
    color: #091e3e;
}
p {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}
a {
    text-decoration: none;
}
.navbar-brand img {
    width: 220px;
}
.Hero {
    background-image:
    linear-gradient(rgb(0 58 118 / 78%), rgb(0 64 118)), url(https://www.legalraasta.com/learn/img/banner.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    color: white;
    padding: 20px;
}
.Hero h1 {
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 70px;
}
.Hero p {
    color: #ffffff; 
}
.Hero ul li {
    font-size: 25px;
    font-weight: 300;
    padding: 4px 0;
}
.points_style {
    box-shadow: 3px 3px 3px 3px gray;
    padding: 1rem;
    border-left: 5px solid #091e3e;
}
.points_style h4 {
    font-size: 20px;
    color: #091e3e;
    font-weight: 700;
}
.footer {
    background: #000000;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
.section-title h3 {
    color: #fff;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 20px;
    max-width: max-content;
}
.footer p {
    color: #fff;
}