@charset "UTF-8";
/*
Theme Name: GT ONE
Theme URI: http://gt.link
Author: GT team
Author URI: http://gt.link
Description: Our first theme
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gt_theme_one
Tags: NULL

*/
.site_nav .language,
.site_nav .menu-top {
  list-style: none;
}
.site_nav .language > .menu-item,
.site_nav .menu-top > .menu-item {
  line-height: 110px;
  height: 110px;
  position: relative;
}
.site_nav .language > .menu-item > a,
.site_nav .menu-top > .menu-item > a {
  padding: 10px 20px;
  white-space: nowrap;
}
.site_nav .language > .menu-item .sub-menu,
.site_nav .menu-top > .menu-item .sub-menu {
  position: absolute;
  top: 80%;
  right: 0;
  width: 200px;
  list-style: none;
  border-top: 1px solid #fff;
  opacity: 0;
  pointer-events: none;
  touch-action: none;
}
.site_nav .language > .menu-item .sub-menu .menu-item,
.site_nav .menu-top > .menu-item .sub-menu .menu-item {
  height: fit-content;
  line-height: 1.6;
  height: auto;
  border: 1px solid #fff;
  border-top: none;
  background-color: var(--color);
}
.site_nav .language > .menu-item .sub-menu .menu-item a,
.site_nav .menu-top > .menu-item .sub-menu .menu-item a {
  display: block;
  padding: 10px 20px;
  height: auto !important;
  line-height: 1.8 !important;
}
.site_nav .language > .menu-item:hover .sub-menu,
.site_nav .menu-top > .menu-item:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
  touch-action: auto;
}
.site_nav .language .menu-item > a,
.site_nav .menu-top .menu-item > a {
  font-size: 1.8rem;
  color: #fff;
}
.site_nav .language .menu-item .wpmi__icon::before,
.site_nav .menu-top .menu-item .wpmi__icon::before {
  content: "" !important;
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-position: center;
}
.student-container {
  width: 100%;
  padding: 0 var(--p);
  box-sizing: border-box;
  padding-bottom: 50px;
  padding-top: 50px;
}
.student-container .p {
  color: var(--color);
  font-weight: 600;
  text-align: center;
}
.student-container .h2 {
  color: var(--color);
  font-weight: 600;
  text-align: center;
}
.student-container .desciption {
  margin: 100px 0;
}
.student-container .head {
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  width: 20%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.student-container .head img {
  object-fit: cover;
  margin: auto;
}
.student-container .name {
  text-align: center;
  color: var(--color);
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
