
.AgeMarketingP {
  line-height: 1.6; 
  font-family: Helvetica;
  text-align: justify;
  margin: 0;
  font-size: 14px;
}

.star {
  float: left;
  width:400px;
  margin-right: 0px;
  margin-bottom: 0px;
}
@media(max-width: 450px) {
.star{width: 100%;}
.moon{width: 100%;}
}

.moon { 
  width:300px;
  float: right;
  margin-left: 10px;
  margin-bottom: 0px;
}
.underline-small{
  color:green;
  display:inline-block;
  position:relative;
  
}
.underline-small {
	margin-bottom: 30px;
}

.underline-small::after{
  content:'';
  height:2px;
  width:20%;
  background:#f24432;
  position:absolute;
  left:calc(50% - 10%);
  bottom:-13px;
  
}
.fa-arrow-right{color: #1da1f2; font-size: 14px;}
        @media(max-width: 450px){
 h3 {font-size: 16px;}
h4 {font-size: 14px;}
}
.box2 img{height:230px;}

@media(max-width: 450px){
.box2 img{height: 113px;}
}

.portal{margin-bottom: 50px;}