/* FITUR STYLE */
.container .fitur {
    padding: 7% 10% 20% 10%;
    background-color: #FAFAFA;
}
/* HEADER FITUR */
.container .fitur .header {
    text-align: center;
}
.container .fitur .header h2 {
    font-size: 1.5em;
    font-weight: 700;
    color: #FF3EA5;
    margin-bottom: 15px;
}
.container .fitur .header p {
    line-height: 1.5em;
}
/* KONTEN FITUR */
.container .fitur .konten-fitur {
    display: flex;
    padding: 4% 0%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.container .fitur .konten-fitur .fitur {
    z-index: 3;
    width: 28%;
    padding: 2%;
    border-radius: 10px;
    margin-bottom: 10px;
    align-content: center;
    border: 2px solid #FF3EA5;
    background-color: #FAFAFA;
}
.container .fitur .konten-fitur .fitur .circular {
    width: 30px;
    height: 30px;
    border: 1px solid #FF3EA5;
    border-radius: 20px;
    margin: 0% 46%;
    margin-bottom: 20px;
}
.container .fitur .konten-fitur .fitur h3 {
    font-size: 1.1em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    color: #FF3EA5;
}
.container .fitur .konten-fitur .fitur p {
    font-size: 0.8em;
    font-weight: 500;
    text-align: center;
    line-height: 1.2em;
}

.container .fitur .pola2 {
    width: 0px;
    height: 0px;
}
.container .fitur .pola2 img {
    width: 120vh;
    position: relative;
    left: 80vh;
    bottom: 50px;
}
.container .fitur .lovespin2 {
    width: 0px;
    height: 0px;
}
.container .fitur .lovespin2 img {
    width: 135vh;
    position: relative;
    left: 130vh;
    bottom: 0vh;
}