#about{
background-color: rgb(37,37,37);
padding: 38px;
}

#about h2{
    text-align: center;
    color: #fff;
}

.about__two h2{
  color: rgb(221,39,38);
  font-weight: 600;
}

.about_three{
    background-color: rgb(234,234,234);
    padding: 20px;
}

.about_three h2{
    color: rgb(221,39,38);
    font-weight: 600;
    text-align: center;
}





.about-four {
    margin-bottom: 20px;
    line-height: 1.7;
}

.about-four ul {
    margin: 20px 0;
}

.about-four ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.about-four ul li:before {
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    left: 0;
    background: #ed2128;
    top: 7px;
}

.about-four h2{
    color: red;
}

.about-four a{
    color: red;
    text-decoration: none;
    transition: 0.5s all ease-in;
}
.about-four a:hover{
   color: blue;
}