.button_block{
    display:flex;
}
.transl .result__text--blue{   
    flex-grow: 1;
}


.transl .result__img-box iframe{
    width:100%;
    height:100%;
}
.transl .button {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2.4rem 4rem;
    border-radius: 1.5rem;
    background-color: #1e87fa;
    font-weight: 600;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    text-decoration: none;
    text-align:center;
    margin-right: 20px;
}
@media (max-width: 48em) {
.transl .result__text--blue{
    margin-left: 0px;
    margin-bottom: 20px;
    order:1;
}
.transl .button {
    order:2;
    width:60%;
}
.button_block{
    flex-wrap: wrap;
}
}