
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol&display=swap');
.myfonts {
  font-family: "Kaisei Decol", serif;
  font-weight: 400;
  font-style: normal;
  
}
.sub_main {
  background:url(./images/bg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
.dandadan p,
.dandadan ul,
.dandadan h3{
  color: #232323;
}
.dandadan h5 {
  color: #e62e8b;
}
.btn-main {background: rgb(181, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(181, 0, 0)), to(rgba(219, 0, 0, 0.6)));
  background: linear-gradient(90deg, rgb(181, 0, 0) 0%, rgba(219, 0, 0, 0.6) 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 10px;
  border-radius: 50px;
  font-size: 20px;
  width: 300px;
  color: #fff;
  font-weight: 600;
}
.btn-main:hover {
  
  background: rgb(0, 0, 168);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 168)), to(rgba(3, 110, 183, 0.6)));
  background: linear-gradient(90deg, rgb(0, 0, 168) 0%, rgba(3, 110, 183, 0.6) 100%);
  color: #fff;
}
@media screen and (max-width: 575px) {
  .btn-main {
    width: 100%;
  }
}





h2.myfonts {
  text-align: center;
  color: #e62e8b !important;
  font-size: 3vw;
  font-feature-settings: "palt";
}
h3 {
  font-size: 26px;
  font-weight: 400;
}
h3 span {
  color: #ff0000;
  font-size: 34px;
  font-weight: 600;
}
.title-lead {
  font-size: 14px;
  font-weight: 400;
  color: #ffa4e4 !important;
  text-align: center;
}
.lead {
  color: #e62e8b !important;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5em;
}
.a-box {
  width: 90%;
  margin: 10px auto;
  border: 1px #ff95ea solid;
  padding: 20px;
}
.lines {
  width: 90%;
  margin: 30px auto 10px;
  padding-top: 30px;
  border-top: 1px #e62e8b solid;
}
@media screen and (max-width: 575px) {
  .lead {
     font-size: 22px;
   }
   .a-box {
    width: 100%;
   }
   h3 {
    font-size: 20px;
  }
  h3 span {
    font-size: 26px;
  }
  h2.myfonts {
    font-size: 30px;
  }
 }
