﻿.elementor-section {
    background-image: url('../assets/images/AR_header.jpg');
    background-position: center center;
    padding: 77px 0;
}

.functions-container {
    width: 90%;
    margin: 0 auto;
}

.functions-card {
    background-color: white;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

    .functions-card h5 {
        font-size: 25px;
        margin-bottom:42px;
        font-weight: 600;
        text-align: center;
        color: #0E0A31;
    }

    .functions-card ol {
        font-size: 17px;
    }

    .functions-card li {
        padding: 20px;
        color: #333;
        border-bottom: 1px solid #ccc;
        list-style: none;
    }

/*a {
    color: #635c5c;
    font-size: 18px;
}

a:hover {
    color: #635c5c;
   
}*/

.custom-bordered-table,
.custom-bordered-table th,
.custom-bordered-table td {
    border: 1px solid black !important;
    border-collapse: collapse;
}
