.great-image-content  {
   align-items: center;
   justify-content: center;
}
.great-image-content .text-content {
    margin-top: 0;
}
.great-image-content p {
    background-color: transparent;
    color: white;
    text-align: start;
    width: 90vw;
    font-size: 4.5vw;
    letter-spacing: 0.1vw;
    line-height: 1;
    margin-bottom: 1vw;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 2vw;
}

.two-box {
    height: 25vw;
    background-color: var(--principal);
    justify-content: space-between;
    padding: 0;
}
.two-box .text-content h2{
    font-size: 2.5vw;
    margin-bottom: 1vw;
}
.two-box .text-content .text-p{
    color: var(--secundario);
    font-size: 1.6vw;
    line-height: 1.2;
}
video {
    width: auto;
}

.two-box.bg-verde-c {
    background-color: var(--secundario);
    text-align: left;
}

.two-box.bg-verde-c .text-content.izda p{
    font-size: 2.2vw;
    /* line-height: 1.5; */
}


.two-box.bg-verde-c .text-content.line-o{
    text-align: right;
}


.two-box.bg-verde-c .text-content.dcha p {
    font-size: 1.3vw;
    line-height: 1.5; 
}





