@import url('https://fonts.googleapis.com/css2?family=Muli&display=swap');

.travel_info{
    box-sizing: border-box;
}

.travel_info{
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Muli',sans-serif;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.travel_info_container{
    width: 100%;
    margin: auto;
    background: #0F4C5C;
    padding: 3rem 2rem;
    border-radius: 3px;
    display: flex;
    align-items: center;
}

.travel_info_header-text{
    flex: 1;
}

.travel_info_header-text h5{
    font-size: 1.5rem;
    letter-spacing: 3px;
}

.travel_info_header-text p{
    width: 90%;
    line-height: 1.5;
    font-size: 1rem;
}

.travel_info_header-text .travel_info_btn{
    margin-top: 2rem;
    display: inline-block;
    border: none;
    background-color: #66528b;
    color: #d9d1e7;
    padding: 1rem 1.4rem;
    font-size: 1rem;
    text-transform: uppercase;
    word-spacing: 2px;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
}

.travel_info_header-digits{
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}


.travel_info_header-digits div h6{
    margin-top: -1rem;
}


.travel_info_header-digits .section-one{
    padding: 1rem;
    border-right: 1px solid #7d70ad;
    border-bottom: 1px solid #7d70ad; 
}
.travel_info_header-digits .section-two{
    padding: 1rem;
    border-left: 1px solid #7d70ad;
    border-bottom: 1px solid #7d70ad; 
}
.travel_info_header-digits .section-three{
    padding: 1rem;
    border-right: 1px solid #7d70ad;
    border-top: 1px solid #7d70ad; 
}
.travel_info_header-digits .section-four{
   padding: 1rem;
    border-left: 1px solid #7d70ad;
    border-top: 1px solid #7d70ad; 
}

.border_status{
  color: #EAD375;
}