::-webkit-scrollbar {
    display: none;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body{
    font-family: Montserrat;
    display: grid;
    justify-items:center;
    background-color: white;
    min-height: 100vh;
    
}

.highlight-section{
    margin: 10px 0 10px 0;
}

.main-heading{
    color:#950000;
    font-size: 45px;
    font-weight: 600;
}

.highlight-heading {
    color: #950000;
    font-size: 25px;
    font-weight: 400;
    margin: 30px 0 30px 0;
}

.highlight-para{
    padding-top: 10px;
    font-size: 18px;
}

.highlight-ul {
    list-style-type: disc;
    margin: 15px 0 15px 30px;
  }

.highlight-li {
    margin-bottom: 5px;
  }

.highlight-image-wrapper{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.highlight-image{
    width: 800px;
    height: auto;
}