
.seo-text h1 {
    text-align: center;
    font-size: 3.5vw;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 60px;
    line-height: 48PX;
}

.about-company .about-image img {
    width: 500px;
    margin-top: -10%;
}


.seo-image {
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F9F9F9;
    padding: 2vw 4vw;



}

.seo-image img {
    width: 600px;
}



.seo-cont {
    padding: 40px;
    text-align: left;
    background-color: #FAFAFA;
}

.seo-cont p {
    color: #666;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    font-weight: 200;
    font-family: Arial, Helvetica, sans-serif;


}

.seo-cont h1 {
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
}

@media  (max-width: 768px) {
    .seo-image img {
        width: 400px;
    }


    
}

.list {
    color: #666;
    font-size: 15px;
    line-height: 16px;
    text-align: left;
    font-weight: 200;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 30px;
}

.list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    list-style: none;
}

.list li:before {
    content: "•";
    position: absolute;
    left: 0;
}