/*for breadcrumb*/


.primary-wrap{
    padding: 50px 0;
}
.primary-wrap h2{
    width: 100%;
    margin:0 0 30px 0;
    color: #dae2e8;
    font-size: 20px;
}
.description{
    padding:0;
}
.description figure{
    margin:0 0 30px 0;
}
.description figure img{
    width: 100%;
    height: auto;
}
.description p{
    padding: 0 0 20px 0;
}
.description h6{
    margin:0 0 10px 0;
    color: #3FA4BC;
    font-size:16px;
    font-weight: 600;

}
.available-services {
    width: 100%;
    display: flex;
    margin:0 0 30px;
    padding: 0 0 20px 0;
    border-bottom:1px solid #2b2b2b;
}
.available-services figure {
    width: 80px;
    height: 80px;
    margin: 0 20px 10px 0;
    display: inline-block;
}
/*.available-services figure img{
    width: 100%;
    height: 100%;
}*/
.available-services figure .sideImg {
    width: 80px;
    height: 80px;
}
.available-services .description h2{
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    white-space: pre-wrap;
}
.available-services .description h2 a{
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    white-space: pre-wrap;
    color: #fff;
}
.available-services.download-section figure,
.available-services.download-section figure .sideImg {
    height: auto;
    text-align: center;
}
.available-services.download-section figure svg {
    width: 50px;
}
.available-services:last-child{
    border-bottom: none;
}