.container_img_and_product_name{
  width: 100%;
  /* height: 180px; */
  padding: 5px 0px;
  background-color:#ffffff;
  border-bottom:1px solid #d1d1d1 ;
  display: inline-block;
}
.img_and_product_name{
  position: relative;
  width: 100%;
  height: 140px;
  background-color: #ffffff;
  /* border: 1px solid blue; */
  display: flex;
  align-items: center;
}
.img_product{
  width: 220px;
  border: 1px solid #ffffff;
  height: 140px;
  background-image: url(files/little_img_1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.img_and_product_name span{
  font-size: 16px;
  color: var(--highlighted-text-color);
  margin: 0px 40px;
}
.align_text{
  width: 100%;
  background-color: #ffffff;
  text-align: end;
}
.align_text span{
  cursor: pointer;
  color: var(--color-main);
  font-size: 16px;
  font-weight: 500;
}
.container_title_subtitle{
  padding: 20px 0px;
  text-align: center;
  border-bottom: 1px solid #CECECE;
}
.container_title_subtitle h1{
  text-align: center;
  font-size: 38px;
  color: var(--title-color);
  font-weight: 500;
}
.container_title_subtitle span{
  font-size: 18px;
  font-weight: 300;
  color: var(--highlighted-text-color );
}
.align_form_evaluate {
  position: relative;
  margin: 10px 0px;
  color: #848484;
  font-size: 16px;
}
.container_all_evaluate span {
  font-size: 18px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  line-height: 45px;
  color: var(--title-color);
}

.container_radios{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right:10px;
}
.container_radios label{
  margin-right: 10px;
}