





        .container .column {
  
  float: left;
  padding: 0 0 20px;
  margin: 0 15px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  transition: .5s;
  margin-bottom: 44px;
}

.container .column:hover {
  transform: scale(1.02);
}

.title {
  /*background: #68f788;*/
  padding: 20px 0;
}

.title .fa {
  color: #fff;
  font-size: 60px;
}

.title h2 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.price {
  padding: 10px;
}

.price h4 {
  margin: 0;
  padding: 0;
  color: #009688;
  font-weight: 400;
  font-size: 30px;
}

.price h4 span {
  font-weight: 700;
  font-size: 60px;
}

.option ul {
  margin: 0;
  padding: 0;
}

.option ul li {
  list-style: none;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: 300;
}

.option ul li:last-child {
  border-bottom: none;
}

.option ul li .fa-check {
  color: #4caf50;
}

.option ul li .fa-times {
  color: #f44336;
}

.column a {
  text-decoration: none;
  padding: 10px 40px;

  background: #68f788;
  color: white;
  margin: 20px 0 10px;
  display: inline-block;
  border-radius: 40px;
  text-transform: uppercase;
}

.column:nth-child(2) .title, 
.column:nth-child(2) a {
  background: #ffd761;
}

.column:nth-child(3) .title, 
.column:nth-child(3) a {
  background: #ff7878;
}

.column:nth-child(4) .title, 
.column:nth-child(4) a {
  background: orange;
}

.column:nth-child(5) .title, 
.column:nth-child(5) a {
  background: blue;
}

.column:nth-child(6) .title, 
.column:nth-child(6) a {
  background: purple;
}


.scrollable{
flex-direction: row;
overflow-x: scroll;
overflow-y: hidden;
margin-top: 28px;

}

@media screen and (min-width: 768px){
    .scrollable{
        margin-left:10% !important;
    
    }
}

.column:nth-child(7) .title, 
.column:nth-child(7) a {
  background: red;
}


        .about-experience {
            bottom: 0px !important;
            height: 117px !important;
            top: 73% !important;
            left: 0px !important;
        }
        
        

@media screen and (max-width: 1200px){
    .feature-item{
        min-height: 857px !important;
    
    }
}

.footer-area {
  background: #002080 !important;
}

.theme-btn a {
    color: var(--color-white) !important;
}
}