#intro{
    width: 800px;
    padding-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.intro-grid {
    display: grid;
    grid-template-columns: 49% 1% 49%;
    grid-gap: 2px;
}
#image_intro{
    width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#intro-text{
    width: 300px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#intro-text > h1{
    font-size: 32px;
    margin-bottom: 20px;
}
.line{
    background-color: black;
    border-radius: 10px;
}
.space{
    margin-top: 5px;
    margin-bottom: 5px;
}

/*Section of item product*/
.one-of-them{
    margin-top: 50px;
    margin-bottom: 50px;
}
.one-row{
    display: flex;
}
.block{
    height: 450px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.65);
    border-radius: 10px;
}

.block-offer{
    height: 320px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.65);
    border-radius: 10px;
    padding-bottom: 50px;
}
.id{
    height: 50px;
    width: 100%;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    color: rgb(0, 0, 0);
    font-size: 12px;
    border-top-left-radius: 10px; /* Adjust the value to control the roundness */
    border-top-right-radius: 10px;
}

.id-offer{
    height: 50px;
    width: 100%;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    color: rgb(0, 0, 0);
    font-size: 12px;
    border-top-left-radius: 10px; /* Adjust the value to control the roundness */
    border-top-right-radius: 10px;
}
.id>h1{
    padding-top: 10px;
}

.id-offer>h1{
    padding-top: 10px;
    font-size: 18px;
}
.image-obj{
    height: 350px;
    width: 100%;
}
.image-obj>img{
    height: 3500px;
    width: 350px;

}

.image-obj-offer{
    height: 270px;
    width: 100%;
}
.image-obj-offer>img{
    height: 270px;
    width: 350px;

}

.propierties-obj{
    height: 50px;
    width: 350px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 10px; /* Adjust the value to control the roundness */
    border-bottom-right-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0px;
}
.propiertie{
    display: flex;
    width: 80%;
    height: 20px;
    margin: auto;
    margin-left: 20px;
    margin-top: 15px;
}
.propierties-obj-offer{
    height: 50px;
    width: 350px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 10px; /* Adjust the value to control the roundness */
    border-bottom-right-radius: 10px;
}

.propiertie-offer{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 15px;
    width: 80%;
    height: 50px;
    margin: auto;
    margin-left: 20px;

}
/* Another version of price*/

