.post .left-item {
    margin-bottom: 30px;
}

.post .left-item .main-photo {
    margin-bottom: 25px;
}

.post .left-item .main-photo img {
    width: 100%;
    height: auto;
}

.post .left-item h2 {
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}

.post .left-item .sub {
    display: block;
    margin-bottom: 20px;
}

.post .left-item .sub ul {
    padding-left: 0;
    margin-bottom: 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding-top: 6px;
    padding-bottom: 6px;
}

.post .left-item .sub ul li {
    list-style: none;
    margin-right: 20px;
    display: inline-block;
    color: #646464;
    font-weight: 400;
    font-size: 14px;
}

.post .left-item .sub ul li a {
    color: #646464;
    font-weight: 400;
    font-size: 14px;
}

.post .left-item .sub ul li i {
    color: #229b5d;
}

.post .left-item .description {
    display: block;
}

.post .right-item {
    margin-bottom: 30px;
}

.post .right-item h2 {
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}

.post .right-item ul {
    padding-left: 0;
}

.post .right-item ul li {
    list-style: none;
    margin-bottom: 10px;
}

.post .right-item ul li a {
    color: #242424;
    font-weight: 400;
}

.post .right-item ul.tag {
    padding-left: 0;
}

.post .right-item ul.tag li {
    list-style: none;
    margin-bottom: 15px;
    float: left;
    margin-right: 5px;
}

.post .right-item ul.tag li a {
    background: #242424;
    color: #fff;
    font-weight: 400;
    padding: 5px 10px 7px;
    border-radius: 3px;
}

.post .right-item ul.tag li a:hover {
    background: #229b5d;
}

figure img {
    max-width: 100%;
    height: auto;
    display: block;
}


.testimonial-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px;
}

.testimonial-image {
    flex: 0 0 100px;
    margin-right: 20px;
}

.testimonial-image img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.testimonial-content {
    flex: 1;
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.testimonial-header h2 {
    font-size: 24px;
    margin: 0;
    margin-right: 10px;
}

.testimonial-header .date {
    font-size: 14px;
    color: #888;
}

.testimonial-author {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.testimonial-author-title {
    font-size: 14px;
    color: #888;
    margin: 0;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}