/* purchasing button*/

.pure-button {
    position: relative;
    text-decoration: none;
    color: rosybrown;

}

 .whatis > p{
    color:#89b03a;
    margin: 0% 10% 2% 20%;
    position: relative;
    text-align: left!important;
    display:inline-block;
   
    font-size: 1em;
    
}
.whatis h3 {
    color:#7ea62c !important;
    margin: 0% 0% 2% 10%;
    position: relative;
    text-align: left!important;
    display:inline-block;
    font-family: cursive;
    font-size: 1.5em;
    
    
}
.welcome p{
    margin:0% 10% 2% 10%;
    position: relative;
    text-align: center;
  
    
}
.welcome h2{
    margin:0% 10% 2% 10%;
    position: relative;
    text-align: center;
    padding:5px;
    
}
.welcome2 p{
    margin:0% 10% 2% 10%;
    position: relative;
    text-align:left;
}
/* Rounded border */
hr.rounded {
  border-top: 8px solid rgb(228 20 222 / 32%);
  border-radius: 5px;
}
/*divider*/
.astrodivider {
  margin:64px auto;
  width:auto; 
  max-width: 100%;
  position:relative;
}

.astrodividermask { 
    overflow:hidden; height:20px; 
}

.astrodividermask:after { 
      content:''; 
      display:block; margin:-25px auto 0;
      width:100%; height:25px;  
        border-radius:125px / 12px;
       box-shadow:0 0 8px  rgb(228 20 222 / 32%);
}
.astrodivider span {
    width:50px; height:50px; 
    position:absolute; 
    bottom:100%; margin-bottom:-25px;
    left:50%; margin-left:-25px;
    border-radius:100%;
   box-shadow:0 2px 4px #4fb39c;
    background:#fff;
}
.astrodivider i {
    position:absolute;
    top:4px; bottom:4px;
    left:4px; right:4px;
    border-radius:100%;
    border:1px dashed #68beaa;
    text-align:center;
    line-height:40px;
    font-style:normal;
    color: rgb(228 20 222 / 32%);
}
.img-responsive2 {
    display: block;
    max-width: 100%;
    width:400px;
    height: 200px;
}
