/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31 мая 2021 г., 11:40:37
    Author     : Purpose
*/
.about-area .nav-tabs {
    border: none;
    background-color: #fff;
}
.about-area li.nav-item{
   background-color: #eceff6;
   cursor: pointer;
}
.about-area ul.nav.nav-tabs{
        padding-left: 10px;
    }
@media screen and (min-width: 900px){
    .about-area ul.nav.nav-tabs{
        padding-left: 150px;
    }
}
