.top-part {
    position: relative;
}

.top-text {
    padding-top: 60px;
    padding-left: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media screen and (max-width: 600px) {
    .top-text {
        padding-top: 20px;
        padding-left: 10px;
    }
}

.title {
    color: white;
    font-weight: bold;
    line-height: 0.9;
}

@media screen and (min-width: 601px) {
    .title {
        font-size: 40px;

    }
}

@media screen and (max-width: 600px) {
    .title {
        font-size: 25px;
    }
}

.subtitle {
    color: white;
    font-weight: bold;
}

@media screen and (min-width: 601px) {
    .subtitle {
        font-size: 20px;

    }
}

@media screen and (max-width: 600px) {
    .subtitle {
        font-size: 15px;
    }
}

.background-img {
    width: 100%;
    object-fit: contain;
}

.feature-title {
    text-align: center;
    padding: 30px;
    color: black;
    font-weight: bold;
}

.featured-products {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 100px;
}

.product {
    padding: 20px;
    background-color: #e9ddc5;
    border-radius: 10px;
    color: black;
    text-align: center;
    width: fit-content;
    margin-left: 10px;
    margin-right: 10px;
}

.product-img {
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
