﻿.it {
    padding: 5% 5.3%;
}

.img-it img {
    width: 100%;
}

.it h1 {
    color: #f96a2e;
}
.it h2 {
    color: #f96a2e;
}
.it h3 {
    color: #f96a2e;
}
.it strong {
    color: #f96a2e;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}