#p2-2,#p1-2 {
    /*padding-left: 50%;*/
    top:50px;
}
#line1{
    padding-left: 1vw;
    margin: 0;
    height: auto;
    background-color:#8B1D21;
    box-shadow: 0 0.5vw 0.5vw 0 rgba(0,0,0,0.5);
}
#line2{
    padding-right: 1vw;
    height: auto;
    background-color:#8B1D21;
    box-shadow: 0 0.5vw 0.5vw 0 rgba(0,0,0,0.5);
    margin: 0;
}
#p1-2t1{
    width: 90%;
    text-align: left;
    margin-left: 5vw;
}
#p2-2t1{
    width: 90%;
    text-align: right;
}
.color1,.color2
{
    width: 90% ;
    padding-top: 40px;
    border-radius: 20px;
    margin: 20px 0;
    padding-left: 5%;
    padding-right: 5%;


}
.color1{
    background-color: #8B1D21;
    color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2), -8px 0px 16px 0px rgba(0, 0, 0, 0.2);
}
.color2{
    background-color: #8B1D21;
    color: white;
    box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.side-texture {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    align-items: center;
    border-radius: 20px;
    /*border-color: rgb(118, 223, 202);*/
    /*border-width: 4px;*/
    /*border-style: solid;*/
    background-color: #fff;
    padding: 20px;
    box-shadow: 3px 3px 18px #a8c2d2;
    color: black;
    flex-direction: column;
    font-size: 27px;
    margin-left: 5vw;
    width: 80%;

}
.tanchu{
    width:100%;
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 20px;
    font-weight: 400;
    color: white;

}
.anniu {
    background-color: rgba(216,88,77,1);
    color: white;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 15px;
    width: 98%;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.5s;
    margin: 10px;
    border-radius: 5px;
}
.anniu:focus {
    outline: none;
}
.active, .anniu:hover {
    background-color: rgba(240,144,124,1);
    font-size: 1.5rem;
}




