﻿.welcome-section {
    background: #fff;
    padding: 40px 1%;
    width: 100%;
}

.page-title,
.page-sub-title {
    margin-bottom: 35px;
}

.welcome-section-content {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}


    .welcome-section-content > .content-item {
        width: 45%;
        margin: 1rem 1rem;
    }

        .welcome-section-img {
            width: 100%;
            border-radius: 8px;
        }

@media only screen and (max-width: 700px) {

    .welcome-section {
        padding: 30px 15px
    }

    .welcome-section-content {
        flex-wrap: wrap;
        text-align: center;
    }

        .welcome-section-content > .content-item {
            width: 100%;
            margin: 1.3rem auto;
            text-align: center;
        }

}
