.activities {
    background-color: #F8EBE6;
    padding-bottom: 100px;
    overflow: hidden;
}

.activities img {
    width: 30%;
    height: 20%;
    text-align: center;
    margin: 20px;
    border-radius: 10px;
    border: 2px solid #1ABC9C;
    box-shadow: 5px 4px 8px rgba(0, 0, 0, 0.4);
}

.activities h3 {
    font-family: "Cormorant", serif;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    border-top: 3px dashed #EF8769;
    padding: 20px 0px;
}
#agro{
    text-align: center;
}

@media (min-width: 1000px) and (max-width: 1400px) {
  .activities img {
        width: 25%;
        height: auto;
        margin: 10px 20px;
  }
  #agro{
    text-align: justify;
}
}

@media (max-width: 768px) {
    .activities img {
        width: 90%;
        height: auto;
        margin: 10px 20px;

    }

    .activities h2 {
        font-size: 24px;
    }

    /* Gram Sabha  */
}