.horizontal-bar {
    width: 50%;
    height: 3px;
    background-color: var(--primary-color);
    margin: 30px 0;
    margin-bottom: 15px;
}

.stection-type-1 h2 {
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 20px;
}

.stection-type-1 .section-type-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}