/* Start custom CSS */.title {
    display: none;
}
.woocommerce-MyAccount-content {
    width: 72% !important;
}
@media only screen and (max-width: 768px) {
.woocommerce-MyAccount-content {
    width: 100% !important;
}
.woocommerce-MyAccount-navigation-wrapper{
width:100% !important;
}
}/* End custom CSS */