body{
    background-image: url("../images/background.jpg");
    background-size: cover;
    background-position-x : center;
    background-position-y : center;
    background-attachment : fixed;
    background-repeat: no-repeat;
}
#main-div{
    margin-top: 20px;
}
#left-div{
    background-color: #004c69;
    padding:40px;
}
#right-div{
    background-color: white; 
    padding:40px;
}
.color-white{
    color: white;
}
.color-blue {
    color: #004c69;
}
#list-1{ 
    list-style: none;
    color: white;
    position: relative;left: -38px;
}
#list-1 li{
    font-size: 17px;
    line-height: 27px;
    font-family: arial;
}
#list-1 li::before{
    content: url('../images/list-check.png') " ";
}
h2{
    font-size: 25px;
    font-weight: bolder;
}
#left-div , #right-div{
    height: 820px;
}
.iti{
    width: 100%;
}