﻿
.title-section.type2.inner-title .container.container {
    max-width: 980px;
    margin-bottom: 80px;
}

.list-container{text-align:left;
}
.thumbnail h3 {
    font-size: 21px;
    line-height: 27px;
    color: #35393D;
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.21px;
}

section.items-section {
    margin-top: 90px;
    margin-bottom: 126px;
}

.thumbnail {
    box-shadow: 0px 2px 10px #0000001A;
    border-width: 0;
    padding: 10px;
    width: 316px;
}

 .thumbnail .caption {
    padding: 0 10px 20px 10px;
}

 .thumbnail .date {
     font-weight:400;
    padding: 20px 10px 0 10px;
    color: #959BA3;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px;
}

 .thumbnail p {
    color: #959BA3;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 50px;
}

   .thumbnail p.button {
        margin: 20px 0 0 0;
        bottom: 20px;
        position: absolute;
        transform: translateY(-50%);
    }
    .thumbnail .btn {
        font-size: 15px;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        line-height: 21px;
        padding: 6px 22px;
        min-width: auto;
        text-transform: none;
        letter-spacing: -0.15px;
        border-radius: 4px;
    }

.resource-page .title-section.type2 .container {
    padding-top: 60px;
}

.resource-page .title-section.type2.inner-title h1 {
    margin-bottom: 40px;
}

.resource-page .title-section section {
    padding-top: 0;
    padding-bottom: 0;
}

.resource-page .list-container .list-item {
    padding: 0 8px;
}

.resource-page .help-area.type5 .container .img {
    top: -91px;
    left: -64px;
}

.resource-page .help-area .container {
   max-width: 980px;
}

.resource-page .title-section {
    padding-bottom: 0;
}

@media(max-width:768px) {
    .thumbnail {
        margin: 0 auto 20px auto;
    }



    .thumbnail h3 {
        font-size: 26px;
        line-height: 28px;
    }

     .thumbnail p {
        font-size: 17px;
        line-height: 23px;
    }
}

