#services{
    width:100%;
    height:auto;
   
    background-color: rgb(247, 247, 247);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    padding-top: 5%;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    color: black !important;
}

.servicesboxcover{
    width:100%;
    height:auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    margin-bottom: 40px;
    background-color: rgb(247, 247, 247);
}
.box{
    width:340px;
    height:340px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
     border-radius: 15px;
     box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.box img{
    width:340px;
    height:220px;
    object-fit: cover;
    border-radius: 15px 15px 0px 0px;
}
.box ul{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.box ul li{
    font-size: 14px;
    text-align: left;
}
.box ul li:nth-child(3){
    margin-bottom: 20px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    }
.box p{
    font-size: 22px ;
    font-weight: 800;
    text-align: center;
}

.servicesboxcover p{
    width:100%;
    text-align: center;   
    color:black;
}

#services h1{
   margin-bottom: 10%;
   text-align: center;
   
}



.article2{
    width: 80%;
    height:20%;
    font-size: 16px;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;

  
}
.article2 article {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    text-align: left;
    letter-spacing: 1px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.article2 article h1{
    width: 80%;
    height: 50px;
    font-size: 32px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 30px;
}
.article2 article p{
    text-indent: 20px;
    margin-bottom: 20px;

 }




@media only screen and (max-width: 1024px) {
    .servicesboxcover{
        margin-bottom: 50px;
    }

}

@media only screen and (max-width: 768px) {
    .servicesboxcover{
        flex-direction: column;
    }
    .box{
        width:80%;
        height: auto;
        margin-bottom:40px;
    }
    .box img{
    width:100%;
    height:auto;
    object-fit: cover;
    margin-bottom: 20px;
    
}
    .box ul li:nth-child(1){
        width:100%;
        height:80%;
    }
    .box ul li:nth-child(2){
         margin-bottom: 20px;
    }
     .box ul li:nth-child(3){
         margin-bottom: 20px;
    }
    #services a{
        font-size: 18px;
    }
    

}
@media only screen and (max-width: 640px) {

  
}

@media only screen and (max-width: 480px) {


}

@media only screen and (max-width: 320px) {

    
}