.troll-wrapper{
    display:flex;
    background: url("../trol-background.png");
    background-repeat: no-repeat;
    background-size:100% 100%;
    padding: 10px 20px;
    
}

.trol-img{
    flex-basis: 40%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.trol-cnt{
    font-family:"vaggelis-font";
    padding-left:10px;
}

.trol-cnt-wrapper{
    flex-basis:60%;
    display:flex;
    justify-content: center;
    align-items: center;
    padding-top:0px;
    padding-bottom:0px;
    padding-right:0px;
    padding-right: 20px;
}

@media(max-width:836px){
    .troll-wrapper{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 30px;
        padding-bottom:0px;
    }


    .trol-img{
        flex-basis: 100%; 
    }

    .trol-cnt-wrapper{
        flex-basis:100%;
    }
}

@media(max-width:459px){
    .trol-cnt-wrapper div{
        font-size: 24px !important;
    }
}