.fullstack-entry-hero{
    background-color: black;
}
.site-main-inner {
    background-color: #000;
}
.site-header{
    border-bottom: none;
}
.site-footer{
    border-top: none;
}
section#chi-siamo {
    padding-left: 4rem;
    padding-right: 4rem;
}
#chi-siamo .fullstack-page-section-col.fullstack-page-section-col-1 {
    flex: 1 1 15%;
}
#chi-siamo .fullstack-page-section-col.fullstack-page-section-col-2 {
    flex: 1 1 75%;
}
#chi-siamo h3{
    font-size: 18px;
    font-weight: 400;
    padding: 0;
}
#chi-siamo h3 small::before{
    width: 2px;
    height: 2px;
    background-color: green;
    border-radius: 100px;
    margin-right: 10px;
}
#chi-siamo h2{
    line-height: 40px;
}
#chi-siamo .fullstack-page-section-col-1 p {
    color: #878c91;
    margin: 0;
}
#chi-siamo .fullstack-page-section-col-2 .fullstack-page-section-text {
    font-size: 30px;
}
a.fullstack-cta-section-btn {
    padding: 20px;
    border-radius: 25px;
}
.fullstack-cta-section-item.fullstack-cta-section-item-button {
    margin-top: 45px;
}
#cta-sec .fullstack-cta-section-group {
    text-align: center;
}
#cta-sec h3 {
    margin: 0;
}