.carousel{
	padding: 1.5rem;
}

.row{
	margin-top: 1rem;
	background-color: white;
	margin-bottom: 1rem;
	display: flex;
}

.about-author{
	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 200;
  	font-style: normal;
  	font-size: 1em;
  	text-align: justify;
  	padding: 0 1.5rem 1.5rem 1.5rem;
  	color: #4D4DFF;
  	align-self: center;
}

.authors-name{
	font-size:1.3em;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.about-author{
		font-size: 1.1em;
	}
	.authors-name{
		font-size:1.4em;
	}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.about-author{
		font-size: 1.2em;
	}
	.authors-name{
		font-size:1.5em;
	}
}

@media only screen and (min-width: 992px){
	.about-author{
		padding: 1.5rem 1.5rem 1.5rem 0;
	}
}
/* Large devices (laptops/desktops, 992px and up) */
/*@media only screen and (min-width: 992px) {
	.about-author{
		font-size: 1.6em;
	}
	.authors-name{
		font-size:1.7em;
	}
}*/
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.about-author{
		font-size: 1.4em;
	}
	.authors-name{
		font-size:1.7em;
	}