@charset "utf-8";
/* CSS Document */

.ContainerASvcs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    max-width: 100% !important;
    font-family: Asenine;
    color: #fff;
    background-color: #3498db;
    letter-spacing: .1rem;
}

.ContainASvcs {
    display: block;
    width: 60% !important;
    padding: 4% 16px;
}

.ContainASvcs h2 {
    text-align: center;
    width: 100%;
    font-size: 2rem;
}

.ContainerExtraItemSvcs {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.ItemContent {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    width: 20%;
    padding: 25px;
}

.ItemContent h2 {
    width: 100%;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: normal;
}

.ItemContent p {
    width: 100%;
    text-align: justify;
    text-align-last: left;
    font-size: 1.4rem;
    line-height: 1.3;
}

@media screen and (max-width:2560px) {}


@media screen and (max-width:1920px) {

    .ContainASvcs {
        width: 75% !important;
    }
}

@media screen and (max-width:1700px) {}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:1024px) and (orientation:portrait) {
    .ContainASvcs {
        width: 85% !important;
    }

    .ContainerExtraItemSvcs {
        margin-top: 20px;
    }

    .ItemContent {
        width: 28%;
        padding: 15px;
    }
}

@media screen and (max-width:800px) {}

@media screen and (max-width:600px) {}

@media screen and (max-width:600px) and (orientation:portrait) {
    .ContainASvcs {
        width: 90% !important;
    }

    .ContainerExtraItemSvcs {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
        margin-top: 20px;
    }

    .ItemContent {
        display: block;
        width: 100%;
        padding: 10px;
    }
}