@import url('references.css');

.intro-img.intro-web{
    background-image: url(../img/services/intro-web.jpg);
}
.intro-img.intro-software{
    background-image: url(../img/services/intro-software.jpeg);
}
.intro-img.intro-mobile{
    background-image: url(../img/services/intro-mobile.jpg);
}
.intro-img.intro-saas{
    background-image: url(../img/services/intro-saas.jpg);
}
.intro-img.intro-commerce{
    background-image: url(../img/services/intro-commerce.jpg);
}
.intro-img.intro-mvp{
    background-image: url(../img/services/intro-mvp.png);
}

.service-detail{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
}
.service-detail > .text-container:not(.full-width){
    width: 50%;
}
.service-detail > .text-container > span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 25;
    line-clamp: 25;
    overflow: hidden;
    white-space: break-spaces;
    text-overflow: ellipsis;
}
.service-detail .support-side{
    width: 35%;
}
.service-detail p{
    color: #4D5F5E;
    margin: 30px 0
}
.service-detail a{
    text-decoration: underline;
    font-size: 17px;
    font-weight: 600;
}
.service-detail hr{
    margin: 40px 0;
}
.service-detail .text-container ~ hr{
    max-width: 45%;
}
.service-detail h4{
    font-size: 1.5rem;
    font-weight: 600;
}
.service-detail .flex{
    column-gap: 60px;
}

.service-detail-wrapper .text-container h3{
    font-size: 2rem;
}
.support-side{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-left: 60px;
    padding: 30px 30px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 600px;
    height: 600px;
    align-self: end;
    margin-bottom: 40px;
}
.support-side h3{
    margin-top: 120px;
}