@import url(./index.css);


.stages {
    padding: 0 16px;
}

.stages ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid black;
    max-width: 960px;
    width: 100%;
    padding-left: 16px;
}

.stages li {
    width: max-content;
    margin-right: 30px;
    list-style: none;
}

.stages li:last-child {
    text-underline-offset: 5px;
    text-decoration: 2px underline;
}

.page2H1 {
    padding: 0;
}

.firstContentBlock2 {
    padding: 0 16px;
}

.firstContentBlock2 p {
    font-size: 20px;
    margin: 20px 0px;
    font-weight: 400;
}

.imgWarning {
    width: 60px;
}

.contentBlockh1 {
    padding: 0 16px;
    border-bottom: 1px solid black;
}

.secondContentBlock2 {
    margin-top: 20px;
    padding: 0 16px;
}

.COSBlock {
    display: none;
    align-items: center;
}

.COSBlock.visible {
    display: flex
}

.COSBlock img {
    margin-left: 16px;
    width: 40px;
    height: 40px;
}

.COS {
    width: max-content;
    padding: 3px 20px 3px 3px;
    background: rgba(241, 232, 232, 0.593);
    border: 1px solid gray;
    color: green;
    font-size: 20px;
    font-weight: 600;
}

.GWFBlock {
    display: none;
    align-items: center;
}

.GWFBlock.visible {
    display: flex;
}

.GWFBlock img {
    margin-left: 16px;
    width: 40px;
    height: 40px;
}

.GWF {
    width: max-content;
    padding: 3px 20px 3px 3px;
    background: rgba(241, 232, 232, 0.593);
    border: 1px solid gray;
    color: green;
    font-size: 20px;
    font-weight: 600;
}

.blankInfo {
    margin-bottom: 50px;
}

.blankInfoMainContent {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid black;
}

.blankInfoMainContent div {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-top: 10px;
}

.blankInfoMainContent div:last-child {
    border-left: 1px solid black;
    padding-top: 10px;
    padding-left: 10px;
}

.blankInfoMoreContent {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid black;
    padding-top: 10px;
}

.blankInfoMoreContent div {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-top: 10px;
}

.blankInfoMoreContent div:last-child {
    border-left: 1px solid black;
    padding-top: 10px;
    padding-left: 10px;
}

.blockMore1 p:first-child {
    padding-bottom: 20px;
}

/* .blockMore2 p:nth-child(3) {
    color:red; 
} */


@media (max-width: 768px) {
    .stages li{
        padding-top: 5px;
    }
}