.info_blog{
    width: 100%;
    height: 100%;
}
.info_blog .info{
    padding-top: 3rem;
    padding-bottom: 5rem;
}
.info_blog .info h1{
    font-weight: 900;
    font-size: 3.8rem;
    line-height: 3.8rem;
    text-align: left;
    color: #191f22;
    text-transform: uppercase;
    padding-bottom: 2rem;
}
.info_blog .info .links{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.info_blog .info .links p{
    font-weight: 600;
    font-size: 1.3rem;
    text-align: left;
    color: #585a5f; 
}
.info_blog .info .links ul{
    display: flex;
}
.info_blog .info .links ul li{
    margin-left: 1.5rem;
}
.info_blog .info picture{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info_blog .text_blog{
    width: 100%;
    height: 100%;
    margin-bottom: 5rem;
}
.info_blog .text_blog h1{
    font-weight: 900;
    font-size: 3.8rem;
    line-height: 3.8rem;
    text-align: center;
    color: #191f22;
    margin-bottom: 2.5rem;
}
.info_blog .text_blog h2{
    font-weight: 900;
    font-size: 3.3rem;
    line-height: 3.5rem;
    text-align: center;
    color: #191f22;
    margin-bottom: 2.5rem;
}
.info_blog .text_blog h3{
    font-weight: 900;
    font-size: 3.0rem;
    line-height: 3.3rem;
    text-align: left;
    color: #191f22;
    margin-bottom: 2.5rem;
}
.info_blog .text_blog h4{
    font-weight: 900;
    font-size: 2.7rem;
    line-height: 3rem;
    text-align: left;
    color: #191f22;
    margin-bottom: 2.5rem;
}
.info_blog .text_blog h5{
    font-weight: 900;
    font-size: 2.4rem;
    line-height: 2.7rem;
    text-align: left;
    color: #191f22;
    margin-bottom: 2.5rem;
}
.info_blog .text_blog h6{
    font-weight: 900;
    font-size: 2.1rem;
    line-height: 2.4rem;
    text-align: left;
    color: #191f22;
    margin-bottom: 2.5rem;
}
.info_blog .text_blog p{
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.1rem;
    text-align: left;
    color: #585a5f;
    padding-bottom: 2rem;
}
.info_blog .text_blog p strong{
    font-weight: 900;
}
.info_blog .text_blog p i{
    font-style: italic;
    font-weight: 600;
}
.image h5{
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.1rem;
    text-align: left;
    color: #585a5f;
    padding-bottom: 2rem;
}