﻿.header {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    /*background-image: url('../img/contact/header.png');*/
    background-repeat: repeat-x;
    padding-bottom: 5%;
    z-index: -5;
}

.header-p {
    color: #000;
    text-align: center;
    font-family: Switzer;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    width: 60%;
}

.header-rightt {
    font-family: 'Switzer', sans-serif;
    margin-top: 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.allContent {
    margin-right: 0%;
}

.section1 {
    position: relative;
    width: 100%;
    height: 590px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    z-index: -2;
}

.articleDetail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    flex-direction: column;
    max-width: 980px;
}

.containerArticle {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    display: inline-flex;
}

.left-column {
    padding: 3%;
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: flex;
    background: #fefefe;
    border: 1px solid #ECECEC;
    box-shadow: 0px 7.90994px 13.84239px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.title-detail {
    align-self: stretch;
    color: #061E00;
    font-size: 30px;
    font-family: Switzer;
    font-weight: bold;
    word-wrap: break-word;
}


.detail-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail-img1 {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

.contentCAMMS {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: flex;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
}

.definition {
    align-self: stretch;
    color: #061E00;
    font-size: 22px;
    font-family: Switzer;
    font-weight: 500;
    word-wrap: break-word;
}

.details {
    align-self: stretch;
}

.description,
.benefits {
    color: #061E00;
    font-size: 18px;
    font-family: Switzer;
    /*font-weight: 300;*/
    line-height: 29px;
    word-wrap: break-word;
}

    .description p {
        margin-left: 0 !important;
        max-width: 100%;
        text-wrap: wrap !important;
    }

.benefits {
    font-weight: 500;
}

.benefits-list {
    list-style-type: disc;
    margin-left: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
}

.tags {
    display: flex;
    align-self: baseline;
    margin-top: 4%;
}

.tag {
    margin-right: 7px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #EAEAEA;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #061E00;
    font-size: 17px;
    font-family: Switzer;
    font-weight: 400;
    word-wrap: break-word;
    margin-top: 10px;
}

@media (max-width: 1075px) {
    /*.container5 {
        grid-template-columns: repeat(3,27%);*/
    /*        flex-direction: column;
        width: 90%;*/
    /*justify-content: center;
        align-items: center;
    }*/

    .header-img {
        width: 90%;
    }
}

@media (max-width: 1025px) {
    .articleDetail {
        width: 90%;
    }
}

@media (max-width: 681px) {
    .container5 {
        grid-template-columns: repeat(2, 47%);
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 542px) {
    .container5 {
        grid-template-columns: repeat(1,90%);
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 350px) {
    .inf {
        width: 100%;
    }
}

@media(max-width:281px) {

    .container5 {
        width: 90%;
        justify-content: center;
        align-items: center;
    }

    .inf {
        margin-top: 0;
    }

    .header-p {
        width: 90%;
        margin-top: 30px;
    }
}
