.container{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 auto 60px;
    padding: 0;
    flex-wrap: wrap;
    max-width: 900px;
}
.main-img{
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 20px;
}
.LOGO{
    font-size: 24px;
    font-weight: bold;
    text-transform: none;
    color: black;
}
.BST{
    margin: 10px;
    height: auto;
    text-align: center;
}
/* .BST li:hover{
    background-color: white;
} */
.BST li a{
    color: black;
    text-decoration: none;
}
/* .BST li:hover>a{
    color: rgb(134, 179, 237);
} */
.LOGO li a:hover{
    color: rgb(134, 179, 237);
}
.breadcrumb{
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    margin: 20px 0;
    width: 620px;
    text-align: right;
}
.breadcrumb a{
    color: #999;
    text-decoration: italic;
}
.breadcrumb a:hover{
    color: rgb(134, 179, 237);
    text-decoration: underline;
}
.text1{
    font-family: Arial, sans-serif;
    
    color: #222;
    font-size: 27px;
    font-weight: bold;
}
.text2{
    font-size: 20px;
}