.teacher {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.teacher .container {
    /* background-color: cornflowerblue; */
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teacher .container p {
   width: 100%;
   height: min-content;
}

.teacher .container h2 {
    width: 100%;
    height: min-content;
}
.teacher .content{
    display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 50%;
    padding: 5px;
}

.thumb {
    text-align: center;
    display: flex;
    align-items: center;
    justify-items: center;
    height: auto;
    margin: 0 0 50px 0;
}


.thumb .imageLink img{
    position: relative;
    width: auto;
    height: 400px;
    border-radius: 400px;
    margin: 0 auto;
    padding: 5px;
}

.thumb .imageLink {
    position: relative;
    width: auto;
    height: 400px;
    border-radius: 400px;
    margin: 0 auto;
    padding: 5px;
}

.teacher .btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    width: 244px;
    height: 56px;
    text-align: center;
    text-decoration: none;
    border-style: solid;
    border: 2px; 
    background-color: transparent;
    color: #FA1516;
    background: #F7F4F4;
    border-radius: 5px;
}

.teacher .btn:hover{ 
    box-shadow: 0px 2px 2px #ededed;
    transition: 500ms;
    font-weight: 700;
}
