#spline1::before,
#spline2::before {
    content: "";
    position: absolute;
    top: 0;
    height: 5px;
}
#spline1::before {
    right: 0;
    background-color: #e95c20;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#spline2::before {
    left: 0;
    background-color: #152332;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#spline1::before {
    width: 60%;
}
#spline2::before {
    width: 40%;
}
h1 {
    font-weight: 700;
    letter-spacing: 0;
}
h1 .first {
    font-size: clamp(1em, 5vw, 5em);
    color: #e4e4e4;
}
h1 .second {
    font-size: clamp(1em, 6.5vw, 3em);
}
#picWrap {
    height: 60vh;
    color: #fff;
    font-size: clamp(1em, 4vw, 2em);
    font-weight: 300;
    box-sizing: border-box;
}
.special-title {
    font-weight: 700;
    letter-spacing: 8px;
    font-size: clamp(0.7em, 5.2vw, 5.2em);
    display: inline-block;
}
.desc {
    text-align: justify;
    text-justify: inter-word;
    font-size: clamp(1.3em, 2vw, 2em);
    font-weight: 300;
    overflow-wrap: break-word;
}
.icons-container,
.icons-container2 {
    font-size: 1.3em;
    font-weight: 300;
    max-width: 100%;
}
@media (min-width: 1200px) {
    .icons-container {
        justify-content: end;
        border-top: 4px solid #152332;
        border-right: 4px solid #152332;
        border-bottom: 4px solid #152332;
    }
    .icons-container2 {
        justify-content: start;
        border-top: 4px solid #e95c20;
        border-left: 4px solid #e95c20;
        border-bottom: 4px solid #e95c20;
    }
}
@media (max-width: 1199px) {
    .icons-container,
    .icons-container2 {
        justify-content: center;
    }
}
.second-title-wrap {
    background: linear-gradient(to right, white 30%, #152332 30%);
}
.second-title {
    font-weight: 700;
    font-size: clamp(2.5em, 6vw, 5em);
}
.gallery-item {
    padding: 12px;
    background-color: #f2f2f2;
}
.gallery-item .number {
    font-size: 4em;
    line-height: 1.15;
    font-weight: 300;
}
.gallery-item .title {
    font-size: 1.4em;
    font-weight: 700;
}
