.section2imagesParent .absoluteDecorativeElement{
    position:absolute;
    right:0;
    height:80%;
    top:20%;
}
.section2images .subtitle{
    color:var(--basicColor2);
}
.section2images .doubleImagePart img{
    border-radius:1em;
}
.section2images .imageParent{
    margin:1em 0;
}
.section2images .imageParent:hover svg{
    transform:translateX(1em);
}
.section2images .imageParent svg{
    position:absolute;
    right:1em;
    top:1em;
    height:4em;
    width:4em;
    transition:1s ease transform;
}
.section2images .imageParent span{
    text-transform:uppercase;
    color:var(--defaultBgColor);
    position:absolute;
    left:-0.1em;
    bottom:-0.2em;
    width:100%;
    font-weight:bold;
}
@media screen and (max-width:1100px){
    .section2imagesParent article{
        display:block;
        width:100%;
    }
}
@media screen and (max-width:700px){
    .section2imagesParent .absoluteDecorativeElement{
        height:50%;
    }
}
@media screen and (max-width:500px){
    .section2images .imageParent span{
        font-size:3em;
    }
}