
.content__detail__title {
    text-align: center;
}

.desc__title__post {
    display: flex;
    justify-content: center;
    gap: 20px;
    color: #333;
}

.content__detail__title h2 {
    color: #333;
    font-size: 28px;
}

.origin span {
    color: var(--color-second);
}

.box__post__icon {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.icons__fb {
    width: 30px;
    height: 30px;
    background: #3B579D;
    fill: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.icons__tw {
    background: #00ACED;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    fill: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icons__in {
    width: 30px;
    height: 30px;
    background: #007BB6;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #fff;
    border-radius: 5px;
}

.icons__message {
    background: #00C800;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #fff;
    border-radius: 5px;
}

.icons__share {
    background: #00BF00;
    width: 30px;
    height: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    fill: #fff;
    border-radius: 5px;
}
.images {
    width: 480px;
    margin: auto;
    height: max-content;
}

.box__image__post {margin: 50px 0px;}

.box__description {
    font-size: 16px;
    color: #333;
}

.group__btn__next__prev {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}


.previous {
    padding: 5px;
    border: 1px solid;
    border-radius: 10px;
}

.nexts {
    padding: 5px;
    border: 1px solid;
    border-radius: 10px;
}

.nexts:hover {
    background: #EEEEEE;
    text-decoration: underline;
}

.previous:hover {
    background: #EEEEEE;
    text-decoration: underline;
}
.post__icon:hover {
    opacity: .75;
    background-position: -32px;
}