/*Inbetween Line Texts CSS*/

.inbetween-text {
    width: 80%;
    text-align: center;
    margin: 30px auto 0 auto;
}

.inbetween-text h2{
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 8px;
    border-bottom: 2px solid rgb(57, 57, 57);
    color: rgb(57, 57, 57);
    font-size: 2rem;
    font-weight: 600;
    white-space: nowrap; /* Prevents wrapping */
} 

.inbetween-text span { 
    display:inline-block;
    width:90%;
    height: 40px;
  background: #fff; 
 padding: 10px;
}

 .inbetween-text2 {
    width: 80%; 
    text-align: center; 
    border-bottom: 3px solid rgb(57, 57, 57); 
    line-height: 1px;
    margin: 170px 0 20px;
    color: rgb(57, 57, 57); 
 } 
 
    .inbetween-text2 span { 
    background:#fff; 
    padding:10px;
 }

