.text-title-custom{
    padding:20px 0px ;
    text-align: center;
}
.text-paragraph-custom {
    padding-top: 50px;
    text-align: center;
    width: 800px;
    margin: auto !important;
}
.custom-container {
    width: 1280px;
    margin: auto;
    height: fit-content;
}
.custom-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}
.image-holder-custom {
    width: 250px;
    height: 300px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: end;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.btn-custom {
margin-bottom: 10px;
padding: 20px 25px;
background-color: #4a7f15;
transition: all 0.3s ease;
border: none;
border-radius: 10px;
cursor: pointer;
color: #fff;
}
.btn-custom:hover {
    scale: 1.02;
    background-color: #ace189;
}
.image-holder-custom.linia {
    background-image: url('https://www.daryzprirody.sk/user/documents/upload/custom/dary2.jpg');
}
.image-holder-custom.schower {
    background-image: url('https://www.daryzprirody.sk/user/documents/upload/custom/dary4.jpg');
}
.image-holder-custom.face {
    background-image: url('https://www.daryzprirody.sk/user/documents/upload/custom/dary3.jpg');
}
.image-holder-custom.accesories {
    background-image: url('https://www.daryzprirody.sk/user/documents/upload/custom/dary1.jpg');
}
@media screen and (max-width: 1000px){
    .custom-wrapper {
        flex-direction: column;
    }
    .text-paragraph-custom {
        width: 100%;
    }
    .custom-container {
        width: 100%;
    }
    .image-holder-custom {
        width: 100%;
    }
}