@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

.estetik-header {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    text-align: center;
    margin: 20px 0;
    color: #111;
}

.estetik-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.estetik-item {
    width: 30%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.estetik-item iframe {
    width: 100%;
    height: 200px;
}

.estetik-item blockquote {
    width: 100% !important;
}

@media (max-width: 992px) { .estetik-item { width: 45%; } }
@media (max-width: 600px) { .estetik-item { width: 100%; } }
