﻿.hero-wrapper {
    padding: 10em 0;
}

.hero-image {
    width: 100%;
}

.services-section {
    background-color: #fff;
}

.about-section {
    background-color: #243444;
}

.section-intro {
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.5rem;
}

.item {
    margin-bottom: 2rem;
    text-decoration: none;
}

.item-card {
    margin-bottom: 2rem;
    text-decoration: none;
}

/*.item-card:hover {
    transform: scale(1.05);
    transition-duration: .15s;
    transition-property: transform;
}*/

.item-icon {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.45rem;
    justify-content: center;
}

.item-inner {
    height: 100%;
    background: #fff;
}

.icon-align {
    align-self: center;
}

.bg-teal {
    background: #30c4ae;
}

.bg-yellow {
    background: #ffa837;
}

.bg-purple {
    background: #9987cb;
}

.btn-view-services {
    font-size: 1.25rem;
}