.webdevlopmentP {
  line-height: 1.6; 
  font-family: Helvetica;
  text-align: justify;
  margin: 0;
  font-size: 14px;
}

.star {
  float: left;
  width:345px;
  margin-right: 10px;
  margin-bottom: 0px;
}
@media(max-width: 450px){
  .star {width: 100%;}

}

.moon { 
  width:300px;
  float: right;
  margin-left: 0px;
  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;
  
}
/*banner*/
.box{
  position:relative;
}
@-webkit-keyframes scale-in {
     0%   {transform: scale(10, 10); opacity: 0;}
    100% {transform: scale(1, 1); opacity: 1;}
}

@keyframes scale-in {
    0%   {transform: scale(10, 10); opacity: 0;}
    100% {transform: scale(1, 1);  opacity: 1;}
}

.img-title{
   -webkit-animation: scale-in 1.2s ease-out;
  -moz-animation: scale-in 1.2s  ease-out;
    animation: scale-in 1.2s ease-out;
  position: absolute;
  color: #fff;
  top: 20%;
  letter-spacing: 3px;
}

.display2 a{color: #fff;text-decoration: none;}
.img-title h4{margin-top: 20px;}
@media(max-width: 768px) {
 .img-title .display {font-size: 22px;} 
 .img-title .display2{font-size: 15px;}
}
@media(max-width: 450px) {
 .img-title .display {font-size: 12px;} 
 .img-title .display2{font-size: 8px;}
}
.fa-long-arrow-right{font-size: 15px;}
.box img{height:230px;}

@media(max-width: 450px){
.box img{height: 113px;}
}
.p1{margin-bottom: 40px;}
  .Paragraph{text-align: justify;margin-bottom: 45px;}