h1, h2, h3, h4, h5{
    color: #1b3d73;
    margin-bottom: 1rem;
    text-align: center;
}
h2{
    font-weight: bold;
    font-size: 60px;
}

h3{
    font-weight: bold;
    font-size: 40px;
    position: relative;
    z-index: 2;
    
}
p{
    margin-left: 8rem;
    margin-right: 8rem;
    margin-top: 0rem;
}
@media (max-width: 768px), (max-width: 991px) {
    h2 {
        font-size: 40px;
    }
    h3{
        font-size: 30px;
    }
}
