.navbar-right :nth-child(3) a{
    color: #307FEE!important;
}

.case-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.case-top img {
    width: 450px;
    height: 300px;
    object-fit: cover;
    border-radius: 30px;
}
.case-top .case-desc {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.service h2, .service p {
    text-align: center;
}
.service h2 {
    font-size: 3.5rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.service p {
    color: #3D95ED;
    font-size: 1.6rem;
}
.case-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.case-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FAFAFA;
    padding: 20px 40px;
    border-radius: 20px;
    margin: 20px;
}
.case-list li img{
    width: 160px;
    height: 160px;
}
.case-list li span {
    font-size: 1.6rem;
    color: #666666;
    padding-top: 20px;
}



.cg-btn {
    background: linear-gradient(239deg, #34A1FA 0%, #59D0FE 100%);
    border-radius: 100px;
    color: #ffffff;
    padding: 15px 30px;
    border: none;
    margin-top: 20px;
    font-size: 1.8rem;
}
.cg-btn:hover {
    opacity: 0.5;
    color: #ffffff;;
}

.sub-idea {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
.sub-idea-title {
    font-size: 2.4rem;
    font-weight: 700;
}
.sub-idea-content {
    margin-top: 80px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 80px;
}
.sub-idea-content img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #2E7CEF;
}
.triangle {
    width: 0;
    height: 0;
    border: 17px solid transparent;
    border-right: 19px solid #f2f2f2;
}

.sub-idea-content span {
    padding: 34px;
    width: 320px;
    height: 110px;
    background-color: #f2f2f2;
    border-radius: 20px;
}@media screen and (max-width:768px){
    .case-top {
        justify-content: center;
    }
    .case-desc {
        text-align: center;
        font-size: 1.8rem!important;
    }
}
@media screen and (min-width:768px){
    .case-top {
        justify-content: center;
    }
    .case-desc {
        text-align: center;
        font-size: 2.2rem!important;
    }
}
@media screen and (min-width:992px) {

    .case-top {
        justify-content: space-around;
    }
    .case-desc {
        text-align: left;
        font-size: 2.4rem!important;
    }
}
