@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: 1320px;
    max-height: 1080px;
    overflow: hidden; 
    position: relative;
    display: flex;
}

.slider_section{
    max-width: 1320px;
    max-height: 1080px;
}

.body_pg10{
    height: 1080px;
    width: 1320px;
    position: relative;
}

.img_left_pg10{
    height: 1080px;
    width: 620px;
}

.head_pg10{
    height: 165px;
    width: 675px;
    float: right;
    display: flex;
    justify-content: space-between;
}

.head_left_pg10{
    height: 162px;
    width: 475px;
    background: #B0D200;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.head_right_pg10{
    height: 162px;
    width: 177px;
    background: #00ACC7;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.dec_img_pg10{
    position: absolute;
    top: 37px;
    right: 20px;
}

.content_pg10{
    color: #FFFFFF;
    background: #00ACC7;
    border-top-left-radius: 20px;
    height: 775px;
    width: 675px;
    position: absolute;
    top: 180px;
    right: 0;
    overflow: hidden; 
}

.title_pg10{
    width: 590px;
    font-family: "Kastelov-Axiforma";
    font-weight: bold;
	font-style: normal;
    font-size: 2.75rem;
    margin-top: 148px;
    margin-left: 50px;
    max-height: 240px;
    overflow: hidden; 
    text-overflow: ellipsis
}

.title_pg10 p{
    line-height: 60px;
}

.desc_pg10{
    width: 590px;
    font-family: "Kastelov-Axiforma";
    font-weight: lighter;
	font-style: normal;
    margin-left: 50px;
    margin-top: 30px;
    font-size: 1.875rem;
    max-height: 400px;
    overflow: hidden; 
    text-overflow: ellipsis
}

.desc_pg10 p{
    line-height: 44px;
    letter-spacing: -1px;
}

.foot_logo_pg10{
    position: absolute;
    bottom: 20px;
    right: 32px;
}