﻿
.bossgoo-index-choose23{
    background-color: var(--themeColor);
}

.bossgoo-index-choose23 .content{
    display: flex;

    flex-wrap: wrap;
}

.bossgoo-index-choose23 .content li{
    width: 25%;
    display: flex;
    flex-direction: column;
    padding: 0 2%;
    height: 250px;
}

.bossgoo-index-choose23 .content li .title{
    /* font-family: Arial-BoldMT; */
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
    margin-top: 45px;
}

.bossgoo-index-choose23 .content li .text{
    /* font-family: ArialMT; */
	font-size: 28px;
	line-height: 1.2;
	color: #ffffff;
    margin-top: 10px;
}

.bossgoo-index-choose23 .content li:hover{
    background-color: #251d62;
}

@media only screen and (max-width: 1040px) {
    .bossgoo-index-choose23 .content li{
        width: 50%;
        height: 4.6rem;
    }

    .bossgoo-index-choose23 .content li:nth-child(2){
        background-color: #251d62;
    }

    .bossgoo-index-choose23 .content li:nth-child(3){
        background-color: #251d62;
    }

    .bossgoo-index-choose23 .content li:hover{
        background-color: unset;
    }

    .bossgoo-index-choose23 .content li .title{
        font-size: .8rem;
    }

    .bossgoo-index-choose23 .content li .text{
        font-size: .56rem;
    }
}

@media only screen and (max-width: 767px) {
    .bossgoo-index-choose23 .content li .title{
        font-size: .4rem;
    }

    .bossgoo-index-choose23 .content li .text{
        font-size: .28rem;
    }

    .bossgoo-index-choose23 .content li{
        height: 2.3rem;
    }

    .bossgoo-index-choose23 .content li .title{
        margin-top: .45rem;
    }
}