.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;
}

.img{
    width:100%;
    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);
    background-color: white;
}

.section-main-wrapper-step-2{
    background-color: #BAA5981A;
}

.text-uppercase{
    color:black;
}

input{
    font-size:16px;
    
}

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

.btn.px-4{
    background-color: white;
    padding:12px 33px;
    width:140px;
    margin-top:10px;
}