.showcase-body-inner {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.showcase-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 94px;
}

.showcase-ctl-item {
    padding: 0 7.5px 30px 7.5px;
}   

.pdf-title {
    text-align: center;
    color: #1D252C;
    font-size: 12px;
    font-weight: 500;
    padding-top: 7px;
}

.pdf-ico-div {
    display: flex;
    flex-direction: column;
    height: 183px;
    border-radius: 5px;
    background-color: #fcfcfc;
    align-items: center;
    justify-content: center;
}

.ctl-header-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

h1.ctl-header-title {
    color: #517168;
    font-weight: 900;
    text-transform: uppercase;
    width: 35%;
    line-height: 42px;
    margin: 0;
}

.ctl-header-text-div {
    width: 65%;
}

.ctl-header {
    display: flex;
    padding-bottom: 55px;
}

.div-showcase-title {
    font-weight: 700;
    font-size: 18px;
    color: #1D252C;
    line-height: 21px;
    padding-bottom: 55px;
}

.pdf-ico {
    display: block;
    width: 90px;
    height: 109px;
    background-image: url(https://d8vlg9z1oftyc.cloudfront.net/bimdistribuidora/bimdistribuidora-file-manager/img/group-564.png);
    background-repeat: no-repeat;
}

.banner-catalog-dsk img.img-responsive {
    width: 100%;
    padding-bottom: 11px;
}

@media (max-width: 991px) {
    h1.ctl-header-title {
        width: 100%;
        font-size: 26px;
        padding-top: 17px;
    }

    .ctl-header-text-div {
        width: 100%;
        padding-top: 12px;
    }

    .ctl-header {
        flex-direction: column;
    }

    .banner-catalog-mobile img.img-responsive {
        width: 100%;
        padding-bottom: 11px;
    }
}