@charset "utf-8";

*,
::before,
::after{
  padding:0;
  margin: 0;
  box-sizing: border-box;
}

.next-title{
  padding-top: 45px;
  padding-bottom: 55px;
  padding-left: auto;
  padding-right: auto;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 50px;
  justify-content:center;
}


.next-title img {
 max-width: 500px; 
}

.next-title-text{
  max-width: 600px;
  margin-right: 40px;
  padding-left: 50px;
  text-align: center;
  padding-right: auto;
}

.next-title-text h1{
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  background-color: rgb(140, 172, 173);;
  text-align: center;
}

.next-title-text h2{
  font-size: 18px;
  font-weight: bold;
  line-height: 10px;
  text-align: center;
  padding-top: 15px;
}

.next-title-text p {
  line-height: 3;
  text-align: center;
  font-size: 18px;
}

.next-title-text p1 {
  line-height: 3;
  text-align: center;
  font-size: 18px;
  color: blue;
}

.next-title-text p1:hover{
  color:#FF0099;
  text-decoration:underline;
}

@media (max-width: 800px) {
 
  .next-title {
    width: 100%;
    margin-top: 15px;
    display: block;
    text-align: center;
  }

  .next-title img {
    width: 80%;
  }

  .next-title-text {
    margin-top: 45px;
  }
 
  .p1{font-weight:bold;
    text-decoration:none;
  }

 
  
}
