#vn-section-training-about {
     position: relative;
     padding: 2% 10%;

     .container-flex-divider-training-about {
          display: flex;
          gap: 100px;

          .section-left-training-about {
               width: 50%;

               h3 {
                    color: #000;
                    font-family: "DM Sans";
                    font-size: 36px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 120%;
                    letter-spacing: -0.72px;
               }

               img {
                    width: 100%;
               }
          }

          .section-right-training-about {
               width: 50%;
               display: flex;
               flex-direction: column;
               justify-content: center;
          }

          article {
               h4 {
                    padding: 10px 16px;
                    border-radius: 30px;
                    border: 1px dashed #EC8C56;
                    color: #EC8C56;
                    text-align: center;
                    font-family: "DM Mono";
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 110%;
                    letter-spacing: 1.68px;
                    text-transform: uppercase;
                    width: fit-content;
               }

               p {
                    color: #606367;
                    font-family: "DM Sans";
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 160%;
                    letter-spacing: 0.32px;
               }
          }
     }
}

#vn-section-stats-welding {
     position: relative;
     padding: 2% 10%;

     .container-header-vn-section-stats-welding {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 64px;

          h3 {
               color: #000;
               font-family: "DM Sans";
               font-size: 40px;
               font-style: normal;
               font-weight: 500;
               line-height: 130%;
               /* 52px */
               font-variant: all-small-caps;
               letter-spacing: -1.6px;
          }
     }

     .container-flex-vn-section-stats-welding {
          display: flex;
          justify-content: center;
          gap: 40px;

          article {
               h4 {
                    color: #EC8C56;
                    font-family: "DM Sans";
                    font-size: 56px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 110%;
                    font-variant: all-small-caps;
                    letter-spacing: -1.68px;
                    margin: 0;
               }

               h5 {
                    margin: 0;
                    color: #EC8C56;
                    font-family: "DM Mono";
                    font-size: 13px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 130%;
                    letter-spacing: 1.3px;
                    text-transform: uppercase;
               }

               p {
                    color: #9C9C9C;
                    font-family: "DM Sans";
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 140%;
                    letter-spacing: 0.32px;

               }
          }
     }
}

#vn-section-stories-solutions {
     position: relative;
     padding: 2% 5% 10% 5%;
     background-color: #F6F7F8;

     h3 {
          color: #000;
          text-align: center;
          font-family: "DM Sans";
          font-size: 40px;
          font-style: normal;
          font-weight: 400;
          line-height: 130%;
          letter-spacing: -0.8px;
          margin: 0;
     }

     >p {
          color: #606367;
          text-align: center;
          font-family: "DM Sans";
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 160%;
          letter-spacing: 0.36px;
     }

     .container-ul-stories-solutions {
          display: flex;
          justify-content: center;
          gap: 10px;

          .item-stories-solution-active {
               cursor: pointer;
               display: flex;
               height: 29px;
               padding: 6px 16px;
               justify-content: center;
               align-items: center;
               color: #FFF;
               font-family: "DM Mono";
               font-size: 12px;
               font-style: normal;
               font-weight: 400;
               line-height: 130%;
               letter-spacing: 1.2px;
               text-transform: uppercase;
               border-radius: 16px;
               background: #E2007A;
          }

          .item-stories-solution {
               cursor: pointer;
               display: flex;
               height: 29px;
               padding: 6px 16px;
               justify-content: center;
               align-items: center;
               border-radius: 16px;
               border: 1px dashed #9C9C9C;
               color: #9C9C9C;
               font-family: "DM Mono";
               font-size: 12px;
               font-style: normal;
               font-weight: 400;
               line-height: 130%;
               letter-spacing: 1.2px;
               text-transform: uppercase;
          }

          .item-stories-solution:hover {
               background: #E2007A;
               color: #FFF;
               border: none;
          }
     }
}

#vn-section-form-simple {
     position: relative;
     background-color: #EC6500;
     background-image: linear-gradient(rgba(236, 101, 0, 0.7), rgba(236, 101, 0, 0.7)),
          url('https://maquisol.com/public_files/210/vn-texture-bg-separator.png');
     background-size: cover;
     background-repeat: no-repeat;
     padding: 80px 130px;

     .container-flex-vn-form-simple {
          display: flex;
          align-items: center;
          gap: 40px;

          .left-flex-vn-form-simple,
          form {
               width: 50%;
          }
     }

     #vn-form-simple {
          display: flex;
          flex-direction: column;
          gap: 32px;

          .container-input-vn-simple-form {
               display: flex;
               flex-direction: column;
          }

     }


     h3 {
          color: #FFF;
          text-align: center;
          font-family: "DM Sans";
          font-size: 40px;
          font-style: normal;
          font-weight: 400;
          line-height: 130%;
          letter-spacing: -0.8px;
          margin: 0;
          text-align: start;
     }
}