.resource{
    padding-bottom: 50px;
    .section_header {
        padding-bottom: 20px;
        text-align: center;
        h4 {  
            font-size: 26px;
            font-weight: 600;
            color: $white;
            padding: 10px 0;
        }
    }
    .resource_wrapper{
        margin-top: 15px;
    .resource_wrap{
        padding: 10px 10px 30px 10px;
        background-color: #252525;
        box-shadow: 1px 0.532px 1px 1px rgba(0,0,0,0.1);
        border-radius: 10px;
        .resource_img{
            height: 300px;
            width: 100%;
            display: flex;
            background-color: #d4d4d4;
            justify-content: center;
            align-items: center;
            position: relative;
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
        .resource_text{
            padding-top: 10px;
            h4{
                font-size: 15px;
                color: $primaryColor;
                font-weight: 400;
                line-height: 20px;
                
            }
            h5{
                font-size: 22px;
                color: $white;
                font-weight: 500;
                line-height: 30px;
            }
            p{
                font-size: 15px;
                color: $text;
                font-weight: 400;
                line-height: 25px;
            }
            .resource_btn{
                 margin-top: 30px;
                a{
                    font-size: 14px;
                    color: $white;
                    font-weight: 500;
                    padding: 10px 25px;
                    background-color: $primaryColor;
                    border-radius: 5px;
                }
            }
        }
    }
    }
}