.buildsafe-different {
  padding: 0 0 135px;
}
.buildsafe-different .full-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.buildsafe-different .full-content .right-content {
  width: 47%;
  max-height: 913px;
}
.buildsafe-different .full-content .right-content img {
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}
.buildsafe-different .full-content .left-content {
  width: 53%;
  padding: 0 270px 0 260px;
}
.buildsafe-different .full-content .left-content h2 {
  font-family: Switzer Variable;
  font-weight: 600;
  font-size: 50px;
  line-height: 64px;
  letter-spacing: 0;
  color: #000;
  padding: 0;
  margin: 0 0 40px;
}
.buildsafe-different .full-content .left-content .items .single-item{
  position: relative;
  padding: 0 0 30px 50px;
}
.buildsafe-different .full-content .left-content .items .single-item:before{
  position: absolute;
  content: '';
  top: 6px;
  left: 0;
  background: url('/template/0120b24f/images/what-buildsafe-different-list-icon.svg') no-repeat;
  width: 20px;
  height: 20px;
}
.buildsafe-different .full-content .left-content .items .single-item h3 {
  padding: 0;
  margin: 0 0 10px;
  color: #000;
  font-family: Switzer Variable;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.01em;
}
.buildsafe-different .full-content .left-content .items .single-item p {
  font-family: Switzer Variable;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 15px;
  color: rgb(0,0,0,0.72);
}
.buildsafe-different .full-content .left-content .items .single-item p:last-of-type{
  margin: 0;
}
