@font-face{
    font-family: "Kastelov-Axiforma-Black-Italic";
    src: url("./fonts/Kastelov-Axiforma-Black-Italic.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-Italic";
    src: url("./fonts/Kastelov-Axiforma-Light-Italic.otf") format("opentype");
    font-weight: normal;
	font-style: normal;
}

@font-face{
    font-family: "Kastelov-Axiforma-Medium-Italic";
    src: url("./fonts/Kastelov-Axiforma-Medium-Italic.otf") format("opentype");
    font-weight: normal;
	font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1{
    color:#00A6C1;
    font-size: 3rem;
}

h2{
    color: #3D3935;
    font-family: "Kastelov-Axiforma-Bold";
    font-weight: normal;
	font-style: normal;
    font-size: 1.75rem;
    line-height: 1.2em;
}

p{
    color: #00A6C1;
    font-family: "Kastelov-Axiforma-Medium-Italic";
    font-weight: normal;
	font-style: normal;
    font-size: 1.5rem;
}

.container{
    display: grid;
    grid-template-columns: 400px 1120px 400px;
    grid-template-rows: 192px;
    max-height: 192px;
    max-width: 1920px;
    overflow: hidden;
}

.item-1{
    position: relative;
    margin-top: 40px;
    margin-left: 55px;
}

.dec_img{
    position: absolute;
    top: 0px;
    right: 80px;
    background: url("../assets/Recurso-03.png") no-repeat;
    background-size: cover;
    width: 80px;
    height: 55px;
}

.title_up{
    font-family: "Kastelov-Axiforma-Light-Italic";
    font-weight: normal;
	font-style: normal;
}

.title_down{
    font-family: "Kastelov-Axiforma-Black-Italic";
    font-weight: normal;
	font-style: normal;
    margin-top: -20px;
}

.item-2{
    position: relative;
    text-align: center;
}

.quote{
    margin-top: 38px;
    margin-left: 110px;
    max-width: 900px;
    max-height: 130px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.author{
    max-width: 500px;
    margin-top: 12px;
    margin-left: 310px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.item-3{
    position: relative;
}

.border_img{
    position: absolute;
    top: 0;
    right: 0;
    height: 182px;
    width: 392px;
    border-bottom: #AACC00 solid 2px;
    border-left: #AACC00 solid 2px;
    border-bottom-left-radius: 20px;
}

.image{
    position: absolute;
    top: 0;
    right: 0;
    height: 175px;
    width: 385px;
    border-bottom-left-radius: 20px;
}