#header-master {
    margin-bottom: 0;
}

main {
    margin-top: 0;
}

.cover-home {
    padding: 64px 0 64px;
    border-bottom: 2px solid var(--gray-5);
    background: white;
}

.cover-home__introtext {
    text-align: center;
    margin-bottom: 48px;
    font-size: 28px;
    line-height: 40px;
}

.content-type {
    margin-bottom: 32px;
}

.content-type__image-container {
    width: 80%;
    padding-bottom: 80%;
    margin-left: 10%;
    /* background: white; */
    /* border-radius: 50%; */
    margin-bottom: 16px;
    /* box-shadow: var(--surface-shadow-sm); */
    transition: all ease 0.4s;
    position: relative;
}

.content-type__image {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

.content-type__title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    /* color: #333333; */
}

.content-type a:hover {
    /* text-decoration: none; */
}

.content-type a:hover .content-type__image-container {
    transform: translateY(-8px);
}