/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

@media screen and (min-width: 960px){
	.col-txt-ferro-vita-home > .vc_column-inner > .wpb_wrapper {
		padding-inline: 20px;
	}
}
.col-icon-home > .vc_column-inner {
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 -5px 0 15px #ffd2d299;
}
.row-icon-single-product .vcex-teaser {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 10px 10px 0 #e11f1d;
}
.row-icon-single-product .vcex-teaser .vcex-teaser-heading {
    font-size: 32px;
    font-weight: 700;
    color: #e11f1d;
}
.row-icon-last-home .vcex-icon-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px #e1e1e1;
    border: 1px solid #e11f1d;
	align-items: center;
	min-height: 170px;
}
.row-icon-last-home .vcex-icon-box .vcex-icon-box-heading {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    color: #270506;
}
.row-custom-milestone .vcex-milestone-desc {
    display: flex;
    align-items: center;
    gap: 1em;
}
.row-custom-milestone .vcex-milestone-desc .vcex-milestone-number {
    background: #fff;
    border: 1px solid #5b1414;
    border-radius: 100px;
    padding: 10px;
    font-size: 44px;
}
.row-custom-milestone .vcex-milestone {
    border-radius: 100px;
}
.row-custom-milestone .vcex-milestone .vcex-milestone-caption {
    font-size: 16px;
    padding-right: 20px;
    line-height: 1.3;
    margin-top: 0;
}