.garda-home-logo {
    width: 40%;
}

.home-about-container {
    flex: 0 0 50%;
}

.solution-item {
    flex: 0 0 350px;
    height: 500px;
    overflow: hidden;
    width: 100%;
    margin: 10px;
    position: relative;
}

.swiper-pagination-bullet {
    background: #012340;
    opacity: 1;
    border-style: solid;
    border-color: white;
    border-width: thin;
}

.swiper-pagination-bullet-active {
    background: #e5e5e5;
}

.team-swiper-container {
    cursor: pointer;
}

.shadows-into-light{
    font-family: 'Shadows Into Light', cursive;
}

.at-home {
    color: white;
    line-height: 1;
    font-size:1.7rem;
    position:absolute;
    top:270px;
    left: calc(50% - 50px);
    width:100px;
}

.doc-title {
    font-size: 3rem;
    font-weight: 700;
    width: 680px;
    text-align: left;
    line-height: 1.1;
    padding-bottom: 20px;
    background: -webkit-linear-gradient(left, #DC376D, #328EFA);
    background: -o-linear-gradient(right, #DC376D, #328EFA);
    background: -moz-linear-gradient(right, #DC376D, #328EFA);
    background: linear-gradient(to right, #DC376D, #328EFA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.doc-content {
    width: 680px;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: left;
}

.doc-additional-content {
    font-weight: 400;
    font-size: 1rem;
}

.kb-image-box{

}
.kb-image-box>img{
    max-width:100%;
    border:solid;border-width:2px;border-color:black;
}

@media (max-width: 780px) {

    .garda-home-logo {
        width: 80%;
    }
}

@media (max-width: 700px) {
    .home-about-container {
        flex: 0 0 100%;
    }

    .solution-item {
        flex: 0 0 100%;
    }

    .doc-title {
        font-size: 3rem;
        font-weight: 700;
        width: 320px;
        text-align: left;
        line-height: 1.1;
        padding-bottom: 20px;
        background: -webkit-linear-gradient(left, #DC376D, #328EFA);
        background: -o-linear-gradient(right, #DC376D, #328EFA);
        background: -moz-linear-gradient(right, #DC376D, #328EFA);
        background: linear-gradient(to right, #DC376D, #328EFA);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .doc-sub-header {
        font-size: 1.9rem;
    }

    .doc-title-black {
        color: black;
        font-size: 3rem;
        font-weight: 700;
        width: 320px;
        text-align: left;
        line-height: 1.1;
        padding-bottom: 20px;
    }

    .doc-content {
        width: 320px;
        font-size: .8rem;
        font-weight: 700;
        text-align: left;
    }

    .doc-additional-content {
        font-weight: 600;
        font-size: 1rem;
        margin-bottom: 10px;
    }


}