@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.home8{
    padding: 10px;
}
.sidebar h3{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color:  #EE2021;
text-align: center;
    font-family: roboto condensed;
    margin-bottom: 25px;
}
.sidebar h5{
    font-size: 20px;
    font-family: roboto;
    color: #4c4f54;
    font-weight: 700;
    line-height: 1.4;
    margin: 10px 0 20px;
}
.serv h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #ffda44;
    padding: 0 15px;
    line-height: 28px;
    font-family: roboto condensed;
    text-align: left;
}
.home8 p{
    font-size: 16px;
    color: #677078;
    line-height: 1.688;
    margin-bottom: 20px;
    margin: 0 0 10px;
    font-family: roboto, sans-serif;
    text-align: left;
}

.home8 h4{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #EE2021;
    text-align: center;
    line-height: 28px;
    font-family: roboto condensed;

}
.home8title {
    text-align: left;
}
.home8 h5{
    font-size: 16px;
    color: #677078;
    line-height: 1.688;
    margin-bottom: 20px; 
    font-family: roboto, sans-serif;
    font-weight: 400;
    text-align: left;
}

.home8img{
    display: inline-block;
    width: 78px;
    height: 78px;
    line-height: 74px;
    text-align: center;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(255, 218, 68);
    border-right-color: rgb(255, 218, 68);
    border-bottom-color: rgb(255, 218, 68);
    border-left-color: rgb(255, 218, 68);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    margin-bottom: 10px; 
    margin-right: 15px;
    vertical-align: middle;

    
}
.home8title{
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .home8title h5{

 text-align: left;
    }
}
