.quarry_module{
  padding-top:106px; 
  padding-bottom:100px;
}
.quarry_module .heading-text h2{
  font-size: 36px;
  text-align: center;
  color: #404040;
  margin-bottom:43px;
}
.quarry_module .description p{
  font-size: 20px;
  line-height: 36px;
  font-weight
  text-align: center;
  letter-spacing: -0.3px;
  color: #404040; 
  margin-bottom:64px;
}
.quarry_module .courses_inner_module {
  display:flex;
  flex-wrap:wrap;
}
.quarry_module .courses_inner_module .courses_section {
    width: calc(33.33% - 13px);
    margin-left: 19px;
}
.courses_description {
  padding: 16px 16px 20px;
}
.quarry_module .courses_description p, .quarry_module .courses_description ul li{
  font-size: 20px;
  line-height: 1.8;
  color:#404040;
  letter-spacing: -0.3px;
  margin-bottom:5px;
}
.quarry_module .courses_description ul {
  padding-left: 20px;
  margin: 0;
}
.quarry_module .courses_description ul li{
  margin-bottom:0px;
}
.quarry_module .courses_description ul li::marker{
  color:#73925C;
}
.quarry_module .courses_inner_module .courses_section:nth-child(3n+1){
  margin-left:0px; 
}
.quarry_module .section_button{
  text-align:center;
  margin-top:61px;
}
.quarry_module .section_button a{
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
  color: #FFFFFF;
  background: #72925D;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 2px 1px rgba(0, 0, 0, 0.03), 0px 1px 1px rgba(0, 0, 0, 0.04);
  padding:10.5px 36.5px;
  display:inline-block;
  text-transform:uppercase;
  border:2px solid #72925D;
}
.quarry_module .section_button a:hover{
  border:2px solid #72925D;
  color: #72925D;
  background:#fff;
}

/***************************** Responsive  ******************************/

@media screen and (max-width:1200px){
  .quarry_module .heading-text h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .quarry_module .courses_description p, .quarry_module .courses_description ul li {
    font-size: 18px;
  }
}
@media screen and (max-width:991px){
  .quarry_module {
    padding:50px 15px;
  } 
  .quarry_module .courses_inner_module .courses_section,  .quarry_module .courses_inner_module .courses_section:nth-child(3n+1){
    width:calc(50% - 25px);
    margin-left:37px;
    margin-bottom:30px;
  }
  .quarry_module .courses_inner_module .courses_section:nth-child(2n+1){
    margin-left:0px; 
  }
  .quarry_module .courses_inner_module .courses_section:last-child{
    margin-bottom:0px;   
  }
  .quarry_module .heading-text h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width:767px){
  .quarry_module {
    padding:30px 15px;
  } 
  .quarry_module .courses_inner_module .courses_section,  .quarry_module .courses_inner_module .courses_section:nth-child(3n+1),  .quarry_module .courses_inner_module .courses_section:nth-child(2n+1){
    width:100%;
    margin-left:0px;
    margin-bottom:30px;
  }
  .quarry_module .section_button {
    margin-top: 10px;
  }
}