.pdf-download-section {
background-color: #e30613;
padding: 50px 0;
color: white;
}
.pdf-title {
width: 100%;
margin: auto;
color: white;
margin-bottom: 50px;
font-size: 3rem;
}
.pdf-slogan {
width: 100%;
margin: auto;
border-left: 4px white solid;
padding: 5px 0 5px 10px;
margin-bottom: 50px;
}
.single-pdf img{
margin-bottom: 15px;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: auto;
}
input[type=file]::file-selector-button{
color: hsl(204, 86%, 53%);
border-color: hsl(204, 86%, 53%);
font-size: 1rem;
font-weight: 300;
cursor: pointer;
outline: 0;
user-select: none;
border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
border-style: solid;
border-radius: 4px;
border-width: 1px;
background-color: hsl(0, 0%, 100%);
color: hsl(0, 0%, 29%);
padding-left: 16px;
padding-right: 16px;
padding-top: 16px;
padding-bottom: 16px;
display: flex;
justify-content: center;
align-items: center;
}
.catalog-title:first-letter {
text-transform: uppercase;
}
.single-pdf .btn{
padding: 16px 32px;
}
.single-pdf h2{
margin-bottom: 30px;
}
.slider-img img{
width: 100%;
height: 350px;
max-height: 350px; }