.manchetePLANTAOlimpo{
    grid-column: span 7;
    grid-row: span 2;
    border-bottom: 0.5px solid #bbbbbb;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    background-color: white;
}
.manchetePLANTAOlimpo > a {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.manchetePLANTAOlimpo > a > figure{
    grid-column: span 2;
    width: 100%;
    height: 100%;
}
.manchete-plantaolimpo-img { 
    width: 612px;
    height: 100%;
}

.manchetePLANTAOlimpo-texto {
    position: relative;
}
.manchetePLANTAOlimpo-text{
    display: flex;
    flex-direction: column;
}

.manchetePLANTAOlimpo-text h2 {
    font-size: 35px;
    line-height: 36px;
    letter-spacing: -1px;
    font-family: "GuardianSans-Bold";
    padding: 20px 20px 0px 0px;
}

.manchetePLANTAOlimpo-text h3 {
	font-display: 5px;
}

.manchetePLANTAOlimpo-text h3 {
    margin-top: 22px;
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.manchetePLANTAOlimpo-text h4 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 23px;
    position:relative;
    padding-left: 30px;
}

.manchetePLANTAOlimpo-text h4::before {
	content: '';
	width: 20px;
	height: 1px;
	background-color: Black;
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
}


@media (max-width: 1024px){
    .manchetePLANTAOlimpo {
        grid-column: span 2;
        display: flex;
        flex-direction: column;
    }
    .manchetePLANTAOlimpo-text > h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .manchetepPlantao-text h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .manchetePLANTAOlimpo-text > h2 {
        font-size: 34px;
        line-height: 34px;
        font-family: "GuardianSans-bold";
    }
    .manchete-plantao-img {
        width: 100%;
        height: 260px;
    }
    
    .manchetePLANTAOlimpo-text {
        display: flex;
        flex-direction: column;
        gap: 0px;
        padding: 20px 20px;
    }
    .manchetePLANTAOlimpo-text h4::before{
        bottom: 80%;
        color: white;
    }
    .manchetePLANTAOlimpo > a {
	    grid-template-columns: 1fr;
        gap: 0px;
	    display: flex;
	    flex-direction: column;
	}
}

@media (min-width: 800px) and (max-width: 1024px) {
    .manchetePLANTAOlimpo > a {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .manchetePLANTAOlimpo > a > figure{
        width: 100%;
        height: 100%;
        grid-column: span 1;
    }
    .manchete-plantao-img {
        width: 100%;
        height: 100%;
    }
   
  }

@media (min-width: 1000px) and (max-width: 1024px) {
    .manchetePLANTAOlimpo-text h2 {
        font-weight: bold;
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 1px;
    }
    .manchetePLANTAOlimpo-text h4 {
        font-family: "GuardianSans-Bold";
        margin-top: 20px;
        font-size: 18px;
        line-height: 23px;
        position: relative;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-left: 30px;
    }
  }

  @media (max-width:700px){

    .manchete-plantaolimpo-img {
	    width: 100%;
	    height: 100%;
  }
}