.sl {
max-width: 1200px;
height: auto;
.sl__img {
width: 300px;
height: 300px;
}
.sl__title {
color: #363636;
font-family: "Open Sans", 'serif';
font-size: 16px;
font-weight: 400;
line-height: 43px;
text-align: center;
}
.sl__desc {
color: #363636;
font-family: "Open Sans", 'serif';
font-size: 16px;
font-weight: 400;
line-height: 43px;
text-align: center;
display: none;
} |