.about-sec-3 ul {
    list-style: none;
    padding-left: 1.75em;
}
.about-sec-3 ul li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 15px;
}
.about-sec-3 ul li strong {
    color: var(--theme-color);
}
img.iw-img {
    border: 1px solid var(--theme-color);
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(14, 254, 255, 0.5), 0 0 20px rgba(14, 254, 255, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
}
img.iw-img.iw-img--spaced {
    margin-top: 20px;
}
img.iw-img:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 16px rgba(14, 254, 255, 0.7), 0 0 36px rgba(14, 254, 255, 0.35);
}
p.iw-caption {
    font-size: 14px;
    text-align: center;
    color: #00ced1;
    margin-top: 5px;
    padding-bottom: 50px;
}
@media (max-width: 1199px) {
    p.iw-caption { padding-bottom: 20px; }
}
.iw-see-also {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 20px;
    margin-top: 32px;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 206, 209, 0.25);
    font-size: 0.9em;
}
.iw-see-also__label {
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
}
.iw-see-also a {
    color: var(--theme-color);
    text-decoration: none;
    transition: opacity 0.2s ease;
}
.iw-see-also a i {
    margin-right: 5px;
    font-size: 0.85em;
}
.iw-see-also a:hover {
    opacity: 0.75;
}
