/* pro trip */
.pro-tip {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 8px 8px 4px #0000001A;
    border: 3px solid #0059AB;
    border-radius: 8px;
    opacity: 1;
    margin: 20px 0px;
 }.image-and-title {
    border-bottom: 3px solid #0059AB;
    border-radius: 0px 3px 3px 0px;
 }.image-and-title img {
    margin-right: 10px;
    margin-left: 20px;
    padding: 10px 0px;
    max-width: 28px;
    width: 100%;
    height: 100%;
    margin-bottom: 0px !important;
 }.image-and-title span {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
 }.pro-tip-content {
    padding: 16px 24px;
    color: #02254D;
 }
 @media only screen and (max-width:767px) {
       /* pro tip */
   .pro-tip {
    margin: 30px 0px !important;
}.image-and-title img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-10%,-50%);
 }.image-and-title span {
    position: relative;
    display: block;
    line-height: 20px;
    padding: 15px 15px 15px 60px ;
 }
 }