body {
    background-color: rgb(0, 38, 95);
}

.containerP .tip {
    display: flex;
    justify-content: space-between;
}


.containerP .tip>.image {
    width: 36%;
}

.containerP .tip>.image img {
    width: 100%;
    border-radius: 20px;
}

.containerP .tip>.text {
    width: 62%;
}

.containerP .tip>.text .text_1 {
    font-size: 32px;
    font-weight: 700;
    /*color: rgba(255, 255, 255, 1);*/
}

.containerP .tip>.text .text_2 {
    margin-top: 44px;
    font-size: 20px;
    /*color: rgba(255, 255, 255, 1);*/
}

.containerP .text_3 {
    margin-top: 74px;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
}
.containerP .text_4 {
    margin-top: 20px;
    /*font-size: 24px;*/
    color: rgba(255, 255, 255, 1);
}

@media (max-width:1280px) {
    .containerP .tip>.text .text_1 {
        font-size: 28px;
     
    }
    
    .containerP .tip>.text .text_2 {
        margin-top: 36px;
        font-size: 20px;
    }
    
    .containerP .text_3 {
        margin-top: 46px;
        font-size: 20px;
        font-weight: 700;
    }
    .containerP .text_4 {
        margin-top: 16px;
        font-size: 20px;
    }
}

@media (max-width:768px) {
    .containerP  {
        margin-top: 16px !important;
    }
    .containerP .tip {
        display: flex;
        justify-content: start;
        flex-direction: column-reverse;
    }

    .containerP .tip>.image {
        width: 100%;
        margin-top: 12px;
    }
    
    .containerP .tip>.image img {
        border-radius: 10px;
    }
    
    .containerP .tip>.text {
        width: 100%;
    }
    .containerP .tip>.text .text_1 {
        font-size: 24px;
    }
    
    .containerP .tip>.text .text_2 {
        margin-top: 24px;
        font-size: 16px;
    }
    
    .containerP .text_3 {
        margin-top: 24px;
        font-size: 16px;
        font-weight: 700;
    }
    .containerP .text_4 {
        margin-top: 10px;
        font-size: 16px;
    }
    .containerP .tip>.text .text_2 {
        margin-top: 10px;
    }
    /*.text_4 p img{*/
       /*width: 100%;*/
    /*}*/
    .text_4 >p>img {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 16px;
    }
}