

.title{
    margin-top: 50px;
    font-weight: 800;
    color: black;
    font-size: 24px;

}
.top{
    margin-top: -10px;
}
ul{
    margin-top: 5px;
}
li{
    margin-left: -13px;
    max-width: 700px;
    margin-top: 10px;
}
@media screen and (max-width:600px) {
    li{
        margin-left: 0px;
    }
    
}
.main__content_text a {
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #2763b1 ;
    color:#2763b1 ;
}
.line{
    width: 100%;
    height: 1px;
    background-color: #808080;
    margin-top: 40px;
}
.main__content_end{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.main__content_end li{
   list-style: none;
   margin-left: 0;
}
.main__content_end ul{
    margin-left: 0 !important;
 }
.main__title-center{
    /* center and size */
    text-align: center;
    font-size: 30px !important;
    font-weight: 200 !important;
    line-height: 1.2 !important;
}
.main__header{
    /* header-heihgt */
    text-align: center;
    padding: 15px 15px !important;
   
}
/* center */
.content{
    max-width: 700px;
    width: 100%;
    margin-left: 60px;
    padding: 20px 0px
}
@media screen and (max-width:600px) {
    .content{
        margin-left: 0px;
    }
}
/* center */
.main__content{
    display: flex;
    justify-content: center;
    }