*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
}

body{
background: #0c7788;
font-size: 14px;
line-height: 22px;
}

.readmore{
width: 100%;
margin: 50px auto 0;
background: #fff;
padding: 30px 40px;
border-radius: 3px;
box-shadow: 1px 1px 2px rgba(0,0,0,0.125);
}

.readmore .title{
font-weight: 700;
margin-bottom: 15px;
font-size: 18px;
text-align: center;
}

.readmore  ul{
  height: 120px;
  overflow: hidden;
  padding-left: 15px;
}

.readmore  ul.active{
height: auto;
}

.readmore  ul li{
margin-bottom: 5px;
list-style: none;
position: relative;
}

.readmore  ul li:before{
  content: "";
  position: absolute;
  top: 8px;
  left: -12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bfbfbf;
}

.readmore .toggle_btn{
margin-top: 15px;
font-weight: 700;
color: #ffffff;
cursor: pointer;
margin-left: 70%;
font-size: 15px;
padding: 10px;
border-radius: 5px;
background: rgb(204, 12, 79);
}

.readmore .toggle_btn.active .fas{
transform: rotate(180deg);
}

.readmore1{
width: 100%;
margin: 50px auto 0;
background: #fff;
padding: 30px 40px;
border-radius: 3px;
box-shadow: 1px 1px 2px rgba(0,0,0,0.125);
}

.readmore1 .title{
font-weight: 700;
margin-bottom: 15px;
font-size: 18px;
text-align: center;
}

.readmore1  ul{
  height: 120px;
  overflow: hidden;
  padding-left: 15px;
}

.readmore1  ul.active{
height: auto;
}

.readmore1  ul li{
margin-bottom: 5px;
list-style: none;
position: relative;
}

.readmore1  ul li:before{
  content: "";
  position: absolute;
  top: 8px;
  left: -12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bfbfbf;
}

.readmore1 .toggle_btn1{
margin-top: 15px;
font-weight: 700;
color: #ffffff;
cursor: pointer;
margin-left: 70%;
font-size: 15px;
padding: 10px;
border-radius: 5px;
background: rgb(204, 12, 79);
}

.readmore1 .toggle_btn.active .fas{
transform: rotate(180deg);
}