.sec-icon-v6{
    position: relative;
}
.icon-v6-list .col-lg-6:nth-child(n +  3){
    margin-top: 5.6rem;
}
.icon-v6-icon{
    height: 8rem;
    width: 8rem;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.icon-v6-icon img{
    max-width: 100%;
    max-height: 100%;
}
.icon-v6-info h1,
.icon-v6-info h2,
.icon-v6-info h3,
.icon-v6-info h4,
.icon-v6-info h5,
.icon-v6-info h6{
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.044rem;
    margin: 0 0 2rem;
}
.icon-v6-info p{
    color: #515151;
    font-size: 1.6rem;
    line-height: 160%;
    letter-spacing: 0.032rem;
    width: calc(100% + 1px);
}
@media(min-width:1200px) and (max-width:1307.98px){
	.icon-v6-list .col-lg-6:nth-child(n + 3) {
        margin-top: 4.6rem;
    }
}
@media(min-width:992px) and (max-width:1199.98px){
	.icon-v6-list .col-lg-6:nth-child(n + 3) {
        margin-top: 4.2rem;
    }
    .icon-v6-icon {
        margin-bottom: 1.6rem;
    }
    .icon-v6-info h1, 
    .icon-v6-info h2, 
    .icon-v6-info h3, 
    .icon-v6-info h4, 
    .icon-v6-info h5, 
    .icon-v6-info h6 {
        font-size: 2rem;
        margin: 0 0 1.6rem;
    }
    .icon-v6-info p {
        font-size: 1.5rem;
    }
}
@media(min-width:768px) and (max-width:991.98px){
	.icon-v6-list .col-lg-6:nth-child(n + 2) {
        margin-top: 3rem;
    }
}
@media(max-width:767.98px){
	.sec-icon-v6 .title-block {
        margin-left: -1rem;
        width: calc(100% + 2rem);
    }
    .icon-v6-list .col-lg-6:nth-child(n + 2) {
        margin-top: 3rem;
    }
}