@font-face{
    font-family: "Kastelov-Axiforma";
    src: url("./fonts/Kastelov-Axiforma-Medium-Italic.otf") format("opentype");
    font-weight: normal;
    font-style: italic;
}

@font-face{
    font-family: "Kastelov-Axiforma";
    src: url("./fonts/Kastelov-Axiforma-Black-Italic.otf") format("opentype");
    font-weight: 800;
    font-style: italic;
}

@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: center;
    margin: 0;
}

.slider{
    max-width: 1920px;
    max-height: 1080px;
    overflow: hidden;
    position: relative;
    display: flex;
}

.banner{
    width: 600px;
    height: 1080px;
}


.slider_section{
    max-width: 1320px;
    max-height: 1080px;
}

.title_pg2{
    position: relative;
    margin-top: 60px;
    margin-right: 20px;
    color:  #00A6C1;
    width: 1320px;
}

.dec_com{
    position: absolute;
    top: 0;
    right: 350px;
}

.deco_img{
    width: 128px;
    height: 90px;
}

.title_pg2_up{
    font-family: "Kastelov-Axiforma",Verdana, Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-style: italic;
    font-size: 4.75rem;
}

.title_pg2_down{
    margin-top: -48px;
    font-family: "Kastelov-Axiforma",Verdana, Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 6.5rem;
    line-height: 1.7em;
}

.content_pg2{
    position: relative;
    color: #00A6C1;
    font-family: "Kastelov-Axiforma",Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 1.875rem;
}

.frame_pg2{
    width: 1180px;;
    height: 575px;
    border-bottom-left-radius: 60px; 
    border-bottom: solid 5px #AACC00;
    border-left: 5px solid #AACC00;
    margin-left: 72px;
}

.img_pg2{
    border-bottom-left-radius: 65px;
    height: 545px;
    width: 1145px;
    margin-left: 30px;
}

.quote_pg2{
    display: flex;
    justify-content: center;    
}

.phrase_pg2{
    width: 880px;
    color: #3D3935;
    font-family: "Kastelov-Axiforma",Verdana, Arial, Helvetica, sans-serif;
    font-weight:lighter;
    font-style: normal;
    font-size: 2.125rem;
    margin-top: 35px;
    margin-left: 18px;
    line-height: 1.2em;
    overflow: hidden; 
    text-overflow: ellipsis;
}