.margin-0{
    margin: 0 !important;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.font-bold {
    font-weight: bold;
}
.font-italic {
    font-style: italic;
}

.sectiontitle h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1px;
    font-style: normal;
    text-align: center;
}

.innerconent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}

.directors {
    row-gap: 50px;
}

.innerconent .innerbox {
    background: #fff;
    padding: 10% 10% 5%;
    min-height: 465.328px;
    height: auto;
    text-align: center;
}

.photo {
    -webkit-transform: perspective(1000px) scale(1);
    transform: perspective(1000px) scale(1);
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
}

.photo:hover {
    -webkit-transform: perspective(1000px) scale(1.03);
    transform: perspective(1000px) scale(1.03);
}

.photo:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    -webkit-box-shadow: 0 3px 15px rgb(0 0 0 / 40%);
    box-shadow: 0 3px 15px rgb(0 0 0 / 40%);
    opacity: 0;
}

.photo:hover:before {
    opacity: 1;
}

.detail {
    border-bottom: 1px solid #ecefef;
    padding-bottom: 20px;
}

.detail p {
    margin: 0 !important;
}

p.title {
    font-size: 18px;
    color: #272d3a;
    margin-top: 20px !important;
}

.name {
    font-weight: 700;
}

.email {
    font-style: initial;
}

.logoscontent {
    /*background: #fff;
    padding: 50px 0;
    margin-top: 50px;*/
}

.logoscontent .innerconent {
    grid-template-columns: repeat(4, 1fr) !important;
    column-gap: 30px;
    row-gap: 50px;
}

.logoscontent .logo{
    text-align: center;
}

.maincontent ul{
    margin: 20px 0;
    padding: 0 0 0 80px;
}

.maincontent li {
    list-style-type: circle !important;
}

.maincontent li a {
    color: #4d39e9;
    font-size: 20px;
    line-height: 1.7;
}

.newscontent li {
    list-style-type: disc !important;
}
