.lastbanner {
    width: 100%;
}

.lastbanner img {
    width: 100%;
    height: auto;
    display: block;
}

.breadposition {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    border: 1px solid #2b8c861f;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    flex-wrap: wrap;
    height: auto;
}


.breadposition a {
    color: #666666;
    text-decoration: none;
}

.containerall {
    margin-bottom: 70px;
}

.casetitle {
    font-size: 56px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin: 30px 0 0 0;
}

.titleline {
    
    margin-bottom: 40px;
    width: 100px;
    height: 6px;
    background: linear-gradient(to right, #2b8c85, #38b13b);
}
.titleline {
    margin: 20px auto
}

.container {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 1400px) {
    .container {
        width: 85%;
    }
}
@media (max-width: 1300px) {

    .container {
        width: 90%;
    }
}
@media (max-width: 1200px) {
    .container {
        width: 99%;
    }
    .casetitle{
        font-size: 48px;
    }
}
@media (max-width: 762px) {
    .casetitle{
        font-size: 40px;
    }
}
@media (max-width: 500px) {
    .casetitle{
        font-size: 30px;
    }
}