.Einstein_Introduction {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 12px 25px -15px rgba(0, 0, 0, 0.59);
    -webkit-box-shadow: 0px 12px 25px -15px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0px 12px 25px -15px rgba(0, 0, 0, 0.59);
    width: 800px;
}

.img1 {
    width: 400px;
    height: 500px;
    float: right;
}

.Einstein_Introduction_left {
    position: relative;
    width: 400px;
    height: 200px;
    height: 500px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
}

.Einstein_Introduction_left img {
    position: absolute;
    bottom: 10px;
    width: 60px;
    right: 20px;
}

.Einstein_Introduction_left p {
    text-indent: 2rem;
    font-size: 14px;
    line-height: 28px;
}