body {
  margin:0;
  padding:0;
  font-family:"montserratregular";
}
*{
  box-sizing: border-box;
}
html{
  -webkit-text-size-adjust: 100%;
}
img{
  max-width:100%;
  height:auto;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  max-width:1024px;
  padding:20px 0 30px;
}
.wrappper:after {
  content: "";
  display: table;
  clear: both;
}
a, a:hover, a:focus{
  text-decoration:none;
}
h1, h2, h3, h4, h5, h6, ul, li, ol, p{
  margin:0;
  padding:0;
}
.padding-container{
  padding:0 15px;
}
.ad-container{
  padding:0 15px;
}
.header{
  padding: 0 10px 15px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.logo1{
  float:left;
  width:65%;
  padding-right:20px;
}
.logo2{
  float:right;
  width:25%;
}
.banner-section{
  margin-bottom:10px;
}
.mighty-head{
  font:16px/18px "montserratsemibold";
  color:#000;
  margin-bottom:10px;
  padding:0 10px;
}
.company-description{
  font:13px/20px "montserratregular";
  color:#000;
  margin-bottom:10px;
  padding:0 10px;
}
.byte-size-section{
  margin:10px 0 20px;
  display:inline-block;
  width:100%;
  background:#151d57;
  padding:0 10px;
  position:relative;
}
.bytesize-content{
  float:right;
  width:50%;
  text-align:center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.bytesize-content p{
  font: 12px/18px "poppinslight";
  color: #fff;
  margin-bottom: 20px;
}
.bytesize-content h3{
  font: 16px "poppinsregular";
  color: #fff;
  line-height: 22px;
}
.ai-head{
  font:18px "poppinsblack";
  color:#292828;
  margin-bottom:10px;
  padding:0 10px;
}
.ai-para{
  font:13px/18px "poppinslight";
  color:#010101;
  margin-bottom:20px;
  padding:0 10px;
}

@media only screen and (min-width:768px){
  .logo1{
    width:60%;
  }
  .mighty-head{
    font-size:36px;
    line-height:36px;
  }
  .company-description{
    font-size:28px;
    line-height:38px;
  }
  .bytesize-content p{
    font-size:24px;
    line-height:30px;
  }
  .bytesize-content h3{
    font-size:32px;
    line-height:40px;
  }
  .ai-head{
    font-size:40px;
  }
  .ai-para{
    font-size:28px;
    line-height:32px;
  }
}