


.achieve {
    background: url('/assets/images/src-bg.jpg') no-repeat center center/cover; 
    color: white; 
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    margin-top: 100px;
}

.textcontainer {
    max-width: 1300px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}

.textdescription {
    font-size: 30px;
    line-height: 1.6;
}

@media (max-width: 768px) {
     .textdescription {
        font-size: 21px;
    }
} 