.seoFirst{
    padding: 4rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideSeoFirst{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.seo-second {
    padding: 4rem;
}

.inside-seo-second {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.seo-card {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    font-family: roboto;
}

.heading h1 {
    font-size: 25px;
    font-family: 'Roboto';
}

.seo-desc {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    font-family: 'Roboto';
}

.seo-desc li {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 13px;
}
.seo-img {
    display: flex;
    align-items: center;
    justify-content: center;
}