.catalogue-items {
    display: flex;  
    flex-wrap: wrap;  
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.catalogue-items li{
    padding:15px;
    color:white;
}

.font-italic.pt-4{
    font-size:18px;
    border:1px solid red;
}

.img{
    width:100%;
    max-width:320px;
    height:270px;
}

.range-form span{
    margin-left:170px;
}

input[type="range"] {
    -webkit-appearance: none;  
    appearance: none;  
    width: 100%; 
    height:7px;  
    background: #ccc; 
    border-radius: 5px; 
    outline: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; 
    appearance: none;
    width:12px;
    height:12px;
    border:1px solid gray;
    border-radius: 50%;  
    background:white;
}

.checkbox-first-group{
    display: inline-block;
}

.checkbox-second-group{
    display: inline-block;
    margin-left:40px;
}

.row.pt-3{
    max-width:1100px;
    margin:auto;
}

.text-step{
    font-size:18px;
    font-weight: 300;
    font-style: italic;
    padding-top:10px;
}

.button{
    background-color: white;
    width:100px;
    border:1px solid rgb(65, 62, 62);
}

input{
    font-size:16px;
}

h3{
    font-family:"Cormorant Garamond", serif;
}

.first-image-content{
    background-image: url(./images/21e9164c5a1391e44b31e6dbfbf1cb93.jpg);
    background-position: center;
    background-size: cover;
    width:100%;
    max-width:546px;
    height:323px;
    display:flex;
    flex-direction: column;
    justify-content:flex-end;
}

.second-image-content{
    background-image: url(./images/92de2c36ce60b017464f159d2206589c.jpg);
    background-position: center;
    background-size: cover;
    width:100%;
    max-width:546px;
    height:323px;
    display:flex;
    flex-direction: column;
    justify-content:flex-end;
   
}

.third-image-content{
    background-image: url(./images/6f9d54a6ce5f10918dc9cd5994bdf075.jpg);
    background-position: center;
    background-size: cover;
    width:100%;
    max-width:546px;
    height:323px;
    display:flex;
    flex-direction: column;
    justify-content:flex-end;
}

.section-images .container-fluid{
    margin:auto;
}

.image-content{
    width:470px;
    height:65px;
    gap:10px;
    background-color: white;
    display:flex;
    align-items:center;
    border:1px solid grey;
    margin:15px auto;
   
}

.img-btn{
    background-color: white;
    padding:5px 20px;
}

.btn{
    background-color: white;
    border:1px solid black;
    padding-inline:30px;
}