<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.order-section{
    padding: 60px 0 79px;
}
.order-wrapper{
    max-width: 1083px;
    width: 100%;
    margin: 0 auto;
}
.order-content{
    max-width: 705px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.order-content h2{
    font-size: 35px;
    font-weight: 700;
    line-height: 54.6px;
    color: #231F20;
    margin-bottom: 13px;
}
.order-content h2 span{
    color: #05ADA3;
    font-weight: 700;
}
.order-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
     color: #3F3F3F;
}
.order-offers{
    max-width: 975px;
    width: 100%;
    margin: 50px auto 40px;
    display: flex;
    justify-content: space-between;
}
.offer-item{
    max-width: 315px;
    width: 100%;
    min-height: 307px;
    height: 100%;
    padding: 32px 31px 32px 33px;
    border: 1px solid #4CAEFF4A;
    border-radius: 14px;
    text-align: center;
}
.offer-item:hover{
    border-color: #05ADA3;
}
.offer-item img{
    margin-bottom: 18px;
}
.offer-item p{
    font-size: 17px;
    font-weight: 450;
    line-height: 28.9px;
    text-align: center;
    color: #221F1F;
}
.order-btn{
    display: block;
    max-width: max-content;
    width: 100%;
    margin: 0 auto;
    padding: 11px 30px 9px;
    font-size: 17px;
    font-weight: 500;
    line-height: 21.5px;
    text-align: center;
    background: #05ADA3;
    border-radius: 39.5px;
    color: white;
    text-decoration: none;
}
.order-btn:hover {
    background: linear-gradient(180deg, #47B5AE 0%, #133836 100%);
}
@media (max-width: 767px) {
    .order-offers{
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}
@media (max-width: 575px) {
    .order-content h2 {
        font-size: 24px;
        line-height: 32.6px;

    }
    .order-content p{
        font-size: 15px;
    }
}
</pre></body></html>