.section-4{
    position: relative;
    max-width: 1200px;
    margin: 30px auto;
    width: 100%;
    font-family: "Roboto", sans-serif;
    overflow: hidden;
    transition: all 0.5s ease;
}

.avishkaar-section {
    text-align: center;
    transition: all 0.5s ease;
  }
  
  .avishkaar-heading {
    font-size: 3rem;
    color: #003E65; 
    font-family: "monserrat", sans-serif;
    transition: all 0.5s ease;
  }
  
  .avishkaar-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
  }
  
  .avishkaar-image {
    position: relative;
    width: 100%;
    object-fit: contain;
    height: auto;
    transition: all 0.5s ease;
  }

/* 320px */
@media screen and (min-width: 320px) {
    .section-4{
        margin: 80px auto;
    }

    .avishkaar-heading {
        font-size: 2.4rem;
    }
}
/* 375px */
@media screen and (min-width: 375px) {
    .section-4{
        margin: 70px auto;
    }

    .avishkaar-heading {
        font-size: 2.7rem;
    }
}
/* 768px */
@media screen and (min-width: 768px) {
    .section-4{
        margin: 50px auto;
    }

    .avishkaar-heading {
        font-size: 3rem;
    }
}