/* General styles  */

.align-center {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.prd-wrapper {
    display: flex;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.prd-section {
    display: flex;
    flex-direction: column;
    width: 200px;
    margin: 0 30px 30px 30px;
}

.desc-test {
    font-weight: bold;
    margin-top: 10px;
}

.prd-img img {
    border: 3px solid #673AB7;
}

section.dento-about-us-area.prd-section-wrapper {
    background-color: #673ab729;
    padding-top: 50px;
}

.service-wrapper {
    display: flex;
    margin-bottom: 100px;
}

.service-icon {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 280px;
}

.img-section {
    width: 100%;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.service-icon h4 {
    font-size: 1.2em;
}

.img-section img {
    opacity: .7;
    width: 90%;
}

.prd-wrapper.page {
    display: flex;
    flex-wrap: wrap;
}

.welcome-btn-group.prd-b {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}