.home-main-title {
    .border-bottom {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    h1 {
        font-size: 2.25rem;

        span {
            color: $primary;
        }
    }
}

.standfor {
    .left-content {
        h2 {
            padding-left: 1.5rem;
            position: relative;

            &::before {
                content: "";
                height: 80%;
                width: 8px;
                background-color: $primary;
                position: absolute;
                top: 10%;
                left: 0;
            }
        }
    }

    .info-content {
        img {
            margin-right: .8rem;
        }
    }
}

.welcome-banner {
    position: relative;

    img {
        width: 100%;
    }

    .content-wrapper {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        z-index: 111;

        h2 {
            color: #fff;
        }

    }
}