.img8{
   height: 565px;
   width: 620px; 
}
.ob1{
    display: flex;
    padding: 20px 30px 30px 30px;
    margin-left: 30px;
    margin-bottom: 30px;

}
.ob{
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
}
.p5{
    font-size: clamp(23px, 2vw, 15px);
    padding-bottom: 10px;
}
.txt5{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
h7{
    font-size: 50px;
}
h8{
    font-size: 30px;
    margin-bottom: 15px;
}
.p6{
    font-size: 27px;
}
@media only screen and (min-width: 200px) and (max-width: 789px){
    .img8{
        align-self: center;
        justify-self: center;
        height: 465px;
        width: 400px; 
     }
     .ob1{
        display: flex;
        flex-direction: column;
        height: unset;
        margin-left: 0px;
    
    }
    .p5{
        font-size: 19px;
        padding-bottom: 4px;
    }
    .txt5{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10px;
    }
    h7{
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 10px;
        
    }
    h8{
        font-size: 25px;
        margin-bottom: 15px;
        font-weight: 650;
    }
    .p6{
        font-size: 19px;
    }
}

@media only screen and (min-width: 790px) and (max-width: 1025px){
    .img8{
        height: 465px;
        width: 520px; 
     }
     .ob1{
        display: flex;
        padding: 5px ;
        margin-left: 10px;
        margin-bottom: 30px;
        height: unset;
    
    }
    .p5{
        font-size: 17px;
        padding-bottom: 4px;
    }
    .txt5{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 12px;
    }
    h7{
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    h8{
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: 650;
    }
    .p6{
        font-size: 18px;
    }
}