@charset "UTF-8";

/* ---------------------------------------max all------------------------------------------------ */

#support-headervisual {
    background-image: url(../img/support-header.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 55vh;
    position: relative;
}

#circle{
    background-color: #F6F6F6;
}

.circle-wrapper{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}

.circle-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.circle-inner{
    display: flex;
    width: 48%;
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #111111;
}

.circle-text{
    padding-right: 15px;
    width: 50%;
}

.circle-text div{
    padding-bottom: 40px;
}

.circle-text span{
    font-size: 2.2rem;
    font-weight: bold;
}

.circle-inner figure{
    width: 50%;

}

.circle-inner figure img{
    width: 100%;
}

/* ---------------------------------------/max all------------------------------------------------ */

/* ---------------------------------------max 800px------------------------------------------------ */


@media screen and (max-width: 800px) {

    #support-headervisual {
        background-image: url(../img/support-header.jpg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 30vh;
        position: relative;
    }
    
    #circle{
        background-color: #F6F6F6;
    }
    
    .circle-wrapper{
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 4%;
    }
    
    .circle-container{
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .circle-inner{
        display: flex;
        width: 100%;
        margin-bottom: 40px;
        padding-bottom: 25px;
        border-bottom: 1px solid #111111;
    }
    
    .circle-text{
        padding-right: 15px;
        width: 50%;
    }
    
    .circle-text div{
        padding-bottom: 25px;
    }
    
    .circle-text span{
        font-size: 2.2rem;
        font-weight: bold;
    }

    .circle-inner figure{
        width: 50%;

    }
    
    .circle-inner figure img{
        width: 100%;
        vertical-align: bottom;
    }
    

}

/* ---------------------------------------/max 800px------------------------------------------------ */