   
        h1 {
            color: #000;
            font-size: 2em;
            margin-bottom: 20px;
        }
        p {
            margin-bottom: 15px;
        }
        .content {
            display: flex;
            align-items: flex-start;
        }
        .text-content {
            flex: 1;
            text-align: justify;
            width:75%
        }
        .right-bloc {
            width: 25%;
            justify-items: center;
            
            margin-left: 20px;
            flex-shrink: 0;
        }
        .social-links {
     margin-top: 10px;
    text-align: center;
    color: black;
    width: fit-content;
    padding: 10px;
    background: #f1f2f3;
    border-radius: 10px;
    min-width:180px;
        }
		
        .social-links img {
            width: 25px;
            height: 25px;
            margin: 5px;
            vertical-align: middle;
        }
		.social-link {
			display:flex;
      align-items: center;
    font-size: 12px;
		}


    .social-link a {
			text-decoration:none;
      color: #003b76ff;
		}

    .logo mg {
      width:100%;
      height:100%;
    }

    .logo img {
      width:150px;
      height:150px;
    }

    .label-social{
      font-weight : 700;
      margin-top:20px;
      margin-top: 0px !important;
    }
    
		
        .sources {
            margin-top: 20px;
             margin-bottom:50px;
        }
        .sources-content {
            display: flex;
            align-items: flex-start;
			align-items: center;
        }
        .sources-text {
            flex: 1;
            text-align: justify;
            width:85%;
        }
        .sources-img{
          width:15%;
        }
        .sources img {
            width: 100px;
            margin-left: 20px;
            flex-shrink: 0;
           
        }

        hr{
          width:50%
        }


        @media (max-width: 900px) {


    .content{ display: flex;flex-direction: column-reverse;}
    .text-content{width:auto}
    
    .right-bloc{margin:auto;width: fit-content;}
    .logo{margin:auto;        width: fit-content;}
    .sources-text{width:auto}
    .sources-img{width: fit-content;margin: auto;}
    .sources-content{ display: block;}
}
