.presentation-service {
    display: grid;
    grid-template-columns: 20% 80%;
    grid-template-rows: 100%;
    justify-content: center;
    align-items: center;
    padding: 30px;
    column-gap: 15px;
    margin: 10px 10px;
    position: relative;

}





.dire-pdg-service {
    /* height: 280px; */
    font-size: 1.2rem;
    height: auto;

}

.photo-pdg-service {
    height: 280px;
    width: 300px;

    text-align: justify;

    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);


}


.dire-pdg-service h1 {

    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #4E8B71;
    color: #0047AB;
    text-align: start;
    align-content: center;


}

/* 
.presentation-service-reverse {
    display: grid;
    grid-template-columns: 80% 20%;
    grid-template-rows: 100%;
    justify-content: center;
    align-items: center;
    padding: 30px;
    column-gap: 15px;
    margin: 10px 10px;
    position: relative;

}
.dire-pdg-service-reverse {
    height: 280px;
    font-size: 1.2rem;
    height: auto;

}
.photo-pdg-service-reverse {
    height: 280px;
    width: 300px;
   
    text-align: justify;

    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);


}


.dire-pdg-service-reverse h1 {

    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #4E8B71;
    color: #0047AB;


} */

@media screen and (max-width:767px) {

    .presentation-service {

        position: relative;
        font-size: .5rem;

        display: block;

    }





    .dire-pdg-service {

        font-size: 1rem;

    }

    .photo-pdg-service {

        float: right !important;
        width: 150px;
        height: 150px;
        margin-left: 10%;
        shape-outside: circle(50%);
    }


    .dire-pdg-service h1 {

        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid #4E8B71;
        color: #0047AB;
        font-size: 1rem;


    }

    /* 
    .presentation-service-reverse {
       
        
        
        display:block;
        background-color: orange;
        position: relative;
        font-size: .5rem;
    }

    .dire-pdg-service-reverse {
       
        font-size: .5rem;
        
       
    }

    .photo-pdg-service-reverse {
        float: right !important;
        width: 150px;
        height: 150px;
        margin-left: 10%;
        shape-outside: circle(58%);
       
      
    }

    .dire-pdg-service-reverse h1 {

        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid #4E8B71;
        color: #0047AB;
        font-size: small;


    }

 */









}

@media screen and (min-width:768px)and (max-width:1000px) {

    .presentation-service {
        display: grid;
        grid-template-columns: 20% 80%;
        grid-template-rows: 100%;
        justify-content: center;
        align-items: center;
        padding: 30px;
        column-gap: 15px;
        margin: 10px 10px;
        position: relative;

    }





    .dire-pdg-service {
        /* height: 280px; */
        font-size: 1.2rem;
        height: auto;

    }

    .photo-pdg-service {
        height: 380px;
        width: 300px;

        text-align: justify;

        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);


    }


    .dire-pdg-service h1 {

        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid #4E8B71;
        color: #0047AB;


    }

    /* 
    .presentation-service-reverse {
        display: grid;
        grid-template-columns: 80% 20%;
        grid-template-rows: 100%;
        justify-content: center;
        align-items: center;
        padding: 30px;
        column-gap: 15px;
        margin: 10px 10px;
        position: relative;
    
    }
    .dire-pdg-service-reverse {
        height: 280px;
        font-size: 1.2rem;
        height: auto;
    
    }
    .photo-pdg-service-reverse {
        height: 280px;
        width: 300px;
       
        text-align: justify;
    
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    
    
    }
    
    
    .dire-pdg-service-reverse h1 {
    
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid #4E8B71;
        color: #0047AB;
    
    
    } */


}