header {
    background-color: #DDE4FB;
}

.right_nav ul li {
    text-decoration-color: #2B60FF !important;
}

.right_nav ul li a {
    color: #000;
}


.text_section1{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 4%;
    gap: 15px;
}

.box{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
}

.text_section1 .box ul{
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

h2{
    font-size: 40px;
}

h2, h3{
    font-weight: 600;
}



@media screen and (max-width: 768px) {
    h2{
        font-size: 26px;
        text-align: left;
        align-self: flex-start;
    }
}