

.guide-container{
    background-color :#3F1300 ;
    /* border-bottom-left-radius:70px;
     border-bottom-right-radius:70px;
     clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 95%, 76% 100%, 31% 100%, 0 95%, 0% 20%);
     padding-bottom: 2rem; */
     margin-top: -0.1rem;
     padding-bottom: 2rem;
}


.dhamguide-section{
    width: 80%;
    margin: auto;
    display: block;
    display: flex;
    align-items: center;
}


.dhamguide-text{
    color: #fff;
    width: 50%;
}

.dhamguide-text h2{
    font-size: 4rem;
    font-family: "Lora", serif;
    font-weight: 400;
    
}

.dhamguide-text h3{
    font-size: 2rem;
    font-family: "Kalam", cursive;
}

.dhamguide-text p{
    font-size: 1rem;
    margin-bottom: 3rem;
}

.dhamguide-text a{
    background-color: #fff;
    padding: 0.5rem 1rem;
    color: black;
    text-decoration: none;
}


.dhamguide-image{
    width: 50%;
}

.dhamguide-image img{
    width: 100%;
    height: 100%;

}


/* mobile */

@media (max-width:650px ) {

    .dhamguide-text h2{
        font-size: 1.2rem;
    }
    
    .dhamguide-text h3{
        font-size: 1rem;
        font-family: "Kalam", cursive;
    }
    
    .dhamguide-text p{
        font-size: 0.5rem;
        margin-bottom: 3rem;
    }
    

}