 .container {
  width: 100%;
  height: auto;
   /* background-color: aqua;  */
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
} 

.box1 {
  width: 30%;
  height: 100vh;
  background-color: #b0274f;
  box-sizing: border-box;
  font-size: 50px;
}
.box2 {
  width: 70%;
  height: 100vh;
  background-color: #ffae42;
  box-sizing: border-box;
  font-size: 50px;
}
h2
p {
  color: aliceblue;
}
.container2 {
  width: 100%;
  height: auto;
  background-color: #013635;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.sbox1 {
  width: 250px;
  height: 83px;
  background-color: white;
  box-sizing: border-box;
  margin: 20px;
  border-color: red;
}
.section {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 10px;
}
.div2 {
width: 745px;
height: 317px;
  border-radius: 10px;
  background-color: #ffae42;
color: white;
font-size: 18px;
font-family: "ano regular" ano regular;
font-weight: bold;
border-style: solid;
border-width: 1px 1px 1px 1px;
margin: 10px 0px 10px 0px;
--e-column-margin-right: 0px;
--e-column-margin-left: 0px;
padding: 40px 40px 40px 40px;
text-align: left;
}
.paraone
{
    padding : 10px 0px 15px 0px;
}
.div3 {
  width: 700px;
  margin-right: 70px;
  margin-top: 70px;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #013635;
  color: white;
  font-size: 20px;
font-family: ano regular;

}

.h {
text-align: center;
}

/*second slide */
 #slider {
  margin: 0 auto;
  width: 800px;
  height: auto;
  max-width: 100%;
  text-align: center;
}
#slider input[type=radio] {
  display: none;
}
#slider label {
  cursor:pointer;
  text-decoration: none;
}
#slides {
  padding: 10px;
  border: 3px solid #ccc;
  background: #fff;
  position: relative;
  z-index: 1;
}
#overflow {
  width: 100%;
  overflow: hidden;
}
#slide1:checked ~ #slides .inner {
  margin-left: 0;
}
#slide2:checked ~ #slides .inner {
  margin-left: -100%;
}
#slide3:checked ~ #slides .inner { 
  margin-left: -200%;
}
#slide4:checked ~ #slides .inner {
  margin-left: -300%;
}
#slides .inner {
  transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  width: 400%;
  line-height: 0;
  height: 300px;
}
#slides .slide {
  width: 25%;
  float:left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
}
#slides .slide_1 {
  background: #b0274f

}
#slides .slide_2 {
  background: #ffae42;
}
#slides .slide_3 {
  background: #15392F
}
#slides .slide_4 {
  background: #000000;
}
#controls {
  margin: -180px 0 0 0;
  width: 100%;
  height: 50px;
  z-index: 3;
  position: relative;
}
#controls label {
  transition: opacity 0.2s ease-out;
  display: none;
  width: 50px;
  height: 50px;
  opacity: .4;
}
#controls label:hover {
  opacity: 1;
}
#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(3),
#slide3:checked ~ #controls label:nth-child(4),
#slide4:checked ~ #controls label:nth-child(1) {
  background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;
  float:right;
  margin: 0 -50px 0 0;
  display: block;
}
#slide1:checked ~ #controls label:nth-last-child(2),
#slide2:checked ~ #controls label:nth-last-child(3),
#slide3:checked ~ #controls label:nth-last-child(4),
#slide4:checked ~ #controls label:nth-last-child(1) {
  background: url(./assets/images/kwenoimg/marron.jpeg) no-repeat;
  float:left;
  margin: 0 0 0 -50px;
  display: block;
}
#bullets {
  margin: 150px 0 0;
  text-align: center;
}
#bullets label {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius:100%;
  background: #ccc;
  margin: 0 10px;
}
#slide1:checked ~ #bullets label:nth-child(1),
#slide2:checked ~ #bullets label:nth-child(2),
#slide3:checked ~ #bullets label:nth-child(3),
#slide4:checked ~ #bullets label:nth-child(4) {
  background: #444;
}
@media screen and (max-width: 900px) {
  #slide1:checked ~ #controls label:nth-child(2),
  #slide2:checked ~ #controls label:nth-child(3),
  #slide3:checked ~ #controls label:nth-child(4),
  #slide4:checked ~ #controls label:nth-child(1),
  #slide1:checked ~ #controls label:nth-last-child(2),
  #slide2:checked ~ #controls label:nth-last-child(3),
  #slide3:checked ~ #controls label:nth-last-child(4),
  #slide4:checked ~ #controls label:nth-last-child(1) {
     margin: 0;
  }
  #slides {
     max-width: calc(100% - 140px);
     margin: 0 auto;
  }
} 

.containerss { 
 display:  inline-flex;
  align-items: center; 
  grid-template-columns: 2fr 2fr 2fr;
  column-gap: 15px;
  margin: 10px 10px 10px 10px;

 }
 

 img {
 
   max-width: 100%;
   max-height:100%;
   text-align: center;
   margin-left: 50px;
   margin: 10px 10px 10px 10px;

 }
 
 .text {
   font-size: 70px;
   color: white;
   line-height: 1;
   font-family: 'AnoRegular-Regular';
   margin: 10px 10px 10px 10px;
text-align: center;
 } 
 /* end founder*/