﻿/* Place Your Custom Styles Here */
.row p{
    font-size: 16px;
}
.row .intro{
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
}
.case p img:first-child{
    margin-right:6px;
}
.case p img:last-child{
    margin-left:6px;
}

.copyright-container a{
    font-size: 14px;
    color: rgb(255, 255, 255);
}
.copyright-container a:hover{
    color: burlywood;
}

@media (max-width: 800px) {
    /* 定义屏幕宽度小于 800px 时的样式 */
    .case p img:first-child{
        margin-right:0;
        margin-bottom: 1rem;
    }
    .case p img:last-child{
        margin-left:0;
    }
    .copyright-container a{
        font-size: 14px;
        color: #252729;
        display: block;
    }

}
