<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1,h2,h3,p {margin:0;}
input, textarea, button {
    -webkit-border-radius:0;
    border-radius:0;
    padding: 0;
    outline: none;
}
button, button:focus {
    outline: none;
}
a:hover{
    text-decoration:none !important;

}
.hidden{
    display:none;
}

.w50{
    width:50%; 
}

/* This used to work for parent element of button divs */

/* But it is not enough now, below dont hide play button parent div */

*::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::--webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

*::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
}


/* #Helper classes
================================================== */
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    text-decoration: none;
}
.center_them {
    display:inline-block;
    zoom: 1;
    *display:inline;
}
.vertical_centering_css3 {
    position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.horizontal_centering_css3 {
    position: relative;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.pointer {cursor: pointer;}
.relative {position: relative;}
.absolute {position:absolute;}
.invisible {display: none;}
.block {display:block !important;}
.w100 {width:100%;}
.w100_important {width:100% !important;}
.center {text-align:center;}
.text-left {text-align:left !important;}
.upper {text-transform: uppercase;}
.bold {font-weight:bold;}
.decor_none {text-decoration: none;}
.border_none {border: 0 !important;}
.box_sizing {box-sizing:border-box;}
.overflow_hidden {overflow: hidden;}
.clearfix {
zoom:1;}
.clearfix{
    overflow:auto;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.mt30 {
    margin-top: 30px;
}
.rotate180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.black {color:#111111;}
.white {color:#fff;}
.btn:hover {
    color: #fff;
}


.mobile {
    display: none;
}



/* #Site styles
================================================== */
body {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    background:#fff;
    float:left;
    width:100%;
    margin:0px;
}
section{
    float:left;
    width:100%;
}
header{
    float:left;
    width:100%;
}
main{
    float:left;
    width:100%;
    background:#fff;
}
.site-wrap{
    width:1300px;
    margin:0 auto;
}
.top-site-part{
    display:flex;
    gap:20px;
}
.top-slider{
    width:calc(100% - 370px);
    float:left;
}
.top-slider img{
    float:left;
    width:100%;
    border-radius:5px;
}
.top-slider .swiper-title{
   position: absolute;
    bottom: 50px;
    left: 10px;
    color: #fff;
    background: #000;
    padding: 10px;
    font-size:32px;
    font-family: "Oswald", sans-serif; 
}
.aside-part{
    width:350px;
    float:left;
}
.aside-links{
    float:left;
    width:100%;
    display:flex;
    gap:10px;
    flex-direction:column;
}
.aside-link{
    float:left;
    width:100%;
    height: 133px;
    position:relative;
}
.aside-link img{
    float:left;
    width:100%;
    height: 133px;
    object-fit:cover;
    border-radius:5px;
}
.aside-link:before{
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    border-radius:5px;
}
.aside-link:hover:before{
    content:none;
}
.more-info-boxes{
    float:left;
    width:100%;
    display:flex;
    gap:20px;
}
.info-box{
    display:flex;
    gap:20px;
    border:1px solid #D9D9D9;
    border-radius:10px;
    padding:20px;
    box-sizing:border-box;
    
}
.image-wrap{
   width:50px;
   height: 50px;
   background:#ffde3c;
   border-radius:100%;
   display:flex;
   align-items:center; 
   flex-shrink:0;
   padding:5px;
   box-sizing:border-box;
   justify-content:center;
}
.image-wrap svg{
    width:60%;
}
.mt50{
    margin-top:50px;
}
.top-info{
    font-size:14px;
    color:#333;
    font-family:"Oswald", sans-serif;
    text-transform: uppercase;
    float:left;
    width:100%;
    margin-bottom:20px;

}
.text-wrap .title{
    float:left;
    width:100%;
    margin-bottom:20px;
    font-family:"Oswald", sans-serif;
    font-size:26px;
    line-height: 25px;
    
}
.products{
    float:left;
    width:100%;
    box-sizing:border-box;
    position: relative;
}
.product-box{
    float:left;
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:15px;
    background: #fff;
    padding:20px;
    box-sizing:border-box;
    position:relative;
    border:1px solid #D9D9D9;
    border-radius:5px;
    min-height: 395px;
}
.product-box:hover{
    border:1px solid #999;
}
.product-box .tickets{
    position:absolute;
    left:0;
    top:10px;
    width:80px;
    display:flex;
    flex-direction:column;
    gap:5px;
}
.product-box .tickets .ticket{
    padding:10px;
    box-sizing:border-box;
    text-align: center;
    color:#fff;
    font-size:14px;
    text-transform: uppercase;
    font-weight: 600;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
.product-box .tickets .ticket.new{
    background: #3CB9FF;
}
.product-box .tickets .ticket.discount{
    background: #FF3C6B;
}
.product-box .product-img{
    height: 170px;
}
.product-box .product-img img{
    height: 170px;
    object-fit:cover;
    max-width:100%;
}
.products .top-products-wrap .title{
    float:left;
    width:100%;
    font-size:20px;
    text-transform: uppercase;
    font-family:"Oswald", sans-serif;
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #ffde3c;
}
.slider-products{
    float:left;
    width:100%;
}
.product-box .product-title{
    float:left;
    width:100%;
    text-align:left;
    font-size:16px;
    color:#444;
    font-weight: 700;
}
.product-box .product-title:hover{
    color:#3CB9FF;
}
.product-box .price{
   float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; 
}
.product-box .price.new{
    min-height: 58px;
}
.product-box .price.new .new-price{
    font-size: 24px;
}
.product-box .price .old-price{
    font-size:16px;
    color:#887f7f;
    text-decoration:line-through;
    float:left;
    width:100%;
}
.product-box .price .new-price{
    font-weight: 600;
    display:flex;
    gap:10px;
    position:absolute;
    bottom:0px;
    width:100%;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    background:#FFDE3C ;
    min-height: 45px;
    align-items:flex-end;
    padding-left:20px;
    box-sizing:border-box;
    align-items:center;

}
.listing-wrap .product-box .price .new-price{
    position: inherit;
    background: #fff;
    padding-left:0px;
    min-height: auto;
}
.product-box .price .new-price.grey{
    background: #D9D9D9 ;
    justify-content:flex-start;
    padding-left:20px;
    box-sizing:border-box;
}
.product-box .price .new-price.grey .like-btn{
    color:#444;
}
.product-box .price .new-price.grey .new-price-txt{
    display:none;
}
.product-box .price .new-price .new-price-txt{
    color:#444;
    font-size:15px;
    margin-bottom:5px;
}
.product-box .price .new-price .like-btn{
    color:#444;
    font-size:24px;
}
.products-slider-btns, .small-slider-btns, .small1-slider-btns, .new-slider-btns, .similar-slider-btns{
   position: absolute;
    right: -8px;
    width: 95px;
    top: 25px;
    display:flex;
    gap:10px; 
}
.swiper-button-prev{
    width: 35px !important;
    height: 35px !important;
    background: #F5F5F5 url("../img/next-menu-icon.svg") no-repeat center !important;
    background-size: 35% !important;
    transform: rotate(180deg);
    border-radius:5px;
}
.swiper-button-prev:hover{
     background: #ffde3c url("../img/next-menu-icon.svg") no-repeat center !important;
        background-size: 35% !important;

 ;
}
.swiper-button-next{
    width: 35px !important;
    height: 35px !important;
    background: #F5F5F5 url("../img/next-menu-icon.svg") no-repeat center !important;
    background-size: 35% !important;
    border-radius:5px;
}
.swiper-button-next:hover{
        background: #ffde3c url("../img/next-menu-icon.svg") no-repeat center !important;
            background-size: 35% !important;


}
.two-box-products{
    float:left;
    width:100%;
    display:flex;
    gap:20px;
}
.products.smaller-products-wrap{
    width:50%;
}
.slider-products-small, .slider-products-small2{
    float:left;
    width:100%;
}
.new-products{
    float:left;
    width:100%;
}
.top-listing-part{
    float:left;
    width:100%;
    display:flex;
    flex-direction:column;
    gap:20px;
}
.big-title{
    float:left;
    width:100%;
    padding-bottom:15px;
    box-sizing:border-box;
    font-size:32px;
    font-family:"Oswald", sans-serif;
    border-bottom:3px solid #ffde3c;

}
.descr-part{
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    align-items:center;
}
.descr-part .img{
    width:300px;
    float:left;
    flex-shrink:0;
}
.descr-part .img img{
    width:100%;
    float:left;
}
.descr-part .txt{
    width:calc(100% - 150px);
    float:left;
    font-size:15px;
    color:#333;
}
.listing-wrap{
    float:left;
    width:100%;
    gap:26px;
    display:flex;
    flex-wrap:wrap;
}
.listing-wrap .product-box{
    width:calc(25% - 20px);
}

.listing-price{
    color:#000;
    font-size:17px;
    font-weight: 600;
}
.quick-order{
    padding:10px 15px;
    box-sizing:border-box;
    background: green;
    color:#fff;
    font-size:16px;
    text-transform: uppercase;
    font-family:"Oswald", sans-serif;
    border:2px solid green;
    width:100%;
    border-radius:5px;
    text-align:center;

}
.quick-order:hover{
   background:#fff;
   color:#333; 
}
.unavailable-order{
    padding:10px 15px;
    box-sizing:border-box;
    font-size:16px;
    text-transform: uppercase;
    font-family:"Oswald", sans-serif;
    border:2px solid green;
    width:100%;
    border-radius:5px;
    text-align:center;
    background:#fff;
    color:#333; 
}
ul.pagination {
    float: left;
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 5px;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 0px;
}
ul.pagination .page-item {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius:5px;
    min-height: 5px;
    background: #F5F5F5;
}
ul.pagination .page-item .page-link {
    color: rgba(34, 34, 34, 1);
    font-size: 18px;
    width:100%;
    text-align:center;
}
ul.pagination .page-item.active, ul.pagination .page-item:hover {
    background: #ffde3c;
    border: 1px solid #ffde3c;
}
.path{
    float:left;
    width:100%;
    display:flex;
    gap:10px;
    align-items:center;
}
.path-link{
    float:left;
    color:#333;
    font-size:12px;
    text-transform: uppercase;
    padding-right:15px;
    box-sizing:border-box;
    position:relative;
}
.path-link:hover{
   color:#ffde3c; 
}
.path-link:after{
    position:absolute;
    content:"";
    right:0;
    top:0px;
    width:10px;
    height: 15px;
    background: url("../img/path.svg") no-repeat center;
    background-size:70%;
}
.path-link img{
    margin-right:5px;
    margin-top:-1px;
    float:left;
}
.path .path-link:last-child:after{
    content:none;
    
}
.path .path-link:last-child{
    cursor: default;
    color:#a19c9c;
}
.view-page{
    float:left;
    width:100%;
    display:flex;
    gap:30px;
}
.left-view-page{
    width:calc(100% - 445px);
    float:left;
    display: flex;
    gap:20px;
}
.right-view-page{
    width:425px;
    flex-shrink:0;
    float:right;
    padding-left:20px;
    box-sizing:border-box;
    border-left:1px solid #D9D9D9;
}
.right-view-page .top-part{
    float:left;
    width:100%;
    display:flex;
    gap:5px;
    margin-bottom:20px;
}
.right-view-page .top-part span{
    font-size:18px;
    color:#333;
    font-weight: bold;
    
}
.aside-boxes{
    float:left;
    width:100%;
    display:flex;
    flex-direction:column;
    gap:20px;
}
.aside-boxes .aside-box{
    display:flex;
    gap:5px;
    border:1px solid #D9D9D9;
    border-radius:10px;
    padding:20px;
    box-sizing:border-box;
}
.image-box{
    width:300px;
    float:left;
}
.image-box img{
    width:100%;
}
.text-box{
    float:right;
    width:calc(100% - 320px);
}
.text-box .product-title{
    float:left;
    width:100%;
    font-size:30px;
    font-family:"Oswald", sans-serif;
    margin-bottom:5px;

}
.top-part{
    float:left;
    width:100%;
    margin-bottom:10px;
}
.top-part span{
    font-size:20px;
    color:#444;
    font-weight: 700;
}
.short-info-box{
    float:left;
    width:100%;
    display:flex;
    flex-direction:column;
    gap:10px;
}
.short-info-box span{
    font-size:16px;
    color:#333;
}
.text-box .quick-order,
.text-box .unavailable-order{
    float:left;
    margin-top:20px;     
}
.description-wrap{
    float:left;
    width:100%;
    margin-top:50px;
}
.descr-btn{
    float:left;
    width:100%;
    font-size:15px;
    text-transform:uppercase;
    font-weight: 600;
    padding-bottom:10px;
    box-sizing:border-box;
    border-bottom:1px solid #ffde3c;
    font-family:"Oswald", sans-serif;

}
.descr-txt{
    float:left;
    width:100%;
    margin-top:20px;
}
.descr-rows{
    float:left;
    width:100%;
    margin-top:20px;
    display:flex;
    flex-direction:column;
    gap:10px;
}
.text-box .price{
    float:left;
    width:100%;
    margin-top:20px;
    font-size:24px;
    color:#444;
    font-weight: bold;
    font-family:"Oswald", sans-serif;

}
.descr-rows .descr-row{
    float:left;
    width:100%;
    height: 50px;
    line-height: 50px;
    display:flex;
    gap:30px;
    padding-left:10px;
    box-sizing:border-box;
}
.descr-rows .descr-row:nth-child(odd){
    background: #f8f8f8;
}
.similar-products{
    float:left;
    width:100%;
}
.dim{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    display:none ;
    z-index: 2;
}
.dim.active{
    display:block;
}
.popup{
    position:fixed;
    top:5%;
    min-width: 500px;
    background: #fff;
    z-index:1000;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    width:500px;
    padding:20px;
    box-sizing:border-box;
    display:none;
    border-radius:10px;
}
.popup.active{
    display: block;
}
.popup-title{
    float:left;
    width:100%;
    text-align:center;
    font-size:17px;
    text-transform: uppercase;
    font-family:"Oswald", sans-serif;
    color:#333;
    margin-bottom:15px;
    padding-bottom:10px;
    border-bottom:2px solid #ffde3c;

    
}
form{
    float:left;
    width:100%;
}
.popup-inputs{
    float:left;
    width:100%;
    display:flex;
    gap:15px;
    flex-direction:column;
}
.popup-inputs .inp-hld{
    float:left;
    width:100%;
    display:flex;
    flex-direction:column;
    gap:5px;
}
.popup-inputs .inp-hld label{
    float:left;
    width:100%;
    font-size:13px;
    color:#333;
}
.popup-inputs .inp-hld input{
    float:left;
    width:100%;
    height: 50px;
    line-height: 50px;
    padding-left:10px;
    box-sizing:border-box;
    border:1px solid #333;
    border-radius:10px;
}
.popup-inputs textarea{
    min-height: 120px;
    padding-left:10px;
    box-sizing:border-box;
    border-radius:5px;
}
.popup .submit{
    float:left;
    width:100%;
    margin-top:20px;
    background: green;
    border:2px solid green;
    border:none;
    color:#fff;
    font-size:15px;
    text-transform: uppercase;
    font-family:"Oswald", sans-serif;
    min-height: 50px;
    line-height: 50px;
    border-radius:10px;
}
.popup .submit:hover{
   background: #fff;
   color:#444;
   border:2px solid green; 
}
.close-btn{
  position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
    cursor:pointer;  
}
.close-btn:hover{
    background: red;
    border-radius:5px;
}
.popup-content{
    float:left;
    width:100%;
}
.banners-wrap{
    float:left;
    width:100%;
    display:flex;
    gap:20px;
}
.banners-wrap .banner{
    width:calc(33% - 10px) ;
    float:left;
}
.banners-wrap .banner img{
    float:left;
    width:100%;
    border-radius:10px;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.banners-wrap .banner img:hover{
    transform:scale(1.09);
}
.sub-title{
    float:left;
    width:100%;
    margin-bottom:20px;
    font-size:22px;
    color:#444;
    margin-top:20px;
}
.top-img-wrap{
    float:left;
    width:100%;
    height: 200px;
}
.top-img-wrap img{
    width:100%;
    height: 200px;
    object-fit:cover;
}
.two-colums-page{
    float:left;
    width:100%;
    display:flex;
    gap:100px;
}
.two-colums-page .left-part{
    width:50%;
}
.two-colums-page .right-part{
    width:50%;
}
.two-colums-page .left-part .map{
    float:left;
    width:100%;
    margin-bottom:20px;
}
.contacts-boxes{
    float:left;
    width:100%;
    display:flex;
    flex-direction:column;
    gap:20px;
}
.contact-box{
    float:left;
    width:100%;
    border:1px solid #D9D9D9;
    border-radius:10px;
    padding:20px;
    box-sizing:order-box;
}
.contact-box .title{
    float:left;
    width:100%;
    font-size:16px;
    font-weight: 700;
    margin-bottom:10px;
    color:#444;
}
.contact-box span{
    float:left;
    width:100%;
    font-size:15px;
    color:#444;
}
.two-colums-page .right-part .title{
    float:left;
    width:100%;
    font-size: 20px;
    font-weight: 700;
    margin-bottom:20px;
}
.right-part .submit{
    float:left;
    width:100%;
    background: green;
    border:2px solid green;
    color:#fff;
    font-size:20px;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    border-radius:10px;

}
.right-part .submit:hover{
    background: #fff;
    color:#444;
    border:2px solid green;
}
.faq {
    float: left;
    width: 100%;
    display: flex;
    height: 75px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
    border:1px solid #D9D9D9;
}
.faq .faq-link {
    color: rgba(44, 56, 72, 1);
    font-size: 19px;
    font-weight: 400;
    line-height: 45px;
    width: 100%;
    display: flex;
    align-items:center;
}
.faq span {
    width: calc(100% - 30px);
}
.accordion-section-content {
    position: absolute;
    top: 75px;
    z-index: 999;
    background: #fff;
    left: 0;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
    width:100%;
    display:none;
}
.faq span.plus {
    width: 50px;
    height: 50px;
    background: #ffde3c;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq span.plus img{
   transform:rotate(90deg); 
}
.two-colums-page .right-part img{
    width:100%;
    float:left;
    border-radius:10px;
}
.blog-wrap{
    float:left;
    width:100%;
    display:flex;
    flex-direction:column;
    gap:20px;
    position: relative;
}
.ticket{
    position:absolute;
    top:0px;
    left:0px;
    background:#FFDE3C ;
    display:flex;
    flex-direction:column;
    padding:5px;
    box-sizing:border-box;
    align-items:center;
    width:auto;
}
.ticket .num{
    font-size:10px;
    font-weight: 700;
}
.ticket .small{
    font-size:7px;
    text-transform: uppercase;
    font-weight: 700;
}
.blog-box{
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    align-items:center;
    border:1px solid #D9D9D9;
    background: #F5F5F5;
    border-radius:10px;
    padding:20px;
    box-sizing:border-box;
    position:relative;
}
.blog-box .ticket{
    border-radius:10px;
    top:-10px;
    left:-10px;
}
.text-blog{
    float:left;
    width:100%;
    display:flex;
    flex-direction:column;
    gap:10px;
}
.text-blog .blog-title{
    float:left;
    width:100%;
    font-size:24px;
    font-weight: 700;
    color:#444;
}
.text-blog p{
    float:left;
    width:100%;
    font-size:17px;
    color:#444;
    line-height: 20px;
}
.text-blog .see-more{
    color: #ffde3c;
    font-size:16px;
    padding-right:20px;
    box-sizing:border-box;
    position:relative;
    width:90px;
}
.text-blog .see-more:hover{
    color:#000;
}
.text-blog .see-more:after{
    position:absolute;
    content:"";
    width:15px;
    height: 15px;
    top:4px;
    right:0;
    background: url("../img/see-more1.svg") no-repeat center;
    background-size:100%;
}
.text-blog .see-more:hover:after{
    position:absolute;
    content:"";
    width:15px;
    height: 15px;
    top:4px;
    right:0;
    background: url("../img/see-more-h.svg") no-repeat center;
    background-size:100%;
}
.image-blog-box{
    width:350px;
    flex-shrink:0;
}
.image-blog-box img{
    float:left;
    width:100%;
    border-radius:10px;
}
.view-blog-wrap .blog-box{
    flex-direction:column;
}
.view-blog-wrap .image-blog-box{
    width:100%;
}
.view-blog-wrap .image-blog-box img{
    height: auto;
    object-fit:cover;
}
.view-blog-wrap .blog-box{
    width:900px;
    margin:0 auto;
    background: none;
    border:none;
}
.view-blog-wrap .blog-box .blog-title{
    float:left;
    width:100%;
    color:#444;
    text-align: left;
    font-size:24px;
}
.rulls-wrap{
    float:left;
    width:100%;
}
.rulls-wrap p{
    float:left;
    width:100%;
    margin-bottom:10px;
    font-size:15px;
    color:#444;
}

.loader-wrapper-overlay {
    display: flex;
    padding-top: 1rem;
    background: rgb(255 255 255 / 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.loader {
    width: 3rem;
    height: 3rem;
    border: 5px solid #777777;
    border-bottom-color: #ffde3c;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.highlight {
    background-color: #ffde3c;
}
.service-boxes .info-box{
    width:calc(25% - 15px);
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    
}
.service-boxes .info-box .img-wrap{
    min-height: 120px;
    max-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-box{
   display: flex;
    flex-direction: column;
    gap: 10px;
    float: left;
    width: 100%;
    text-align: center; 
}
.service-wrap{
    float:left;
    width:100%;
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}
.view-service .info-box{
    width:100%;
}
.view-service-box{
    float:left;
    width:calc(25% - 15px);
}
.view-service-box .title{
    float:left;
    width:100%;
    text-align:left;
    text-transform: uppercase;
    margin-bottom:10px;
}
.logo-sevrice{
    float:left;
    width:100%;
    margin-bottom:30px;
}
.view-service .title{
    font-size:16px;
}</pre></body></html>