.content {
    overflow: auto;
    border: solid peru;
}

.switch {
    border: solid blue;
    overflow: auto;
    margin-bottom: 3%;
}
    .texto {
        float: left;
        width: 90%;
        Border: solid red;
        box-sizing: border-box;
    }

        .texto h1 {
            text-align: center;
        }

    .imagen {
        width: 10%;
        border:solid pink;
        float: left;
        box-sizing: border-box;
    }

    .imagen img {
        float: right;
        width: 100%;
}