﻿.ds-tools { margin-bottom: 80px; }
    .ds-tools .col-12 > p { width: 75%; }
.ds-tool-list { display: grid; grid-template-columns: repeat(3, minmax(0, 340px)); grid-gap: 50px; justify-content: center; }
    .ds-tool-list .ds-tool { background-color: #F5F5F5; display: flex; flex-direction: column; }
        .ds-tool-list .ds-tool img { display: block; max-width: 100%; height: 180px; background-color: #DCDCDC; object-fit: contain; object-position: center; }
        .ds-tool-list .ds-tool .tool-desc { padding: 20px 30px; display: flex; flex-direction: column; flex: 1; display: flex; flex-direction: column; }
        .ds-tool-list .ds-tool p { margin: 0; font-size: 16px; line-height: 22px; margin-bottom: 20px; }
        .ds-tool-list .ds-tool .tool-name { margin: 0 0 10px 0; font-size: 20px; font-family: Oswald-Regular; }
        .ds-tool-list .ds-tool .orangeLink { font-size: 18px; margin-top: auto; }

@media (max-width: 1199px) {
    .ds-tool-list { grid-gap: 25px; }
}

@media (max-width: 991px) {
    .ds-tool-list { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
    .ds-tool-list { grid-template-columns: 1fr; }
}
