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

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

.font-normal{
    font-size:36px;
    font-family:"Roboto Condensed", serif;
    font-weight:400;
    text-transform:uppercase ;
}

.box-img{
    background-image: url(./images/97d754cc1f400d9da80d53e1e4523b0f.png);
    background-size: cover;
    background-position: center;
    width:100%;
    height:435px;
    position:relative;
}

.box-img i{
    position:absolute;
    bottom:0px;
    right:10px;
    font-size:40px;
}

.box-small-img{
    width:168px;
    height:135px;
}

.review i{
    margin-left:5px;
    color:gray;
    font-size:30px;
}

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

.p-mt-2{
    padding-left:10px;
    font-size:36px;
}

.span{
    color:rgb(168, 165, 165);
    font-size:36px;
    margin-left:40px;
}

.form-group{
    width:383px;
}

.form-group i{
    font-size:30px;
    color:black;
    background-color: rgb(243, 233, 233);
    border-radius: 50%;
    padding:5px;
    margin-left:32px;
    margin-top:40px;
}

.form-group button{
    padding:15px 90px;
    margin-top:20px;
    border:1px solid rgb(150, 143, 143);
    font-weight:700;
    font-size:24px;
    margin-top:100px;
}

.form-btn{
    padding:10px 200px;
}

.section-main-wrapper .row{
    margin:auto;
}

.content-group.mt-5{
    text-align:left;
    padding-inline:90px;
}

.form-group input,.form-group select{
   border:none;
   border-bottom:2px solid rgb(17, 14, 14);
   padding-inline:25px;
   outline:none;
}

.p.mt-1{
    font-size:12px;
    color:#363636;
}

.span-i{
    margin-left:250px;
    font-size:12px;
}

h5{
    font-size:14px;
    font-weight:14px;
    text-transform: uppercase;
}

.button{
    background-color: white;
    padding:10px 120px;
    margin-top:10px;
}