img{
    height: auto;
}
.section-small-heading {
    text-transform: capitalize;
}

.share-popup-container {
    display: none;
    position: fixed;
    bottom: 10px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    min-width: 250px;
    border: 1px solid var(--light-green);
    margin: 5px;
}

.share-popup-text {
    text-align: center;
    background-color: #fff;
    padding: 10px;
}