﻿
.section-title {
    color: #007bff;
    border-bottom: 3px solid #007bff;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.info-box {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
}

.image-container img {
    width: 100%;
    border-radius: 8px;
}

.custom-list li {
    list-style: none;
    padding-left: 20px;
    position: relative;
}

    .custom-list li::before {
        content: "•";
        color: #007bff;
        font-size: 20px;
        position: absolute;
        left: 0;
    }
