.fullTeacherSect {
    margin-bottom: 50px;
    background: url("../img/fullTeacherSect/teachersBg1.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 490px;
    background-position: center;
}

.fullTeacherSect .contain {
    min-height: 490px;
    display: grid;
}

.mobPlank {
    padding: 20px 20px 10px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    height: max-content;
}

.topPlankBlock {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 15px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
}

.topPlankBlock p:first-child {
    color: #FFEC00;
    text-transform: uppercase;
    font-family: "AvantGardeCTT";
    font-size: 35px;
    text-align: center;
}

.topPlankBlock p:last-child {
    color: #000;
    line-height: 20px;
}

.botPlankBlock {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.botPlankBlock div {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.botPlankBlock div p:first-child {
    font-size: 20px;
    color: #FFEC00;
    font-family: "AvantGardeCTT";
    font-weight: 700;
    margin-right: 8px;
}

.botPlankBlock div p:last-child {
    font-size: 10px;
    line-height: 14px;
}

.fullTeacherSect .btnYellow {
    max-width: 240px;
    font-size: 10px;
    margin: auto auto 50px;
}

@media (min-width: 768px) {
    .fullTeacherSect,
    .fullTeacherSect .contain {
        min-height: 600px;
    }
    .mobPlank {
        background-color: transparent;
    }
    .topPlankBlock p:first-child {
        font-size: 45px;
    }
    .topPlankBlock {
        background-color: #fff;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
        padding: 15px;
        max-width: max-content;
        margin: 40px auto 30px;
    }
    .fullTeacherSect .btnYellow {
        margin-bottom: 60px;
        min-width: 350px;
        font-size: 12px;
    }
    .botPlankBlock {
        justify-content: center;
        display: flex;
        grid-column-gap: 40px;
    }
    .botPlankBlock div p:last-child {
        font-size: 14px;
    }
    .topPlankBlock p:last-child {
        max-width: 325px;
    }
    .botPlankBlock div {
        padding: 4px 22px;
        background-color: #fff;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
        width: max-content;
    }
}


@media (min-width: 992px) {
    .fullTeacherSect,
    .fullTeacherSect .contain {
        min-height: 700px;
    }
    .topPlankBlock {
        padding: 8px 20px;
    }
    .topPlankBlock p:first-child {
        font-size: 55px;
        line-height: 65px;
    }
    .topPlankBlock p:last-child {
        max-width: 370px;
    }
    .botPlankBlock div p:first-child {
        font-size: 35px;
        line-height: 42px;
    }
    .topPlankBlock p:last-child,
    .botPlankBlock div p:last-child {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (min-width: 1200px) {
    .fullTeacherSect,
    .fullTeacherSect .contain {
        min-height: 800px;
    }
    .topPlankBlock {
        padding: 10px 75px;
        grid-column-gap: 30px;
    }
    .topPlankBlock p:first-child {
        font-size: 80px;
        line-height: 95px;
    }
    .topPlankBlock p:last-child {
        max-width: 430px;
    }
    .botPlankBlock div {
        padding: 8px 30px;
    }
    .botPlankBlock div p:first-child {
        font-size: 45px;
        line-height: 53px;
        margin-right: 10px;
    }
    .topPlankBlock p:last-child,
    .botPlankBlock div p:last-child {
        font-size: 22px;
        line-height: 35px;
    }
    .fullTeacherSect .btnYellow {
        min-width: 460px;
        font-size: 14px;
    }
}

@media (min-width: 1400px) {
    .fullTeacherSect,
    .fullTeacherSect .contain {
        min-height: 900px;
    }
}