﻿.about-prod {
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    position: relative;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    background-color: lightgray;
    border-radius: 25px;
    max-width: 100%;
    width: 100%;
}

.about-prod ul {
    font-size: 24px;
    text-align: right;
    list-style: none;
    margin-bottom: 0rem;
    padding-right:1rem;
}

.about-serv {
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    background-color: darkgrey;
    border-radius: 25px;
    max-width: 100%;
    width: 100%;
}


.about-serv ul {
    align-self: center;
    font-size: 18px;
    list-style: square;
    margin-bottom: 0rem;
}


.about {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    background-color: lightgrey;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.about-center {
    align-self:center;
    width:100%;
}

.row-about {
    margin:0px;
}

.f-l p {
    font-size: large;
}

@media(min-width: 768px) {
    .f-l p {
        font-size: x-large;
    }
}

@media(min-width: 992px) {
    .f-l p {
        font-size: x-large;
    }
}