.banner img{
    width:100%;
    height:auto;
    margin:0;
    padding:0;
    border: none;
    outline: none;
}
.services{
    text-align: center;
    margin-top:40px;
}
.services h1{
    font-size: var(--font-size-30);
    line-height: 80px;
    font-weight: bold;
}
.services p{
    text-align: left;
}
.services p:nth-child(2){
    font-size: var(--font-size-16);
    text-align: justify;
    color:var(--main-dark-gray);
}
.services p:nth-child(3){
    font-size: var(--font-size-16);
    text-align: center;
    color:var(--main-dark-gray);
}
.services>.col-6{
    padding:12px;
}
.services-1{
    width:80px;
    height:80px;
    line-height: 80px;
    border-radius: 50%;
    color:var(--main-white);
    background-color: var(--main-purple);
    margin:0 auto;
}
.services-1 i{
    font-size: 40px;
    vertical-align: middle;
}
.services .col-6 span:nth-of-type(1){
    font-weight:bold;
    padding:4px;
}
.services .col-6 span:nth-of-type(2){
    color:var(--main-dark-gray);
}
.services-2{
    margin-top:40px;
}
.services-3{
    padding:0 15px;
    line-height:58px;
    background-color: var(--main-purple);
    color:var(--main-white);
    font-size:var(--font-size-16);
    width:auto;
}


.i-s{
    background-color: var(--main-light-gray);
    padding:15px;
    text-align: center;
    margin-top:40px;
}
.i-s-1{
    text-align: center;
    font-size:32px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom:24px;
}
.i-s-2{
    width:100%;
    margin:0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.i-s-2 a,.i-s-2 a:hover,.i-s-2 a:visited,.i-s-2 a:active{
    outline: none;
    text-decoration: none;
    background-color: var(--main-purple);
    line-height: 52px;
    text-align: center;
    color: var(--main-white);
    font-weight: bold;
    font-size: 1rem;
}
.i-s-2-1{
    display:block;
    width:calc( 50% - 8px);
    margin:4px;
}
.i-g{
    margin-top:40px;
    background-color:var(--main-light-gray);
    padding:42px 0;
    text-align: center;
}
.i-x{
    background-color:var(--main-light-gray);
    padding:42px 0;
    text-align: center;
}
.i-c{
    padding:42px 0;
    text-align: center;
}
.i-g-1,.i-c-1,.i-x-1{
    margin:0 auto;
    font-size:32px;
    font-weight: bold;
    line-height: 68px;
    margin-bottom:24px;
}
.i-g-3,.i-c-2{
    margin:0 auto;
    text-align: left;
}
.i-c-2-1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 28px;
    padding-top:15px;
    padding-bottom:15px;
}
.i-c-2-2{
    width:100%;
    height:auto;
}
.i-c-2-1 div{
    display:inline-block;
    padding:4px;
}
.i-c-2-1 div:nth-child(odd){
    width:45%;
}
.i-c-2-1 div:nth-child(even){
    width:55%;
}
.i-c-2-1 img{
    max-width: 1rem;
    margin-left:4px;
    margin-right:4px;
    height:auto;
}
/* .i-g-3 p:first-child{
    font-weight: bold;
    font-size:24px;
} */
.i-g-3 p>img,.i-c-2 p>img{
    width: 1em;
    height:1em;
    vertical-align: middle;
    margin-right:8px;
}
.i-g-2{
    width:100%;
    padding:5px;
    box-sizing: border-box;
}
.i-g-2 img{
    margin:0;
    padding:0;
    width:100%;
    height:auto;
}
.i-g-4{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.i-x {
    background-color: var(--main-white);
}
.i-x-2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.i-x-2-1{
    width:33.333%;
    height:auto;
}
.i-x-3{
    width:calc( 100% - 16px );
    margin:8px;
    padding:8px;
    text-align: center;
    background-color: var(--main-light-gray);
}
.i-x-3 span:first-child{
    color:var(--main-purple);
    font-weight: bold;
    font-size: 32px;
    font-style: oblique;
    
}
.i-x-3 span:last-child{
    font-weight: bold;
    display: block;
}
.i-x-4{
    font-weight: bold;
    letter-spacing: 8px;
    line-height: 56px;
}
.i-x-4 p:first-child{
    font-size:16px;
    color:var(--main-dark-gray);
}
.i-x-4 p:last-child{
    font-size: 32px;
    color:var(--main-black);
}
.i-x-5{
    /* width:100%; */
    text-align: left;
}
.i-x-5 .row{
    margin:0 !important;
}
.i-x-5 .col-8{
    padding:0 !important;
}
.i-x-6{
    text-align: center;
}
.i-x-7{
    padding:0 15px;
    line-height: 40px;
    background-color: var(--main-purple);
    border: 1px solid var(--main-purple);
    color:var(--main-white);
}
.i-v{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.i-v-1{
    background-color: var(--main-light-gray);
    width:100%;
    padding:40px;
}
.i-v-1 p:first-child{
    font-size: 32px;
    font-weight: bold;
}
.i-v-1 p:nth-child(2){
    font-size: var(--font-size-16);
    text-align: justify;
    font-size:14px;
    line-height: 32px;
}
.i-v-1 a:last-child{
    display: block;
    padding:0 20px;
    background-color: var(--main-purple);
    color:var(--main-white);
    line-height: 38px;
    text-decoration: none;
    width:fit-content;
}
.i-v-2{
    width:100%;
}
.i-v-2 img{
    width:100%;
    height:auto;
}
.i-w{
    margin-top: 40px;
}
.i-w-1{
    width:100%;
    text-align: center;
}
.i-w-1 p:first-child{
    font-size: 32px;
    font-weight: bold;
}
.i-w-1 p:nth-child(2){
    font-weight: bold;
}
.i-w-2 .col-sm{
    background-color: var(--main-light-gray);
    padding-top:20px;
    padding-bottom:20px;
}
.i-w-2 .col-sm img{
    width:100%;
    height:auto;
}
.i-w-2 .col-sm p:nth-child(2){
    font-weight: bold;
    text-align: center;
    margin-top:15px;
}
.i-w-2 .col-sm p:nth-child(3){
    text-align: justify;
    color:var(--main-dark-gray);
    font-size: 14px;
    line-height: 32px;
}