.article-whatsapp-box{
    background: rgb(241,231,38);
    background: linear-gradient(90deg, rgba(241,231,38,1) 0%, rgba(252,250,209,1) 100%); 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    margin-top: 30px;
    width: 100%;
    height: 80px;
}
.article-whatsapp-box a{
    text-decoration: none;
    color: black;
}
.whatsapp-wrapper {
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
}
.whatsapp-blackbox{
    width: 50px;
    height: 30px;
    background-color: black;
}
.article-whatsapp-box1{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.article-whatsapp-box1 > h2{
    font-family: "GiorgioSans-Regular";
    font-size: 44px;
}

.article-whatsapp-box2{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.article-whatsapp-box2 h2 a {
	padding: 5px;
	border-radius: 10px;
	border: 1px solid black;
	font-size: 12px;
}
@media (max-width:950px){
    .article-whatsapp-box2 {
        flex-direction: column;
        align-items: start;
    }
    
}
@media (max-width:800px){
    .article-whatsapp-box {
        flex-direction: column;
        padding: 20px;
        height:220px;
    }
    .whatsapp-wrapper {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 35px;
        width: 100%;
        height: inherit;
    }
    .article-whatsapp-box1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
        gap: 10px;
        align-content: center;
    }
    img.whatsapp-logo-amarela {
        display: none;
    }
    .article-whatsapp-box2 {
        flex-direction: column;
        height: 100%;
        align-items: center;
        gap: 30px;
        justify-content: center;
    }
    .article-whatsapp-box1 img{
        width: 80px;
    }
    .article-whatsapp-box2 h2 a {
        padding: 5px;
        border-radius: 10px;
        border: 1px solid black;
        font-size: 14px;
    }
}
