#vn-section-header-blog {
     position: relative;
     padding: 2% 5% 10% 5%;

     .container-vn-section-header-blog {
          position: relative;
          display: flex;
          justify-content: space-between;

          img {
               position: relative;
               width: 55%;
          }

          .section-right-header-blog {
               display: flex;
               flex-direction: column;
               justify-content: center;
               gap: 16px;
               width: 40%;

               span {
                    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;
                    width: fit-content;
               }

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

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

               .p-header-date-blog {
                    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;
                    margin: 0;
               }
          }
     }
}