@media only screen and (max-width:725px){
    .page_title{
        font-size: 14px;
        position: relative;
        margin-right: 20px;
        margin-left: 20px;
    }
    h1{
        margin: 30px;
    }
    .p1,
    .p2,
    .p3,
    .p4 {
        width: 30%;
        margin-inline: 35px;
        margin-bottom: 20px;
        padding: 25px;
    }
    .p5 {
        font-family: Kodchasan regular;
        font-size: 16px;
        color: black;
        height: auto;
        text-align: center;
        width: 40%;
        font-weight: 900;
        border-radius: 15px;
        padding: 15px;
        background-color: #F8C822;
        position: relative;
        bottom: 120px;
        left: 10px;
        float: right;
    }
    .lineab {
        width: 5px;
        height: 150px;
        position: relative;
        background-color: #E04F5F;
        right: 170px;
        bottom: 30px;
    }

    .dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: white;
        border: 2px solid #E04F5F;
        position: relative;
        display: flex;
        float: right;
        right: 163px;
        bottom: 35px;
    }
}