@font-face{
    font-family: "Kastelov-Axiforma";
    src: url("./fonts/Kastelov-Axiforma-Bold.otf") format("opentype");
    font-weight: bold;
	font-style: normal;
}

@font-face{
    font-family: "Kastelov-Axiforma";
    src: url("./fonts/Kastelov-Axiforma-Light.otf") format("opentype");
    font-weight: lighter;
	font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p{
    text-align: left;
    margin: 0;
}

.slider{
    max-width: 1920px;
    max-height: 1080px;
    overflow: hidden; 
    position: relative;
    display: flex;
}

.banner{
    width: 600px;
    height: 1080px;
}

.slider_section{
    max-width: 1920px;
    max-height: 1080px;
}

.body_pg10{
    height: 1080px;
    width: 1920px;
    position: relative;
}

.img_left_pg10{
    border-top-right-radius: 30px;
    height: 1040px;
    width: 898px;
    position: absolute;
    bottom: 0;
}

.head_pg10{
    height: 165px;
    width: 975px;
    float: right;
    display: flex;
    justify-content: space-between;
}

.head_left_pg10{
    height: 123px;
    width: 462px;
    background: #B0D200;
    border-top-left-radius: 30px;
    margin-top: 40px;
}

.dec_img_pg10{
    position: absolute;
    top: 73px;
    right: 66px;
}

.content_pg10{
    color: #FFFFFF;
    background: #00ACC7;
    height: 880px;
    width: 975px;
    position: absolute;
    top:  202px;
    right: 0;
    padding: 100px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.title_pg10{
    width: 780px;
    font-family: "Kastelov-Axiforma",Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-style: normal;
    font-size: 3.125rem;
    margin-left: 100px;
    max-height: 240px;
    overflow: hidden; 
    text-overflow: ellipsis
}

.title_pg10 p{
    line-height: 1.2em;
}

.desc_pg10{
    width:  810px;
    font-family: "Kastelov-Axiforma",Verdana, Arial, Helvetica, sans-serif;
    font-weight: lighter;
	font-style: normal;
    margin-left: 100px;
    font-size: 2.75rem;
    max-height: 365px;
    overflow: hidden; 
    text-overflow: ellipsis
}

.desc_pg10 p{
    line-height: 1.2em;
    letter-spacing: -1px;
}

.foot_logo_pg10{
    position: absolute;
    bottom: 20px;
    right: 32px;
}