.content {
   box-sizing: border-box;
   padding: 0 35px;
   width: 100%;
   max-width: 1200px;
   align-self: center;
}

section {
   width: 100%;
}

.centered {
   align-items: center;
}

.separator {
   margin: 0 auto;
   margin-bottom: 60px !important;
}

.subtitle {
   margin: 0 !important;
}

.logo-title {
   display: flex;
   flex-direction: row;
   align-items: center;
   flex-wrap: wrap;
   gap: 20px;
   margin-bottom: 25px;
}
.logo-title img {
   height: auto;
   width: 100%;
   max-width: 360px;
   /* width: 364.65px;
   background-image: url("/res/images/logo-TVB.png"); */
}

.text,
.list {
   line-height: 22.4px;
   font-size: min(1.1rem, 3.8vw);
}

.list li {
   margin-left: 18px;
}
