.section-search-for-sampling-systems {
    margin-bottom: 86px;
}

.sampling-systems-search {
    height: 360px;
    border-radius: 6px;
    background-color: #78bd46;
    background-image: url(../images/footer-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}

.sampling-systems-search-container {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sampling-systems-search__title {
    color: #FFF;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;   
    text-align: center; 
    margin-bottom: 16px;    
}

.sampling-systems-search__paragraph {
    color: #FFF;
    line-height: 32px;
    text-align: center;
    margin-bottom: 16px;    
}

.sampling-systems-search__button {
    color: #000;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #FFF;
    height: 56px;
    width: 100%;
    max-width: 256px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
}

.sampling-systems-search__button:hover {
    color: #FFF;
    background-color: #000;
    transition: .3s ease-in-out;
}
