 /*
Theme Name: BeTheme Child
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: Child theme for BeTheme
Template: betheme
Version: 1.0.0
Text Domain: betheme-child
*/
/*  */

.slide-box {
    padding-top: 50px !important;
    text-align: center;
    padding: 20px;
    background-color: #EEFBFE;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 20px;
    min-height: 327px;
    justify-content: space-between;
}
.services-heading {
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
    text-align: left;
	  margin-bottom:0;
}
.services-content{
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}
.Services-image img {width:100%;}
.slide-icon img {width:65px !important;}
.slide-icon {
    position: absolute;
    top: -26px;
    right: 38px;
}
.slide-overflow {margin-top:30px;
overflow:unset !important;}

/*--------  */
 
.swiper-button-next,
.swiper-button-prev{
    position: absolute !important;
    top: -51px !important;
}  

