

.services-content {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8rem 0;
}

.services-content-img{
    width: 57.8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services-content-img .img{
    width:27.7rem;
    height: 40rem;
    border-radius: 1rem;
    background-color: #E6E6E6;
}
.services-content-img .img:first-child{
    width: 100%;
    margin-bottom: 2.4rem;
}

.services-content-text{
    width:74.6rem;
}

.services-content-title{
    font-weight: bold;
    font-size: 6rem;
    color: #F16522;
    margin-bottom: 8rem;
}

.services-content-text ul li{
    font-size: 2.8rem;
    color: #05173C;
    line-height: 4.1rem;
}


@media screen and (max-width: 768px) {


    .services-content {
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 4rem 0;
        flex-direction: column;
    }
    
    .services-content-img{
        width: 34.3rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .services-content-img .img{
        width: 16.5rem;
        height: 23.8rem;
        border-radius: 1rem;
        background-color: #E6E6E6;
    }
    .services-content-img .img:first-child{
        width: 100%;
        margin-bottom: 2.4rem;
    }
    
    .services-content-text{
        width: 100%;
        order: -1;
        margin-bottom: 4rem;
    }
    
    .services-content-title{
        font-weight: bold;
        font-size: 2.4rem;
        color: #F16522;
        margin-bottom: 1.6rem;
    }
    
    .services-content-text ul li{
        font-size: 1.4rem;
        color: #05173C;
        line-height: 1.7rem;
    }

}
























