.banner {
    height: 480px;
    text-align: center;
}
.banner img {
    
   height: 100%;
}
 
.synopsis {
    padding-top: 30px;
    /* position: relative; */
   
}
.synopsis h2 {
    text-align: center;
}
.synopsis h2 a{
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
  
}
.cant  {
    margin-top: 60px;

}
.cant  ul {
    padding-left: 100px;
}
.cant ul li {
    float: left;
    width: 136px;
    text-align: center;

}

.cant ul li:nth-child(2){
    margin: 0 300px;
}
.cant ul li img {
    width: 136px;
    height: 136px;
}
.cant ul li h4 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 2px solid #000;
}
.cant ul li p {
margin-top: 20px;
line-height: 25px;
}
#container {
    margin-top: 20px;
}
.form-t {
    margin-top: 20px;
}