:root
{
    --tcolor: rgba(14, 2, 41, 1);
}

#teams-intro
{
    background-image: url('/img/contact_one.jpg');background-color: rgba(102, 0, 71, 0.349);
}

#services-intro div 
{
    width: 40%;
    padding-inline: 3% 0;
}

#services-intro p{
    font-size: 1vw;
    line-height: 120%;
}

#content
{
    width: 50%;
    height: 40vh;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color);
    font-size: 1vw;
}
#content section
{
    width: 80%;font-size: 80%;
    line-height: 120%;    
    text-align: center;
}

#content section h1
{
    padding: 3% 0;font-weight: 300;
    text-align: center;font-size: 200%;;
    text-transform: capitalize;
}

#back
{
    background-image:none;
    background-repeat: no-repeat;
    background-size: 100%;
    background-blend-mode: soft-light;
    background-color: whitesmoke;
}

#support { display: none }






@media only screen and (max-width: 900px)
{
    
#services-intro
{
    width: 100%;
    height: 50vh;
    background-size: cover;
}

#services-intro div 
{
    width: 100%;
    text-align: center;
    padding-inline: 0;
}

#services-intro p{
    font-size: 80%;
    line-height: 120%;
}


#content
{
    width: 100%;
    height: auto;
    color: var(--color);
    font-size: 90%;
    padding: 5% 0;
    background-color: white;
}
#content section
{
    width: 90%;
    line-height: 120%;    
    text-align: justify;
}

#content section h1
{
    padding: 3% 0;
    text-align: center;
    text-transform: capitalize;
}

#back
{
    background-image: none;
    background: var(--tcolor);
}



.list
{
    width: 100%;
    height: auto;
    padding-block-start: 3%;;
    margin: 0 auto;
    display: block;
    color: white;
    font-size: 100%;
    padding-block-end: 0;
}

.list li 
{
    padding: 3%;
    width: 90%;
    margin-block: 2%;
    color: white;
    text-align: left;
    background: inherit;
    display: block;
    align-items: center;
    border-radius: 0;
    box-shadow: none;
    border-bottom: .1px solid white;

}
.list li img
{
    width: 10%;
    margin: 5% 6%;
    border-radius: 50%;
    background: white;
}
.list li::before, .list li::after
{
    content: ' ~ ';
}

#support
{
    width: 100%;
    height: auto;
    display: block;
    margin-block: 5%;
}

#support div:first-child
{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
    box-shadow: none;
    font-size: 100%;
    background-image: none;
    background-color: transparent;
}
#support div:first-child h1 
{
    width: 100%;
    color: var(--tcolor);
    font-size: 150%;
    text-align: center;
}

#support div:last-child
{
    width: 90%;
    height: auto;
    margin:0 auto;
}
#support div:last-child li
{
    font-size: 90%;
    padding-block: 2%;
    line-height: 120%;
    margin-block:2%;
    list-style-type: none;
}
#support div:last-child p
{
    padding: 3% 0;
    font-size: 100%;
    width: 100%;
    box-shadow: none;
    text-transform: normal;
    border-radius: 10px;
    color: var(--color);
    background: transparent;
}

#support div:last-child ul
{
    padding-inline-start: 0;
}

#support span
{
    box-shadow: var(--box_shadow);
    padding: 3% 50% 3% 3%;
    border-radius: 0 30px 30px 0;
    color: white;
    border-left: 5px solid whitesmoke;
}

#support li:first-child span{background-color: rgb(10, 53, 109);;}#support li:nth-child(2) span{background-color: rgb(31, 57, 133)}
#support li:nth-child(3) span{background-color: rgb(30, 25, 94);;}#support li:nth-child(4) span{background-color: rgb(21, 36, 104);;}
#support li:last-child span
{background-color:rgb(53, 41, 97);}



}