h2 {
 font-size: 24px;
}
.Institutes-section h3 {
font-size: 20px;
    color: black;
}
.Institutes-section .deffrent-cards {
border: 1px solid #f1c232;
    padding: 12px 12px;
    height: 100%;
    background: white;
    border-radius: 8px;
    text-align: center;
box-shadow: 0 6px 7px -3px #f1c232;
}
.module-section h2{
 color: white;
}
.module-section {
 background: black;
padding: 48px 0;
}
.module-section .moduels-cards {
background: #f1c232;
    border-radius: 8px;
    height: 100%;
    padding: 12px 8px;
}
.module-section .moduels-cards h3 {
font-size: 20px;
}
.module-section .moduels-cards p {
font-size: 16px;
}
.why-choose ul {
list-style: none;
    padding: 0;
}
.why-choose h2{
 margin-bottom: 18px;
    color: black;
    font-size: 24px;
}
.why-choose ul  li{
 margin-bottom: 14px;
    color: black;
    font-size: 16px;
}
.why-choose img {
  border-radius: 8px;
}