.title-list{
    padding-top: 20px;
}
.entry-title{
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    font-weight: bold;

}
.content-list{


}
.content-list > p{
    line-height: 1.4em;
}
.y-title{
    font-weight: bold;
    font-size: 35px;
    line-height: 30px;
    margin-top: 37px;
    margin-bottom: 10px;
    text-align: center;

}
.logo-wrap{
    width: 100%;
}
.logo-wrap > a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.logo-wrap > a > img{
    width: 40%;
}

.whats-btn{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whats-btn >a > img{
    width: 300px;
}
.btn-link{
    text-align: center;
}
.btn-link>a{
    padding: 0 30px;
}
.border-content{
    border-left: 1px solid #ece8e4;
    border-right: 1px solid #ece8e4;
}
@media only screen and (max-width: 600px) {
    .entry-title {
        font-size: 35px ;
        line-height: 42px;
        text-align: center;
    }
    .logo-wrap > a{
        display: flex;
        flex-direction: column;
    }
    .logo-wrap > a > img {
        width: 100%;
    }
}
.footer-text{
    color:#dd9300;
    font-size: 13px;
}
.footer-text> div{
    color:#000;
    text-align: center;
}
.logo{
    width: 100%;
    padding: 0px 0;
    background-color: #070725;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;

}
.logo > img{
    width: 80px;
    height: auto;
}