.functional{
  margin-top: 90px;
}
.functional .container h2,
.functional .container .h2{
  width: 100%;
  text-align: center;
  color: #065C9C;
  font-size: 45px;
  font-weight: 600;
  font-family: "Inter",Sans-serif;
}
.functional .container .description{
  width: 100%;
  text-align: center;
  color: #374046;
  font-size: 26px;
  font-weight: 300;
  font-family: "Inter",Sans-serif;
}
.functional .container .wrapper{
  display: flex;
  flex-direction: row;
  background-image: url('/bitrix/templates/main/img/3d-visok.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  gap: 0 230px;
}
.functional .container .col{
  padding: 20px;
  border-radius: 20px;
  background-color: rgba(189,189,189,.16);
  box-shadow: 0 10px 20px 0 rgba(0,0,0,.2);
  transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.functional .container .col p{
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  height: fit-content;
  width: 100%;
}
.functional .container .col p img{
  width: 15%;
  margin-right: 3.5%;
}
.functional .container .col p span{
  display: flex;
  flex-direction: column;
  width: 83%;
  color: #374046;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2em;
  font-family: "Inter",Sans-serif;
}
.functional .container .col p span .title{
  color: #065C9C;
  font-family: "Inter",Sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
}
