.page-header {
    display: none;
}
.mb-50 {
    margin-bottom: 50px;
}
fieldset {
    padding: 20px;
    box-sizing: border-box;
}
fieldset legend {
    width: auto;
    text-align: center;
    padding: 0 10px;
    border-bottom: none;
}
fieldset.green {
    border: 3px solid #4c9e45;
}
.center {
    text-align: center;
    margin-bottom: 20px;
}
fieldset img {
    width: 100%;
}
fieldset .xl-text {
    text-transform: uppercase;
    color: #4d3d32;
    font-size: clamp(27px, 4vw, 42px);
    font-weight: bold;
    border-bottom: 2px solid #4d3d32;
}
fieldset .l-text {
    font-size: clamp(16px, 4vw, 28px);
    text-transform: uppercase;
}
fieldset .l-text.green {
    color: #4c9e45;
}
fieldset .items-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
fieldset .items-container .item-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
fieldset .items-container .item-wrapper .item-legend {
    font-size: 18px;
    text-align: center;
}
fieldset.blue{
    border: 3px solid #1688c1;
}
fieldset .l-text.blue {
    color: #1688c1;
}
