.content-wrapper {
    width: calc(100% - 40rem);
    position: relative;
    padding: 3rem 20rem;
}
.safety p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    color: #454240;
    text-align: center;
    padding: 2rem 0;
}
.safety-tips {
    width: calc(100% - 6rem);
    position: relative;
    padding: 3rem;
}
.safety-img {
    width: 40%;
    float: left;
    text-align: center;
}
.safety-img img {
    width: auto;
}
.safety-info {
    width: 50%;
    float: left;
}
.safety-info h3 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #2f504e;
    font-size: 1.5rem;
    text-align: left;
    line-height: 2rem;
    font-weight: 700;
}
.safety-info p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    color: #454240;
    text-align: left;
    padding: 0;
}
@media only screen and (min-width: 768px)  and (max-width: 1366px){
      .content-wrapper {
        width: calc(100% - 20rem);
        padding: 3rem 10rem;
    }
}
@media only screen and (min-width: 800px)  and (max-width: 1280px) {
	.content-wrapper {
	    width: calc(100% - 20rem);
	    padding: 7rem 10rem;
	}
}
@media only screen and (max-width: 800px){
	.content-wrapper {
	    width: calc(100% - 2rem);
	    padding: 7rem 1rem;
	}
	.safety p{
		padding: 0;
	}
	.safety-tips {
	    width: 100%;
	    padding: 2rem 0 0 0;
	}
	.safety-img {
	    width: 100%;
	}
	.safety-info {
	    width: 100%;
	    padding: 1rem 0;
	}
}