@charset "UTF-8";

.container{
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffd5;
}
.text{
    padding: 20px;
    border-bottom: 1px #ddd dashed;
    display: flex;
    align-items: center;
}
.text::before{
    display: inline-block;
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-size: 2rem;
    margin-right: 15px;
    color: orange;
}
