.seminar-main {
  margin: 10px 0px 20px 0px;
  padding: 10px 20px 20px 20px;
  background-color: rgba(255,244,249,1);
  width: 100%;
}

.seminar-sub {
  margin: 10px 0px 20px 0px;
  padding: 20px 0px 0px 0px;
  background-color: rgba(234,234,255,1);
  width: 100%;
}

.agreement-main {
  padding: 20px 20px 40px 20px;
}

.seminar-sub-card {
  margin: 0px 0px 50px 0px;
}


.seminar-sub-card button {
  width: 80%;
}

h2{
 position: relative;
 display: inline-block;
 padding: 0 55px;
 margin: 15px 0 5px 0;
}

h2:before, h2:after{
 content: '';
 position: absolute;
 top: 50%;
 display: inline-block;
 width: 45px;
 height: 1px;
 background-color: #1C1C1C;
}

h2:before {left:0;}
h2:after {right: 0;}

.h2-seminar-main {
  font-size: 16px;
  color:	#555555;
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  }

.p-seminar-main {
  font-size: 14px;
  color:	#555555;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  }

h3{
position: relative;
display: inline-block;
padding: 0 45px;
}
h3:before, h3:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 35px;
height: 2px;
background-color: #202020;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
h3:before {left:0;}
h3:after {right: 0;}

.h3-seminar-sub {
  font-size: 14px;
  font-weight: 700;
  color:	#555555;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  }

.sub-title {
  font-size: 14px;
  font-weight: 600;
  color:	#555555;
  position: relative;
  text-align: center;
 margin: 0px 5px 10px 5px;
  }