.tie-up-1st{
    background-color: rgba(91, 31, 22, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.tie-up-1st h1{
    color: white;
    font-size: 3rem;
}
.tie-up-1st p{
    color: rgba(239, 233, 232, 1);
}
.partner-card {
  transition: transform 0.3s ease;
}
.partner-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 4px rgba(48, 48, 48, 0.1);
}
.partner-section h4 {
  font-size: 1.2rem;
  color: rgba(81, 37, 32, 1) !important;
}
.partner-section p {
  font-size: 1rem;
 color: rgba(74, 63, 62, 1) !important;

}
.Certified-img{
  max-width: 150px;
}
.partner-card h4{
color: rgba(81, 37, 32, 1);

}
.partner-card p{
font-size: 1rem;
  color: rgba(74, 63, 62, 1);
}
@media (max-width: 767px) {
  .partner-card {
    padding: 0.25rem !important;
  }
  .partner-section p {
  font-size: 0.8rem;
  color: rgba(74, 63, 62, 1);

}
.partner-section h5 {
  font-size: 1.0 rem;
}
.bor-0{
  border: 0px !important;
}
.tie-up-1st{
    padding: 20px;
}
.tie-up-1st h1{
    color: white;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.Global{
  padding-left: 20px !important;
  padding-right: 0px !important;
}
}
.map-section{
      background-color: rgba(91, 31, 22, 1);
}
.Global{
  padding-left: 150px;
  padding-right: 100px;
}