﻿.tos-header {
  display: flex;
  flex-direction: column;
  padding: 20px;
  height: 600px;
  background-color: #2379b3;
  justify-content: center;
  position: relative;
}

.tos-title {
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
}

.tos-subtitle {
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
}

.tos-body {
  padding: 60px;
  background-color: #ffffff;
  height: 100%;
  overflow-y: auto;
}

.tos-body div {
  line-height: 2.5;
  font-size: 15px;
}

.tos-body div.sec-title {
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
  color: #000000;
}