.btn-modal-small {
font-size: clamp(14px, 1.1vw, 20px);
padding: 8px 30px;
font-weight: 700;
}
.pills__title {
display: flex;
flex-direction: column;
gap: 15px;
}
.apartment-btn-mobile {
position: fixed;
bottom: 20px;
z-index: 2;
width: 100%;
padding: 0 5%;
left: 0;
}
.apartment-btn-mobile .btn-modal-small {
width: 100%;
font-size: 21px;
}
@media (min-width: 768px) {
.pills__title {
flex-direction: row;
justify-content: space-between;
}
}