.img-self{
    border-radius: 50%;
    /* height: 200px; */
    object-fit: contain;
}

.box-images-tech img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.header-subheading{
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffbd39; 
}

.header-title{
    font-size: 60px;
    color: #fff;
    line-height: 1.2;
    font-weight: 800;

}

.header-subtitle{
    font-size: 30px;
    font-weight: 400;

}


.header-span{
    font-weight: 800;
    color: #ffbd39;
}

/* Pantallas medianas (md) */
@media (min-width: 768px)  {

    .header-img {
       width: 50%;
    }
}

/* Pantallas pequeñas (sm) */
@media (max-width: 767px) {

    .header-img {
        width: 100%;
    }
}

.box-project-icon{

    display: flex;
    justify-content: center;
    align-items: center;

}

.box-project-icon > img{
    margin-right: 10px;
}