.about-section {
    background: #fff;
}

.about-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

.about-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #e10505;
    margin-top: 8px;
}

.about-section p {
    color: #444;
    font-size: 16px;
    line-height: 1.7;
}

.about-phone {
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

.about-phone i {
    color: #e74c3c;
    margin-right: 8px;
    font-size: 20px;
}

/* Image Shape Background */
.about-img {
    position: relative;
    display: inline-block;
}

.about-img img {
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

.about-img::before,
.about-img::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.about-img::before {
    width: 250px;
    height: 250px;
    background: #ce3375;
    top: -15px;
    left: 69px;
}

.about-img::after {
    width: 200px;
    height: 200px;
    background: #f9c16d;
    bottom: 65px;
    right: 40px;
}

.safety-section {
    padding: 20px;
    text-align: center;
    background: #fff9ea;
}

.safety-header img {
    margin-bottom: 15px;
}

.safety-header p {
    max-width: 800px;
    margin: 0 auto 40px;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

.safety-wrapper {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    text-align: left;
}

.safety-column {
    flex: 1 1 400px;
}

.safety-column h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}

.safety-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.safety-column ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.icon {
    font-size: 22px;
    margin-right: 12px;
    font-weight: bold;
}

.icon.green {
    color: #2e8b57;
}

.icon.red {
    color: #d9534f;
}

.safety-column strong {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
}

.safety-column p {
    margin: 0;
    font-size: 14px;
    color: #555;
}
