.about-container {
    display: flex;
    padding: 5vh 0 10vh 0;

    align-items: center;
}

.about-description {
    float: left;
    font-size: 22px;
}

.about-description b {
    color: #fabd2f !important;
}

.about-image {
    float: right;

    height: 450px;
    padding: 0 5vw;
}

@media only screen and (max-width: 991px) {
    .about-container {
	display: grid;
	justify-content: center;
	text-align: center;
    }

    .about-description {
	float: none;
	font-size: 32px;
    }

    .about-image {
	float: none;
	margin: auto auto;
    }
}

@media only screen and (max-width: 1200px) {
    .about-container {
	display: grid;
	justify-content: center;
	text-align: center;
    }

    .about-description {
	float: none;
    }

    .about-image {
	float: none;
	margin: auto auto;
    }
}
