.service_slides_j {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.slide_box {
    width: 30%;
    display: inline-block;
    padding: 10px 10px;
}

.service_slides_j img {
height: auto;
width: 100%;
margin-bottom: 20px;
} 

.service_slides_j-title {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0fa1f5;
    text-align: center;
}

.service_slides_j-text {
    font-size: 1rem;
    line-height: 1.375;
    color: #696a6d;
    font-family: "Roboto Condensed";
    text-align: center;
}


@media (max-width: 990px) {
.service_slides_j {
    flex-direction: column;
}
.slide_box {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.service_slides_j img {
    height: auto;
    width: 100%;
} 
.service_slides_j-title {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0fa1f5;
    text-align: center;
}

.service_slides_j-text {
    font-size: 2rem;
    line-height: 1.375;
    color: #696a6d;
    font-family: "Roboto Condensed";
    text-align: center;
}

}


@media (max-width: 768px) {

.service_slides_j img {
    height: auto;
    width: 100%;
} 

.service_slides_j-title {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0fa1f5;
    text-align: center;
}

.service_slides_j-text {
    font-size: 2rem;
    line-height: 1.375;
    color: #696a6d;
    font-family: "Roboto Condensed";
    text-align: center;
}

}


@media (max-width: 415px) {

.slide_box {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.service_slides_j img {
height: auto;
width: 100%;
} 

.service_slides_j-title {
font-size: 1.5rem;
font-weight: 300;
line-height: 1.25;
margin-top: 10px;
margin-bottom: 10px;
color: #0fa1f5;
text-align: center;
}

.service_slides_j-text {
font-size: 1rem;
line-height: 1.375;
color: #696a6d;
font-family: "Roboto Condensed";
text-align: center;
}

}


@media (max-width: 375px) {

.service_slides_j img {
height: auto;
width: 100%;
} 

.service_slides_j-title {
font-size: 1.5rem;
font-weight: 300;
line-height: 1.25;
margin-top: 10px;
margin-bottom: 10px;
color: #0fa1f5;
text-align: center;
}

.service_slides_j-text {
font-size: 1rem;
line-height: 1.375;
color: #696a6d;
font-family: "Roboto Condensed";
text-align: center;
}

}

@media (max-width: 360px) {

.service_slides_j img {
height: auto;
width: 100%;
} 

.service_slides_j-title {
font-size: 1.5rem;
font-weight: 300;
line-height: 1.25;
margin-top: 10px;
margin-bottom: 10px;
color: #0fa1f5;
text-align: center;
}

.service_slides_j-text {
font-size: 1rem;
line-height: 1.375;
color: #696a6d;
font-family: "Roboto Condensed";
text-align: center;
}

}