
        .fatured-head {
            font-size: 32px;
            text-transform: uppercase;
            color: #262f3a;
            font-weight: 500;
            position: relative;
            margin: 0px;
            padding: 0px 0px 20px 0px;
            margin-bottom: 35px;
        }

        .fatured-head::before {
            content: "";
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: 0px;
            border-bottom: 2px solid #102f82;
            width: 90px;
        }



        .card_section {
            background: #ebf1f7;
            float: left;
            width: 100%;
            padding: 50px 20px;
            box-sizing: border-box;
        }

        .col {
            
            width: 20%;
            text-align: center;
            padding: 0px 0px 30px 30px;
            box-sizing: border-box;
        }

        .website_icon_col {
            display: flex;
            margin-left: -30px;
            flex-wrap: wrap;
        }

        .card-body {
            background: #fff;
            border-radius: 5px;
            padding: 40px 10px 20px 10px;
            height: 100%;
        }

        .card-body h2 {
            margin: 0px;
            padding-top: 24px;
            font-size: 18px;
        }       

        .web_link {
            float: left;
            width: 100%;
            padding: 23px 0px;
        }

        .web_link a {
            background: url(//buenosybaratos.es/wp-content/themes/Buenosybaratos/images/link.png) no-repeat left 5px;
            padding: 0px 0px 0px 20px;
            text-decoration: none;
            color: #0075ff;
            font-size: 20px;
            font-weight: 400;
            word-break: break-all;
            
        }

        .post_head_btn {
            background: rgba(130, 20, 29, 1);
            background: -moz-linear-gradient(left, rgba(130, 20, 29, 1) 0%, rgba(182, 18, 34, 1) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(130, 20, 29, 1)), color-stop(100%, rgba(182, 18, 34, 1)));
            background: -webkit-linear-gradient(left, rgba(130, 20, 29, 1) 0%, rgba(182, 18, 34, 1) 100%);
            background: -o-linear-gradient(left, rgba(130, 20, 29, 1) 0%, rgba(182, 18, 34, 1) 100%);
            background: -ms-linear-gradient(left, rgba(130, 20, 29, 1) 0%, rgba(182, 18, 34, 1) 100%);
            background: linear-gradient(to right, rgba(130, 20, 29, 1) 0%, rgba(182, 18, 34, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#102e82', endColorstr='#3051ac', GradientType=1);
            font-size: 12px;
            color: #fff;
            color: #fff;
            color: #fff;
            text-transform: uppercase;
            border-radius: 50px;
            display: inline-block;
            text-decoration: none;
            position: relative;
            padding: 10px 30px 10px 14px;
        }

        .post_head_btn:hover {
            color: #fff;
            text-decoration: none;
        }

        .post_head_btn:after {
            content: "";
            position: absolute;
            background: url(//buenosybaratos.es/wp-content/themes/Buenosybaratos/images/arrow.png) no-repeat left center;
            width: 11px;
            top: 0px;
            bottom: 0px;
            margin-left: 5px;
        }

        .clear {
            clear: both;
        }

@media screen and (max-width:1199px){
    .col {
                    width: calc(100% / 3);
            }
}

        @media screen and (max-width:1024px) {
            .col {
                width: 50%;
            }
        }

        @media screen and (max-width:640px) {
            .col {
                width: 100%;
                padding: 0px 0px 30px 0px;
            }

            .website_icon_col {
                margin-left: 0;
            }
        }

        .card-body h2 {
            text-transform: uppercase;
            font-weight: bold;
        }

        /**end**/
