.service-container {
    padding: 20px 50px;
    margin: 100px auto;
}

.service-container .wrapper-co {
    border: 1px solid rgb(50,48,57);
    display: flex;
    max-width: 1600px;
    margin: auto;
}

.service-container .wrapper-co .service-context {
    width: 40%;
    height: 670px;
    border-left: 1px solid rgb(50,48,57);
    background-image: url('/images/service-image.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.service-context .service-title {
    line-height: 1.7;
}

.service-context .service-desc {
    line-height: 1.7;
    margin-top: 50px;   
}

.service-container .wrapper-co .service-item-co {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.service-item-co .service-item-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}

.service-item-co .service-item-col .service-item {
    width: 240px;
    max-height: 340px;
    background: rgb(45,45,45);
    border-radius: 10px;
    padding: 24px;
    margin: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: all 250ms ease-in-out;
}

.service-item-col .service-item .item-title {
    color: #8c9be9;
    font-size: 18px;
}

.service-item-col .service-item .item-desc {
    color: #6a6a6a;
    
}

.top-align {
    margin-top: -130px;
}

.bottom-align {
    margin-bottom: -130px;
}

.about-container {
    padding: 20px 50px;
    margin: 100px auto;
}

.about-container .wrapper-co {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: auto;
}

.about-item-co {
    width: 50%;
    min-height: 600px;
}

.about-item-co .about-title {
    color: #8c9be9;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 50px;
}

.about-item-co.bg-cover {
    background: url('/images/about-us.jpg');
    background-position: center;
}

.about-item-co .about-context {
    color: #6a6a6a;
    text-align: justify;
    line-height: 1.8;
    margin: 0 30px;
    margin-left: 60px;
}

.achievement-container {
    margin: 60px 0;
    background: url('/images/achievement-section.jpg');
    background-position: center;
    height: 660px;
    background-size: cover;
}

.achievement-container .wrapper-co {
    margin: auto;
    width: 80%;
    max-width: 900px;
}

.achievement-header {
    margin-bottom: 70px;
}

.achievement-header .achievement-title {
    text-align: center;
    font-size: 30px;
}

.achievement-item-co {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.achievement-item-co .achievement-item {
    width: 140px;
    padding: 10px 20px;
}

.achievement-item .achieve-title {
    color: #eb6c67;
    font-size: 60px;
    margin-bottom: 0;
    text-align: center;
}

.achievement-item .achieve-desc {
    color: #a7a7a7;
    font-size: 16px;
    text-align: center;
}