body{
    background-color: #f8fafc;
}

.definations {
    display: flex;
    gap: 10px;
    padding-top: 20px;
    align-items: center;
}
.definations .number_for_count{
    background-color: #0f172a;
    color: #fff;
    padding: 10px;
    border-radius: 2px;
}

.agreement_ {
    margin-top: 10px;
    /* border-width: 0.1px; */
    /* border-style: solid; */
    /* border-color: #0f172a; */
     /* border-color: #007bff; */
    padding: 20px;
    /* display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap; */
    border-radius: 10px;
    /* gap: 20px; */
}



.definations,
.services_structure .title__ {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.agreement_,
.service__,
.serv_1 {
    margin-top: 12px;
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 12px;
    background: #ffffff;
    transition: all 0.25s ease;
}

.agreement_:hover,
.service__:hover,
.serv_1:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    border-color: #007bff;
}
.agreement_,
.service__ {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

section.container ul {
    padding-left: 18px;
}

section.container ul li {
    margin-bottom: 6px;
}


@media (max-width: 768px) {
    .agreement_, .service__ {
        flex-direction: column;
        padding: 15px;
        gap: 10px;
    }
}
.agreement_ h5, .service__ h5{
    font-weight: 600;
}

.definations h4, .services_structure h4{
    font-weight: 700;
}

.service__ {
    margin-top: 10px;
    border-width: 0.1px;
    border-style: solid;
    /* border-color: #0f172a; */
     border-color: #007bff;
    padding: 20px;
    display: flex;
    justify-content: start;
    border-radius: 10px;
    gap: 20px;
}
.service__ ul {
    text-transform: capitalize;
}
.services_structure{
    padding-top: 10px;
}
.services_structure .title__{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}
.services_structure .number_for_count{
    background-color: #0f172a;
    color: #fff;
    padding: 10px;
    border-radius: 2px;
}

.serv_1 {
    margin-top: 10px;
    border-width: 0.1px;
    border-style: solid;
    /* border-color: #0f172a; */
     border-color: #007bff;
    padding: 20px;
    /* display: flex;
    justify-content: start; */
    border-radius: 10px;
}
p{
    margin-bottom: 5px;
}

.table__ .table tbody th {
    font-weight: normal;
}