main {
    background-color: #26090f;
}

/**/
.titleSection {
    position: relative;
}

.titleSection .backgroundImage {
    position: relative;
    height: 300px;
}

.titleSection .backgroundImage::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /*background-color: #5d1409e6;*/
    background-color: #3d3b3be6;
}

.titleSection .text {
    padding: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 100%;
}

.titleSection .text .title {
    font-size: 50px;
    font-weight: 800;
    text-align: center;
}

.titleSection .text .des {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin: 10px 0px;
}

@media (min-width: 1200px) {
    .titleSection .title {
        font-size: 60px;
    }
}

/*contant*/
.contant {
    padding: 30px 0px;
    color: white;
}

.contant .desAbout {
    font-size: 18px;
    text-align: justify;
    line-height: 35px;
    margin-bottom: 60px;
}
