
.home-p{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-p h1{
    color: tomato;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    
}

.home-print{
    display: flex;
    align-items: center;   
    justify-content: center;
    background-color: #fdf4f4;
}

.home-print .slider, .text{
    flex-basis: 50%;
    padding: 2rem;

}

.showSlide {  
    display: none;  
}  
    .showSlide img {  
        max-width: 100%;  
    }  
.slidercontainer {  
    max-height: 100%;  
    position: relative;  
    margin: auto;  
}  
.left, .right {  
    cursor: pointer;  
    position: absolute;  
    top: 50%;  
    width: auto;  
    padding: 16px;  
    margin-top: -22px;  
    color: black;  
    font-weight: bold;  
    font-size: 18px;  
    transition: 0.6s ease;  
    border-radius: 0 3px 3px 0;  
}  
.right {  
    right: 0;  
    border-radius: 3px 0 0 3px;  
}  
    .left:hover, .right:hover {  
        background-color: rgba(115, 115, 115, 0.8);  
    }  
.content {  
    color: #fff;  
    font-size: 20px;  
    padding: 0px 12px;  
    position: absolute;  
    bottom: 5px;  
    width: 100%;  
    text-align: center;
    background-color: #71717170;  
}  
.active {  
    background-color: #717171;  
}  
/* Fading animation */  
.fade {  
    -webkit-animation-name: fade;  
    -webkit-animation-duration: 1.5s;  
    animation-name: fade;  
    animation-duration: 1.5s;  
}  
@-webkit-keyframes fade {  
    from {  
        opacity: .4  
    }  
    to {  
        opacity: 1  
    }  
}  

@keyframes fade {  
    from {  
        opacity: .4  
    }  
    to {  
        opacity: 1  
    }  
}  


.home-print .text{
    color: #717171;

}

.home-print .text h2{
    margin-bottom: 1rem;
}

.home-print .text ul{
    padding-left: 2rem;
}
