.section-4{
    position: relative;
    max-width: 1200px;
    margin: 0px auto;
    width: 100%;
    font-family: "Roboto", sans-serif;
    overflow: hidden;
    transition: all 0.5s ease;
}
  
  .workshops h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #003E65;
    font-family: "Monserrat", sans-serif;
  }
  
  .workshops p {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #696969;
  }
  
  .features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
  
  .feature {
    flex-basis: 300px;
    text-align: center;
  }
  
  .feature img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
    border-radius: 12px;
  }
  
  .feature h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-family: "Monserrat", sans-serif;
  }
  
  .feature p {
    font-size: 0.9rem;
    color: #000;
  }

/* 320px */
@media screen and (min-width: 320px) {

    .workshops h2 {
        font-size: 2rem;
    }
}
/* 375px */
@media screen and (min-width: 320px) {
    .workshops h2 {
        font-size: 2.2rem;
    }
}
/* 425px */
@media screen and (min-width: 425px) {
    .workshops h2 {
        font-size: 2.4rem;
    }
}
/* 768px */
@media screen and (min-width: 768px) {
    .workshops h2 {
        font-size: 2.7rem;
    }
}
/* 1024px */
@media screen and (min-width: 1024px) {
    .workshops h2 {
        font-size: 3rem;
    }
}
