
.work-space{
    margin-top: 50px;
    background-color:#413d45;
    padding-bottom: 50px;
    padding-top: 80px;
}

.mySwiper{
    margin-top: 20px; padding: 40px; margin-right: 10px; margin-left: 10px;  transform: scale(0.96);
}


.h-cl h2{
    text-align: center;
    font-family: PopBold;
    font-size: 29px;
}

.work-space p{
    font-family: Poppins;
    text-align: center; 
    color: #d2d2d2; 
    margin-left: 10px; 
     margin-top: 10px; 
     margin-right: 10px;
    
}

.card1{
    background-color: #2C292F;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: visible;
    padding: 20px;
    position: relative;
    margin: 5px;
  }

  .swiper-pagination-bullet-active {
     background-color: #6c6c6c !important;
}

.work-down{
    background-color: #ffffff; 
    font-family:PopMed; 
    font-size: 13px;
    border: none; 
    border-radius: 15px; 
    width: 120px; 
    height: 30px;
    color: #000; 
    box-shadow: 0 0.125rem 0 rgb(65 61 69 / 20%);
    cursor: pointer;
    margin-top: 10px;
}

.exp{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exp1{
    display: flex;
}

.exp-title{
    text-align: center;
    margin-top: 40px;
    font-family: PopBold;
    color: #e2e2e2;
    font-size: 22px;
}

.exp-item{
    background: rgb(44, 41, 47);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
    margin: 20px;
    border-radius: 0.5rem;
}

.exp-item-top{
    display: flex; 
    align-items: center;
}

.odometer{
    margin: 0;
    margin-left: 10px;
    color: #ffffff;
    font-size: 24px;
}

.extra-txt{
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-family: PopMed;
    margin-left: 5px;
}


.exp-item h3{
    color: rgb(201, 201, 201);
    font-family: PopMed;
    margin-top: 7px;
    font-size: 18px;
    margin-left: 5px;
}
