.elementor-251 .elementor-element.elementor-element-4fde68d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-251 .elementor-element.elementor-element-31c9c56{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-cf08f4b */body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    margin: 20px;
    text-align: center;
}

.custom-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.custom-box {
    background-color: #000;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    flex: 1;
    min-width: 200px;
    max-width: 22%;
    box-sizing: border-box;
    text-align: center;
}

.custom-box h3 {
    margin-top: 10px;
    color: #fff; /* Beyaz yazı rengi */
}

.custom-button {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px;
    transition: background-color 0.3s;
    width: 100%;
    box-sizing: border-box;
}

.custom-button:hover {
    background-color: #333;
}

.custom-box i {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .custom-box {
        max-width: 48%;
    }
}

@media (max-width: 480px) {
    .custom-box {
        max-width: 100%;
    }
}/* End custom CSS */