﻿.home-base {
    background-image: url(../../Design/img/home-san-bg.png);
    background-size: cover;
}

    .home-base .my-side-da .side-heading h3 {
        color: #fff;
    }

    .home-base .grid.wide {
        max-width: 1244px;
    }

.home-base-container {
    padding: 50px 0;
}

    .home-base-container .p-decor-item {
        background-color: #fff !important;
    }

    .home-base-container .p-title {
        color: #fff;
    }

.home-base .bds-feature {
    margin-top: 35px;
}

.home-base-right {
    width: calc(100% - 360px);
    float: right;
}

@media(max-width:1023px) {
    .home-base-container {
        padding-top: 180px;
    }
    .home-base-right {
        padding: 0;
        width: 100%;
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width: 739px) {
    .home-base-container {
        padding: 25px 0;
    }

        .home-base-container .p-base-item:nth-child(7), .home-base-container .p-base-item:nth-child(8) {
            display: block;
        }
}
