.sectionAbout
{
    background-color: #fff;
}

.sectionAbout#mainAbout1
{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #eeece0;
}

.sectionAbout#mainAbout1 .headingStyle
{
    max-width: 450px;
}

.sectionAbout .headingStyle
{
    max-width: 800px;
}

.sectionAbout .serviceInner
{
    min-height: 350px;
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    align-items: center;
    justify-content: flex-end;
    background-color: var(--text-title);
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.sectionAbout .serviceInner .serviceIcon
{
    position: relative;
    width: 88px;
    height: 80px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
    transition: 0.3s all;
}

.sectionAbout .serviceInner .serviceIcon:before, .sectionAbout .serviceInner .serviceIcon:after
{
    position: absolute;
    z-index: -1;
    width: 60.88px;
    height: 60.88px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 14.06px;
}

.sectionAbout .serviceInner .serviceIcon:before
{
    top: -30.94px;
}

.sectionAbout .serviceInner .serviceIcon:after
{
    bottom: -30.94px;
}

.sectionAbout .serviceInner .serviceIcon > img
{
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 64px;
    color: #fff;
    line-height: 96px;
    display: inline-block;
    position: absolute;
}

.sectionAbout .serviceInner .serviceContent
{
    padding: 20px 20px 20px 20px;
    text-align: center;
    height: 350px;
    color: #fff;
    position: relative;
    transform: translateY(calc(100% - 65px));
    transition: 0.3s all linear;
    z-index: 1;
}

.sectionAbout .serviceInner .serviceContent:before
{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.sectionAbout .serviceInner .serviceContent h6
{
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 5px;
    color: #fff;
}

.sectionAbout .serviceInner .serviceContent h6:before
{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    height: 30px;
    background-color: #fff;
    width: 1px;
}

.sectionAbout .serviceInner:hover .serviceContent
{
    transform: translate(0);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 991px)
{
    .sectionAbout .headingStyle
    {
        margin-bottom: 50px;
    }

    .sectionAbout .col-md-4:not(:last-child) .serviceInner
    {
        border: 0;
    }

    .sectionAbout .serviceInner
    {
        margin-bottom: 20px;
    }

    .sectionAbout .serviceInner .serviceContent
    {
        padding-top: 10px;
        transform: translate(0);
        height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .sectionAbout .serviceInner .serviceContent h6
    {
        font-size: 1.2rem;
    }
}
