

.projects{
    padding-top: 150px;
    display: flex;
    justify-content: center;
}
.proj-wrap{
    width: 85%;
}

.projects h1{
    text-align: center;
    font-family: PopExt;
    color: #413D45;
    font-size: 30px;
}

.slick-container{
    /* display: flex; */
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 0 50px;
  scale: 0.85;
}

.slick-img{
    height: 240px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-position: center center; background-repeat: no-repeat;
}

.slick-item{
    /* width: 500px;
    height: 500px; */
    /* flex: 1; */
    margin: 20px 25px;
    background-color: #f5f5f5;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding-bottom: 30px;
}

.cent{
    display: flex;
    justify-content: center;
    align-items: center;
}



.slick-item h5{
    text-align: center;
    font-family: PopMed;
    margin-bottom: 0;
    margin-top: 17px;
}

.tag-line-item{
    text-align: center;
    font-family: Poppins;
    margin: 0;
    margin-top: 20px;
    color: 727272;
    margin-left: 24px;
    margin-right: 24px;
    font-size: 13px;
    color: rgb(116, 116, 116);
    text-decoration: underline;
    
    
}

.mg12{
    height: 95px;
    overflow-y: hidden;
    margin-top: 5px;
    color: rgb(80, 80, 80);
    font-size: 15px;
    text-decoration: none;

}


.green-btn{
    width: 140px;
    padding-top: 7px;
    padding-bottom: 7px;
    z-index: 1;
    text-align: center;
    border-radius: 4px;
    margin-top: 20px;
    letter-spacing: 0.5px;
    font-family: PopMed;
    border: none;
    color: #ffffff;
    background-color: rgba(0, 186, 0, 0.584);
    font-size: 11px;
    /* box-shadow: 0 0.125rem 0 rgb(65 61 69 / 20%); */
    cursor: pointer;
}

.green-btn:hover {
    transition: 0.2s ease;
    transform: scale(1.07);
    background-color: rgb(0, 186, 0);
  }


