.shadowBlockDesc{
    width: 100%;
    position: relative;
    height: 40px;
    clear: both;
    background: #fff;
}
.shadowBlockDesc:before{
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 50%;
    top: 0;
    left: 10px;
    right: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.section-seo {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    margin-bottom: 40px;
    margin-top: 60px;
}
.section-seo .container {
    position: relative;
    padding-top: 20px;
}
.section-seo .container::before {
    content: '';
    position: absolute;
    width: 80%;
    left: 10%;
    margin-top: -30px;
    height: 1px;
    background: #cfd8dc;
}

.section-seo a {
    color: #008dee;
    text-decoration: underline;
}

.section-seo p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #3f4a56;
    line-height: 1.6;
}
.section-seo p:last-child {
    margin-bottom: 0;
}

.section-seo h2 {
    font-size: 20px;
    font-weight: 500;
    color: #313541;
    margin-bottom: 5px;
}

.section-seo-line {
    color: #7f8c8d;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 47px 0 0;
}

.section-seo-title {
    color: #2c3e50;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .section-seo-line {
        padding-top: 24px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .section-seo p {
        margin-bottom: 20px;
    }
    .section-seo {
        margin: 0;
    }
    .section-seo .container {
        padding-top: 20px;
    }
    .section-seo .container::before {
        margin-top: -30px;
    }
    .section-seo h2 {
        font-size: 20px;
        color: #1e1e1e;
        margin-bottom: 8px;
        font-weight: 600;
    }
    .section-seo p:first-child {
        display: block;
    }

    .section-seo-title {
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 400;
    }
}