/*titlleJ*/
 .titlleJ{
    display: flex;
    flex-direction: column;
}
 .titlleJ h2{
    font-size: 60px;
    color: #342c21;
    line-height: 150%;
}
 .titlleJ p{
    padding-left: 23px;
    display: flex;
    align-items: center;
}
 .titlleJ p:before{
    content:"";
    position:absolute;
    width: 15px;
    height: 15px;
    background: #b7885c;
    margin-left: -22px;
}
#qabox .titlleJ p{
    padding-left: 2px;
}
#qabox .titlleJ p:before{
 left: 160px;
    top: 0;
}
.sogtitle h2{
    font-size: 45px;
    font-weight: 500;
    color: #342c21;
}
 .mooreJ{}
#newsBox .mooreJ{
    display: flex;
    justify-content: center;
}
 .mooreJ a{
    display: flex;
    background: #d99c5b;
    width: 150px;
    border-radius: 620px;
    padding: 14px 10px;
    justify-content: space-around;
    align-items: center;
    color: white;
}
.mooreJ a:hover{
    background: #ff8155;
}
.mooreJ a:hover img{
    margin-left: 15px;
}
 .mooreJ a img{
    width: 25px;
}

.textt{
    margin-top: 40px;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
 .sogtitle h2{
     font-size: 37px;
   }
 .titlleJ h2{
    font-size: 54px;
}
}