body {
    font-family: 'Inter';
}

.content-between {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100vh;
}

.list-wrapper {
    margin: 0 0 150px 140px;
    max-width: 940px;
}


.divider {
    width: 1088px;
    height: 0px;

    border: 1px solid #8A949E;
    border-color: #8A949E;
    opacity: 1;
    margin: 40px 0 40px 0;
}

.heading {
    width: 100%;
    height: 231px;
    
    background: transparent url('images/soil-green-2x.png') 0% 0% no-repeat padding-box;
    background-position: center;
    display:flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    align-items: center;
    
    margin: 0 0 90px 0;
}


.heading-text {
    text-align: center;
    font: normal normal 600 38px/46px 'Inter';
    letter-spacing: -0.38px;
    color: #FFFFFF;
    opacity: 1;
}


.thumbnails-container {
    width: 380px;
    height: 280px;
    padding: 0;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.thumbnails-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#list-wrapper {
    margin: 0 0 150px 140px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    width: calc(100% - 290px); 
}

