.content{
    margin-top: 60px;
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    color: #4e4f52;
}
.header{
    margin-left: 60px;
    margin-right: 150px;
}
.h1_img{
    width: 320px;
}
.h_left{
    font-size: x-small;
    float: inline-end;
}
.h2_img{
    width: 150px;
    padding-top: 20px;
}
table{
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 80px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    color: #4e4f52;
}
.intro{

}
.title1{

}
.first_exp_1{

}
table, tr, td, th{
    /* border-bottom:1px solid black; */
    border-collapse: collapse;
    text-align: center;
    padding: 20px;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
  }
th{
    color: black;

}
.title2{
    margin-top: 60px;
    margin-bottom: 30px;
    color: black;
}
.first_exp_2{

}
.card-container{
    margin-top: 30px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}
.card{
    margin: 20px;
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    background-color: #edeef0;
    width: 300px;
    height: 300px;
    border-radius: 20px;
    box-shadow: 3px 3px #dddcdc;
}
.s_links{
    margin-left: 30px;
    margin-bottom: 100px;
}
a{
    text-decoration: none;
    color: blue;
    font-size: 18px;
}
a:hover{
    color: rgb(255, 145, 11);
}
.fa{
    padding: 10px;
    font-size: 48px;
}
.footer{

}