/*
Theme Name: Fravel
Theme URI: 
Description: 
Author: 
Author URI: 
Version: 3.2.9
Requires at least: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
Tags: 

*/

.page-id-3475 .col-12.section-content__header.col-lg-10.section-content__header_mb {
    display: block;
    color: var(--main4);
}

.reco a{
        padding: 20px;
    display: inline-block;
}
/*///////
ITEMS
/////////*/

.item_icons-img {
    display: flex;
    gap: 15px;
}

.item_icons-img img {
    width: 90px;
}

.item_icons {
    margin-bottom: 50px;
}

.img_cert img {
    max-width: 110px;
    max-height: 90px;
}





.active .tab_title h4 {
  font-weight: 600;
}

.active .tab_title::after {

    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.product_tabs-item {
    background: var(--main0);
    margin-bottom: 20px;
    border-radius: 10px;
}

.product_tabs-item.active {
    padding-bottom: 40px;
}