.phead {
    text-align: center;
    font-size: 40px;
    font-weight: 600;

}.pans1 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;

}

.pdisc1 {
    text-align: left;
    font-size: 20px;


}

.Energy .lightbulb, 
.Energy .EnergyText {
    display: inline-block;
    vertical-align: top;
}

.Energy .EnergyText {
    object-position: top;
    max-width: 764px;

}

.lightbulb {
    background: url("../Image/photos/lightbulb.png")
                no-repeat;
    background-size: 100%;
    background-position: center;
    width: 225px;
    height: 400px;
}

.Design .DesignDrawing, 
.Design .DesignText {
    display: inline-block;
    vertical-align: top;
}

.Design .DesignText {
    object-position: top;
    max-width: 764px;
}

.DesignDrawing {
    background: url("../Image/photos/design2.png")
                no-repeat;
    background-size: 100%;
    background-position: center;
    width: 225px;
    height: 400px;
}