   .toggle {
            display: flex;
            flex-direction: column;
            cursor: pointer;
            padding: 0px 20px 0px 0px;
            border-bottom: 1px solid #ddd;
            transition: background 0.3s ease;
        }

        .toggle:hover {
            background: #f1f1f1;
        }

        .toggle-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

 .toggle-header span {
font-size: 1.9rem!important;
        }


              .toggle-icon {
            margin-right: 10px;
            color: #fd0a0a;
        }

        .toggle-content {
            display: none;
            padding: 15px 20px;
            font-size: 0.9rem;
            line-height: 1.6;
            background: #f9f9f9;
            border: solid 1px #d7d3d3;
        }
		 

        .toggle.open + .toggle-content {
            display: block;
        }
		 
		  .toggle-content p{
            font-size: 20px;
            
        }

        .toggle h2 {
            margin: 0;
            font-size: 22px;
			color: #505051;
            display: flex;
            align-items: center;
        }
		 
		 .toggle h2 i{
         
         font-size: 25px;
         color: #2c4964;
         display: flex;
         align-items: center;
         margin-right: 5px;
        }
		 
		 .toggle .open{
         font-size: 20px;
         color: #fd0a0a;
               
        }







.about {
  padding: 100px 0 20px
}
.about .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgb(0 0 0 / .1)
}

.about .entry-single {
  margin-bottom: 30px
}

.about .title-toggle {
    font-size: 1.2rem;
}

.about .title-toggle i {
	color: #0599db;
}
		.about .entry-single i {
    font-size: 1.9rem;
    margin-bottom: 20px;
    margin-top: 20px;
			color: #0599db;
}

		.about .entry-single p {
    font-size: 1.2rem;
   
}
		