@font-face{
    font-family: "Kastelov-Axiforma-Regular";
    src: url("./fonts/Kastelov-Axiforma-Regular.otf") format("opentype");
    font-weight: normal;
	font-style: normal;
}

@font-face{
    font-family: "Kastelov-Axiforma-Bold";
    src: url("./fonts/Kastelov-Axiforma-Bold.otf") format("opentype");
    font-weight: normal;
	font-style: normal;
}

@font-face{
    font-family: "Kastelov-Axiforma-Light";
    src: url("./fonts/Kastelov-Axiforma-Light.otf") format("opentype");
    font-weight: normal;
	font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1{
    color: #00A6C1;
    font-size: 3.25rem;
}

h2{
    color: #3D3935;
    font-family: "Kastelov-Axiforma-Bold";
    font-weight: normal;
	font-style: normal;
    font-size: 1.75rem; 
    line-height: 1.2em;
}

p{
    color: #3D3935;
    font-family: "Kastelov-Axiforma-Light";
    font-weight: normal;
	font-style: normal;
    font-size: 1.5rem;
    line-height: 1.2em;
}

.container{
    display: grid;
    grid-template-columns: 390px 330px 1200px;
    grid-template-rows: 192px;
    max-height: 192px;
    max-width: 1920px;
    overflow: hidden;
}

.item-2{
    position: relative;
}

.title{
    margin-top: 38px;
    margin-left: 85px;
    height: 120px;
    max-width: 260px;
}

.dec_title{
    position: absolute;
    top: 48px;
    left: 55px;
    background-color: #EFEFEF;
    height: 96px;
    width: 14px;
}

.title_up{
    font-family: "Kastelov-Axiforma-Regular";
    font-weight: normal;
	font-style: normal;
}

.title_down{
    font-family: "Kastelov-Axiforma-Bold";
    font-weight: normal;
	font-style: normal;
    margin-top: -32px;
}

.item-3{
    position: relative;
}

.subtitle{
    margin-top: 25px;
    margin-left: 53px;
    max-width: 1120px;
    max-height: 65px;
}

.subtitle h2{
    max-height: 65px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.description{
    margin-top: 7px;
    margin-left: 53px;
    max-width: 1100px;
    max-height: 85px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.dec_blue{
    border-top-left-radius: 15px;
    width: 20px;
    height: 130px;
    background-color: #00A6C1;
    position: absolute;
    bottom: 0;
    right: 0;
}

.source_bottom {
    position: absolute;
    right: 30px;
    bottom: 0;
    display: flex;
    color: #606060;
    font-family:"Kastelov-Axiforma-Book", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.25rem;
}

p.color_source{
    color: #00A6C1;
    margin-right: 5px;
}
