.byt-carousel{

display:flex;
gap:60px;
overflow:hidden;
justify-content:center;
align-items:flex-start;
padding:40px 0;

}

.byt-item{

text-align:center;
max-width:260px;
color:white;

}

.byt-icon{

width:160px !important;
margin-bottom:25px;
opacity:0.9;

}

.byt-name{

letter-spacing:8px;
font-weight:300;
font-size: 22px;
	font-family: 'Montserrat'; 
	font-weight:normal;
	color:#FFF;
margin-bottom:15px;
text-transform:uppercase;

}

.byt-text{
    font-size: 16px;
	font-family: 'Montserrat'; 
	font-weight:normal;
	color:#FFF;
line-height:1.7;
opacity:0.85;

}


/* responsive */

@media(max-width:1024px){

.byt-carousel{

overflow-x:auto;
scroll-snap-type:x mandatory;

}

.byt-item{

min-width:260px;
scroll-snap-align:center;

}

}