*{
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body{
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  background: #333;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}
img {
  display: block;
  width: 100%;
  height: auto;

}
#showcase h1 {
  padding-top: 100px;
  padding-bottom: 0;
}
h1, h2, h3 {
  margin: 0;
  padding: 1em 0;
  font-weight: bolder;

}
.textlist{
  list-style: none;
}


p {
  margin: 0;
  padding: 1em 0;
}
#both{
  display: inline-block;
  padding-bottom: 17px;
  display: flex;
  flex-direction: row;

  
}
.list-p1{
  padding-left: 110px;

}
.list-p2{
  padding-right: 110px;

}


.p1{
  
  padding-top:17px ;
  padding-bottom: 17px ;
}
#showcase{
  min-height: 450px;
  color: #fff;
  text-align: center;
}
#showcase .bg-image{
  position: absolute;
  background: #333 url("https://static.pexels.com/photos/248515/pexels-photo-248515.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 450px;
  z-index: -1;
  opacity: 0.4;
}
#showcase .content-wrap{
  padding: 0 1.5em;
}

#section-a {
  background: #eaeaea;
  color: #333;
  padding-bottom: 2em;
  height: fit-content;
}
#section-b{
  padding: 2em 1em 1em 1em;
  width: 100%;
  display: flex;
  height: fit-content;
}

ul{
  display: flex;
  justify-content: space-evenly;
  list-style-type: none;
  align-content: center;
}
#section-b ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display:flex;
  flex-wrap: wrap;
  
  
}
#section-b li {
  margin-bottom: 1em;
  background: #fff;
  color: #333;
  height: fit-content;
}
#section-c {
  background: #fff;
  color: #333;
  padding: 2em;
  height: fit-content;
}
.card{
  height: fit-content;
  width: 300px;
}

.card-content  {
  padding: 1em;

}

#section-d{
  display:flex;
  flex-direction: row;
  height: fit-content;
  
}


#section-d .box {
  padding: 2em;
  color: #fff;
  width: 50%;
}



#section-d .box:first-child {
  background: #2690d4;

}

footer{
  display: flex;
  justify-content: space-evenly;
}
#main-footer {
  padding: 2em;
  background: #000;
  color: #fff;
  text-align: center;
}
#main-footer a {
  color: #2690d4;
  text-decoration: none;
}
.button  {
  display: inline-block;
  background: #333;
  color: #fff;
  text-decoration: none;
  padding: 1em 2em;
  border: 1px solid #666;
  margin: 0.5em 0;
}
.button:hover{
  cursor: pointer;
  background-color: #fff;
  color: #000;

}

#showcase .content-wrap, #section-a .content-wrap {
  padding: 0 1.5em;
}

@media (min-width: 700px)
.grid {
  display: grid
  grid-template-columns: 1fr repeat(2, minmax(auto, 25em)) 1fr;
}

@media (min-width: 700px)
#section-a .content-text {
  column-width: auto ;
  column-count:2
  column-gap : 2em;
}

@media (min-width: 700px)
.content-wrap, #section-b ul {
  grid-column: 2/4;
}

@media (min-width: 700px)
#section-b ul {
  display: flex;
  justify-content: space-around;
}

@media (min-width: 700px)
#section-a .content-text p {
  padding-top: 0;
}
@media (min-width: 700px)
.box, #main-footer div {
  grid-column: span 2;
}
@media (min-width: 700px)
#section-b{
  display:flex
  flex-direction : column

}
@media (min-width: 700px)
#section-d {
  display : flex

}
@media (min-width: 70px)
footer {
  display: flex;
  flex-direction:row
}




