@font-face{
    font-family: "Kastelov-Axiforma-Black";
    src: url("./fonts/Kastelov-Axiforma-Black.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: #AACC00;
    font-family: "Kastelov-Axiforma-Black";
    font-weight: normal;
	font-style: normal;
    font-size: 2.5rem;
}

h2{
    color: #00A6C1;
    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: 400px 1130px 390px;
    grid-template-rows: 192px;
    max-height: 192px;
    max-width: 1920px;
    overflow: hidden;
}

.item-1{
    position: relative;
}

.dec_green{
    background-color: #AACC00;
    border-bottom-right-radius: 15px;
    position: absolute;
    left: 0;
    top: 0;
    height: 125px;
    width: 24px;
}

.title{
    margin-top: 38px;
    margin-left: 50px;
    border-bottom: #00A6C1 solid 2px;
    border-right: #00A6C1 solid 2px;
    border-bottom-right-radius: 15px;
    height: 120px;
    width: 350px;
}

.title_container{
    padding-top: 22px;
    padding-left: 20px;
}

.item-2{
    position: relative;
}

.subtitle{
    margin-left: 38px;
    margin-top: 20px;
    max-width: 1130px;
    max-height: 65px;
}

.subtitle h2{
    overflow: hidden; 
    max-height: 65px;
}

.description{
    max-width: 1000px;
    max-height: 85px;
    margin-top: 15px;
    margin-left: 38px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.dec_blue{
    border-top-left-radius: 15px;
    width: 24px;
    height: 75px;
    background-color: #00A6C1;
    position: absolute;
    bottom: 0;
    right: 0;
}