#header-frame{

    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 100vh;

    margin-bottom: 200px;
}

#header-frame h1{
    font-size: min(60px, 5vw);
    margin: 5px 0px;
    line-height: min(60px, 5vw);
}
#header-frame h2{
    font-size:  min(30px, 3vw);
    margin: 5px 0px;   
    line-height:  min(35px, 3.2vw);
}

#header-frame>.text{

    width: calc(100% - 500px);
    max-width: 500px;

    display: flex;
    align-items: center;
    justify-content: space-evenly;
}


.frame{

    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;

    margin: 40px 0px;
}

.frame h1{
    font-size: min(60px, 5vw);
    margin: 5px 0px;
    line-height: min(60px, 5vw);
}
.frame h2{
    font-size: min(30px, 3vw);
    margin: 5px 0px;   
    line-height: min(35px, 3.2vw);
}

.frame>.text{

    width: calc(100% - 500px);
    max-width: 500px;

    display: flex;
    align-items: center;
    justify-content: space-evenly;

    font-size: min(18px, 2.5vw);
}

.text>div>*{
    margin: 30px 0px;
}


.button{
    font-size: 20px;
    padding: 10px;
}





.imgroup{
    display: block;
    position: relative;
    width: 410px;
    height: 350px;
    
}

.imgroup>img{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-evenly;

    width: 200px;
    /* height: 250px; */
    top: 50%;

    border-radius: 4px;

}
.imgroup>.himage{

    width: unset;
    height: 220px;
}

.imgroup>*:nth-child(1){
    transform: translate(190px, -50%) rotate(20deg);
}
.imgroup>*:nth-child(2){
    transform: translate(120px, -50%) rotate(10deg);
}
.imgroup>*:nth-child(3){

    width: 280px;
    /* height: 300px; */
    transform: translate(0px, -50%)
}.imgroup>*:nth-child(3).himage{

    width: unset;
    height: 280px;
    transform: translate(0px, -50%)
}