@import '../../scss/variables.scss';


.latest-education {
    h5 {
        border-left: 4px solid $color-secondary;
        padding-left: 10px;
    }

    .single-latest-education {
        a {
            color: #000;

            &:hover {
                .single_education-title {
                    text-decoration: underline;
                }
            }
        }

        .image-wrapper {
            padding-top: calc(56.25% * 3 / 10);
            position: relative;
            width: 30%;

            img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }

        .education-info {
            width: 70%;
        }
    }
}

.education-meta {
	border-bottom: 1px solid #e7e7ed;
}
.tags-meta {
	border-top: 1px solid #e7e7ed;
}