<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.div-gray-bg-overlay{
    background-color: #ebebeb;
    border-bottom: 1px solid #ccc;
}
.thankYou-orderSteps{
    font-size: 20px;
    font-family: "VodafoneRegular";
    text-align: center;
    color: #333333;
    padding: 0 0 30px 0;
}
.thankYou-orderSteps .container-heading{
    font-size: 40px;
    font-family: "VodafoneLight";
}
.thankYou-orderSteps .order-steps{
    width: 100%;
    float: left;
}
.thankYou-orderSteps .order-steps .single-step{
    width: 23%;
    margin: 0 1%;
    float: left;
    display: inline-block;
}
.thankYou-orderSteps .order-steps .single-step .step-image{	
    height: 96px;
}
.thankYou-orderSteps .order-steps .single-step .step-image .icon{
    width: 50px;
    height: 50px;
}
.thankYou-orderSteps .order-steps .single-step .step-image img{
    width: 96px;
    height: 96px;
}
.thankYou-orderSteps .order-steps .single-step .step-text h4{
    font-size: 20px;
    font-family: "VodafoneRegular";
}
.thankYou-orderSteps .order-steps .single-step .step-text a:hover{
    color: #e60000;
    text-decoration: none !important;
}
.thankYou-orderSteps .order-steps .single-step .step-text a{
    text-decoration: underline;
}
.thankYou-orderSteps .order-steps .single-step .step-text p{
    line-height: 1.2;
}

.thankYou-orderSteps::before {
    top: -29px;
    z-index: 1;
    content: "";
    position: relative;
    border-style: solid;
    border-width: 0 40px 30px 40px;
    border-color: transparent transparent #ebebeb transparent;
    margin:  auto;
}

@media only screen and (max-width: 970px){
    .thankYou-orderSteps .container-heading{
       font-size: 32px;
   }
}
@media only screen and (max-width: 639px){
    .thankYou-orderSteps{
        font-size: 16px;
    }
    .thankYou-orderSteps .container-heading{
        font-size: 20px;
    }
    .thankYou-orderSteps .order-steps .single-step{
        width: 90%;
        margin: 1%;
        float: none;
    }
    .thankYou-orderSteps .order-steps .single-step .step-text h4{
        font-size: 18px !important;
    }
}

</pre></body></html>