.services-bg {
    background-image: url("../images/services-bg.jpg");
    background-size: cover;
    background-position: center;
}

.server-item-title {
    font-size: 1.375rem;
    font-weight: 700;
    transition: opacity .3s;
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    padding: 0 0 1.25rem;
    border-bottom: 1px solid rgba(150, 150, 150, .4);
}



.sitemap__link-arrow {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: -1px;
    left: 10px;
    transition: all .3s ease-out;
    font-style: italic;
}

.sitemap__link-arrow:before {
    content: "";
    display: block;
    background: #363636;
    position: absolute;
    left: -.125rem;
    top: 50%;
    height: .125rem;
    width: .625rem;
    transform: translateY(-50%);
}

.sitemap__link-arrow:after {
    content: "";
    display: block;
    width: .5rem;
    height: .5rem;
    border: 2px solid #363636;
    border-left-style: none;
    border-bottom-style: none;
    transform: rotate(45deg);
}

.server-link:hover {
    color: #0067b1;
}

.server-link:hover .sitemap__link-arrow {
    margin-left: 10px;
}

.server-link:hover .sitemap__link-arrow:before {
    background: #0067b1;
}

.server-link:hover .sitemap__link-arrow:after {
    border-color: #0067b1;
}

.server-list {
    padding-left: 30px;
}

.server-list li {
    list-style: disc;
    font-size: 1rem;
    line-height: 1.2;
    color: #286aac;
    margin: 10px auto;
}

.about-left-nav li {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.3;
    padding: 20px;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;

}


.about-left-nav a:hover {
    color: #0067b1;
}

.insights-bg {
    background-image: url("../images/insight2.jpg");
}

.contact-top-bg {
    background-image: url("../images/contact-bg.png");
}

.new-card:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.new-card img {
    transition: transform 0.3s ease;
}

.content {
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.detail-img {
    width: 70%;
    margin: 0 auto;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .services-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


}

@media screen and (min-width: 768px) {
    .services-bg {
        height: 500px;
    }

    .detail-img {
        width: 70%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .services-bg {
        height: 200px;
    }

    .detail-img {
        width: 90%;
        margin: 0 auto;
    }


}

@media screen and (min-width: 1215px) {
    .about-hero__title {
        padding-left: 20%;
    }

}

@media screen and (min-width: 768px) and (max-width: 1214px) {
    .about-hero__title {
        padding-left: 10%;
    }
}

@media screen and (max-width: 767px) {
    .about-hero__title {
        text-align: center;
    }
}