*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.container{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0px 15px;
}
section{
  padding: 2.5em 0px;
}
body {
	background-color: #FFFCF1;
    font-family: "Roboto Flex", sans-serif;
}

.main-head {
	font-size: 32px;
	margin-bottom: 25px;
	line-height: 43px;
}
.bold-text {
	font-size: 19px;
	font-weight: 700;
	font-style: italic;
	line-height: 25px;
}
.content p {
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 25px;
}
.name {
	margin-bottom: 30px;
	margin-top: 5px;
	font-size: 18px;
}
.mb-0{
  margin-bottom: 0px !important;
}

@media(max-width:560px){
  .main-head {
	font-size: 27px;
	margin-bottom: 20px;
	line-height: 36px;
  font-weight: 600;
}
.bold-text {
	font-size: 17px;
	font-weight: 600;
	line-height: 22px;
  
}
.name {
	font-size: 16px;
}
.content p {
	font-size: 16px;
	line-height: 26px;
  margin-bottom: 20px;
}
section {
	padding: 1.5em 0px;
}

}