.independent-section {
    background-color: #deecf3;
    padding: 120px 15px 60px;
}
.independent-container{
  display:flex;
  max-width:1400px;
  width:100%;
  margin:0 auto;
  border-bottom:1px solid rgba(42, 39, 100, 0.20);
  padding-bottom:130px;
  margin-bottom:100px;
}
.independent-container:last-child{
  margin-bottom:10px;
}
.independent-left-content h3{
   color: #292663;
   font-family: Outfit;
   font-size: 45px;
   font-style: normal;
   font-weight: 600;
   line-height: 57px;
   margin:0;
}
.independent-container p{
  color: #000;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.independent-container .independent-left-content{
  max-width:30%;
  width:100%;
  padding-right:70px;
}
.independent-container .independent-right-content{
  width:70%;
}
.independent-container .bottom-button{
  margin-top:40px;
}
.independent-container .bottom-button a {
    display: block;
    background: #2A2764;
    text-transform: capitalize;
    padding: 14px 5px 17px;
    text-align: center;
    max-width:273px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}
.independent-container .bottom-button a:hover{
       background:#84CDB4;
}
.independent-list-content ul{
    display:flex;
    flex-wrap:wrap;
    padding-bottom:0;
    margin-bottom:0px;
}
.independent-list-content ul li{
   color: #000;
   font-family: Outfit;
   font-size: 18px;
   font-style: normal;
   font-weight: 600;
   width:33%;
}
.independent-list-content ul li::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #84CDB4;
    position: absolute;
    left: -16px;
    top: 10px;
    border-radius: 50%;
}
.independent-container .independent-right-content .independent-content p{
    margin-bottom: 15px;
}

@media only screen and (max-width:1200px) {
.independent-left-content h3 {
    font-size: 38px;
    line-height: 50px;
}
.independent-section {
    background-color: #deecf3;
    padding: 100px 0;
}
.independent-container .independent-left-content {
    padding-right: 50px;
}
}
@media only screen and (max-width:991px) {
.independent-section {
    background-color: #deecf3;
    padding: 90px 0 60px;
}
.independent-left-content h3 {
    font-size: 30px;
    line-height: 45px;
}
.independent-container {
    padding-bottom: 80px;
    margin-bottom: 60px;
}
.independent-list-content ul li {
    width: 100% !important;
}
.independent-container .independent-left-content {
    max-width: 33%;
    width: 100%;
    margin-right: 0;
    padding: 0 20px 0 0;
}
}

@media only screen and (max-width:767px) {
.independent-container {
    display: block !important;
    padding-bottom: 50px !important;
    margin-bottom: 35px !important;
}
.independent-container .independent-right-content{
  width:100%;
}
.independent-container .independent-left-content{
    width:100%;
    max-width:100%;
    padding: 0;
    margin: 0;
  }
.independent-left-content h3 {
    padding-bottom: 16px !important;
}
.independent-section {
    padding: 35px 0 0;
}
.independent-left-content h3 {
    padding-bottom: 16px;
    font-size: 26px;
    line-height: 36px;
}
.independent-container .bottom-button a {
    padding: 14px 5px 17px;
    max-width: 200px;
    font-size: 16px;
}
}
