.topmenuline .line{
    display: block;
    margin-top: 0;
}

.wrapcards{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 60px;
}

.authorcard{
    width: 320px;
    height: fit-content;
    padding-bottom: 40px;
}
.authorcard img{
    display: block;
    object-fit: cover;
    width: 180px;
    height: 180px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    /*border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;*/
    border-top-left-radius: 80% 60%;
    border-top-right-radius: 40% 50%;
    border-bottom-right-radius: 40% 60%;
    border-bottom-left-radius: 80% 60%;
    margin: auto;
}
.authorcard h2{
    line-height: 1.3;
    text-align: center;
    margin: 16px 0 0 0;
}
.authorcard h2:hover{
    color: #340B45;
}


@media only screen and (max-width: 1700px){
    .wrapcards{
        padding-bottom: 68px;
    }
    .authorcard{
        width: 256px;
        padding-bottom: 32px;
    }
    .authorcard img{
        width: 160px;
        height: 160px;
        margin: 24px auto auto auto;
    }
}


@media only screen and (max-width: 1140px){
    .font1.s26{    
        font-size: 16px;
    }
    
    .titleh1{
        width: calc(100% - 48px);
        padding: 0 24px;
    }
    
    .wrapcards{
        width: calc(100% - 48px);
        padding: 0 24px 16px 24px;
    }
    .authorcard{
        width: 154px;
        padding-bottom: 24px;
    }
    .authorcard img{
        width: 124px;
        height: 124px;
        margin: auto;
    }
}
