.dfs-flight-header-prices-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid;
    border-radius: 8px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dfs-baggage ul{
    margin: 0px;
}

.dfs-slice h3,
.dfs-flight-header-prices-content h2{
    margin: 0;
}

.dfs-flight-header-prices-content h2{
    font-size: 36px;
}

.dfs-slice h3,
.dfs-flight-header-prices-content h3{
    font-size: 30px;
}

.dfs-flight-header-prices-content p{
    font-size: 26px;
    margin: 0;
}

.dfs-segment,
.dfs-traveller-summary,
.dfs-traveller-passenger-type{
    margin-bottom: 20px;
    border: 1px solid;
    border-radius: 8px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dfs-traveller-summary ul{
    margin: 0px;
}

.dfs-traveller-passenger-type{
    width: 100%;
    text-align: center;
}

.dfs_add_to_cart{

    width:100% !important;

    margin-top:25px !important;

    background:#0b7dda !important;

    border: 1px solid #0b7dda !important;

    text-decoration: none !important;

    color: #fff !important;

    font-weight: 500 !important;

    border-radius: 6px !important;

    text-align: center !important;

    color: #fff !important;

    padding:15px !important;

    font-size:16px !important;

    cursor:pointer !important;

}

.dfs-flight-header img{
    width: 150px;
    object-fit: contain;
}

@media(max-width:650px){
    .dfs-flight-header-prices-content{
     flex-direction: column;   
     align-items: self-start;
     gap: 5px;
    }
}