@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  }
  @font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
  }
   body{
    font-family:"Montserrat", sans-serif !important;
  }



/*-------4Ps information---------*/
.ps-exp{
   padding-top:80px;
}
.ps-problemsolving, .ps-physicaledu{
    display:flex;
    align-items:center;
    margin-bottom:30px;
}
@media only screen and (max-width: 991px) {
    .ps-problemsolving {
          flex-direction: column;
       }
       .ps-physicaledu {
        flex-direction: column;
       }
       .ps-exp-lesson {
         float: none !important;
         margin: 0 auto;
         margin-bottom: 20px;
         width:95% !important;
       }
       .pe-exp-lesson {
        float: none !important;
        margin: 0 auto;
        margin-bottom: 20px;
        width:95% !important;
      }
      .philo-exp, .philan-exp {
        width: 90%;
        margin-bottom: 20px !important;
        margin: 0 auto;
      }
    }
@media only screen and (max-width: 768px) {
    .ps-exp-lesson {
        width: 100%;
    }
    .philo-exp, .philan-exp {
        width: 100%;
      }
  }
.ps-exp .ps-exp-leftbar{
   text-align:center;
}
.ps-exp .ps-exp-leftbar img{
   width:70%; 
}
.ps-exp-leftbar h4{
    font-weight:bold;
    font-size:17px;
 }
.ps-exp-leftbar p{
   font-size:15px;
}
.ps-exp-lesson{
   /* background-color:#f4f4f4; */
    padding:15px;
   /* border-radius:10px; */
    margin-bottom:20px;
    width:85%;
    float:right;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color:#fff;
}
.pe-exp-lesson{
    padding:20px;
    margin-bottom:20px;
    width:85%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color:#fff;
    float:right; 
}
.ps-exp-rightbar{
    display:flex;
    align-items: center;
    justify-content:left;
    gap:1rem;
}
.ps-exp-rightbar h4{
    font-size:16px;
    font-weight:bold;
}
.ps-exp-rightbar img{
    width:15%;
}
.ps-exp-rightbar ul{
    list-style:none;
    padding-left:0;
}
.ps-exp-rightbar li{
    font-size:16px;
    font-weight:bold;
}
.ps-exp-rightbar .pe-month{
    font-size:12px;
    font-weight:unset !important;
}
.ps-exp-content{
    padding:0 15px;
}
.ps-exp-content p{
    font-size:15px;
    margin-top:10px;
}
.ps-exp-content a{
    text-decoration:none;
    /* color:#f18192; */
    color:#000;
    border:2px solid #699;
    padding:8px;
    font-size:15px;
    border-radius:50px;
}
.ps-exp-content a:hover{
    /* color:#f18192; */
    color:#000;
    border:2px solid #699;
}
.pe-img{
    width:20% !important;
}
.philo-exp, .philan-exp{
   text-align:center;
   width:95%;
   background-color:#fff;
   padding:20px;
   margin-bottom:50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    
   
}
.philo-exp img, .philan-exp img{
   width:50%;
}
.philo-exp h4, .philan-exp h4{
    font-size:16px;
    font-weight:bold;
 }
 .philo-exp p, .philan-exp p{
    font-size:15px;
 }
 .philo-exp a, .philan-exp a{
    text-decoration:none;
    color:#000;
    border:2px solid #699;
    padding:8px;
    font-size:15px;
    border-radius:50px;
 }
 .philo-exp a:hover, .philan-exp a:hover{
    color:#000;
    border:2px solid #699;
 }
 
 /* media Query */
 
