@media screen and (min-width:1001px) {
    .apiContainer{
        width: 100%;
        box-sizing: border-box;
    }
    .apiService{
        width: 80%;
        margin-left: 10%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 7rem 0;
    }
    .apiService>div{
        width: 50%;
    }
    .ml-100{
        margin-left: 100px;
    }
    .mr-100{
        margin-right: 100px;
    }
    .leftApi{
        box-sizing: border-box;
        padding: 50px 30px;
    }
    .leftApi>p:nth-child(1){
        font-size: 1.375rem;
        line-height: 2.0625rem;
        padding-bottom: 8px;
    }
    .leftApi>p:nth-child(2){
        font-size: 2.25rem;
        line-height: 3.125rem;
        font-weight: 700;
        padding-bottom: 24px;
    }
    .leftApi>p:nth-child(3){
        font-size: 1rem;
        line-height: 1.375rem;
        color: #666;
        padding-bottom: 24px;
    }
    .rightApi>img{
        width: 560px;
        object-fit: cover;
    }
    .img-phone{
        display: none !important;
    }
}
@media screen and (max-width:1000px) {
    .apiContainer{
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 80px;
    }
    .apiService{
        width: 80%;
        margin-left: 10%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    .apiService>div{
        width: 100%;
        box-sizing: border-box;
    }
    .leftApi{
        box-sizing: border-box;
        padding: 50px 30px;
        text-align: center;
    }
    .leftApi>p:nth-child(1){
        font-size: 1.375rem;
        line-height: 2.0625rem;
        padding-bottom: 8px;
    }
    .leftApi>p:nth-child(2){
        font-size: 2.25rem;
        line-height: 3.125rem;
        font-weight: 700;
        padding-bottom: 24px;
    }
    .leftApi>p:nth-child(3){
        font-size: 1rem;
        line-height: 1.375rem;
        color: #666;
        padding-bottom: 24px;
    }
    .rightApi>img{
        width: 100%;
        object-fit: cover;
    }
    .img-pc{
        display: none !important;
    }
}