.details {
    padding: 40px 0;
    background: #fff
}

.details-left h3 {
    font-size: 26px
}

.details-left h5 {
    font-size: 18px;
    font-weight: 500
}

.details-left p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px
}

.details-left h6 {
    margin-bottom: 5px
}

.details-left-others h4 {
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px
}

.details-left-others ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.details-left-others ul li {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px
}

.details-left-others ul li a {
    font-size: 13px;
    padding: 8px 10px 7px;
    color: #6f6f6f;
    border: 1px solid #bfbfbf;
    display: inline-block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear
}

.details-left-others ul li a:hover {
    color: #F46824;
    border: 1px solid #F46824
}

.details-right-image {
    text-align: center
}

.start-design {
    padding: 40px 0;
    background: #34A2C7;
    text-align: center
}

.start-design .u-btn-default {
    float: none;
    width: 366px;
    height: 60px;
    line-height: 45px
}

.start-design .u-btn-default:before {
    top: 27px
}


.details-content {
    padding: 40px 0;
    background: #fff
}

.details-content p{
    margin-bottom: 25px;
}

.details-content h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
    .details-left {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px
    }

    .details-right {
        display: inline-block;
        width: 100%
    }
}