/*Обнуление*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}


/* Общие стили для всей страницы */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    text-align: center; /* Центрирует текстовые элементы */
    box-sizing: border-box;
    padding: 0 0px; /* Отступы слева и справа */
}

/* Центрирование всех блоков */
header, main, footer {
    margin: 0px auto; /* Центрирует элементы относительно страницы */
    padding:0px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1);
}

/* Стили для шапки */
header {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header img {
    max-width: 30%;
    height: auto;
    margin-top: 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    margin: 0px 0 0;
    border-bottom: 1px solid #000000;
    width: 100%;
    position: fixed;
    /*Фиксируетменюотносительноокна*/top:0;
    /*Располагаетменювверхнейчасти*/left: 50%;
    /*Центрируетменюгоризонтально*/transform: translateX(-50%);
    /*Выравниваетцентрирование*/background-color: rgb(255, 255, 255);
    /*Полупрозрачныйфон*/box-shadow: 0 0px 0px rgb(0, 0, 0);
    /*Теньдлявыделения*/z-index: 1000;
    /*Поверхостальногоконтента*/padding: 10px 20px;
    border-radius: 0px;
    /*Закругленныекрая*/text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

nav ul li {
    margin: 0 20px;
}

nav ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 17px;
    position: relative;
	cursor: pointer;
	line-height: 1; /*задаём высоту строки*/
	text-decoration: none; /*убираем подчёркивание*/
}
nav ul li a:after{
    display: block;
	position: absolute;
	left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
	width: 0;/*задаём длинну линии до наведения курсора*/
	height: 2px; /*задаём ширину линии*/
	background-color: #0127a5c4; /*задаём цвет линии*/
	content: "";
	transition: width 0.3s ease-out; /*задаём время анимации*/
}
nav ul li a:hover:after,
nav ul li a:focus:after{
    width: 100%;
}

/* Основной контент */

main{ 
    display:block;
}
.section_1{
    display:block;
    text-align: center;
    justify-content: center;
    height:fit-content;
    margin-top: 7px;
    width:fit-content; 
    
}

.h1{
    display:flex;
    color: #000000;
    font-size: 35px;
    text-align: center;
    justify-content: center;
    letter-spacing: 2px;
    transition-duration: 0.5s;
    border-bottom: 1px solid #ffffff;
    margin-top: 2%;
}

.container_list_Get_in_touch{
    display:block;
    height: 1100px;
    margin-top: 0px;
    
}
.section_9{
    display:flex;
    justify-content:center;
    height: 1100px;
   padding-left:0%;
}
.Img_get_in_touch{
    margin-left: 60px;
    width: 670px;
    
}
.container{
    display: flex;
justify-content: center;
margin-top: 2%;
}
.section_calculator{
    display: flex;
    justify-content: center;
}
.calculator{
    display: flex;
    width:fit-content;
}

.persAcident{
    display: flex;
    width:1320px;
    height:1750px;
}

.accident_medical{
    display: flex;
    width:1320px;
    height:1450px;
}
/*Friends*/
.container_Us_partners{
    display: block;
    margin: 0px 0;
    padding: 5px;
    height: 230px;
    background: #ffffff;
}
.section_4{
    display: block;
    border-left: none;
    border-right: none;
    margin-top: 50px;


}
.partners_img{
    justify-content: center;
    display: flex;
}
.partners_img ul{
    display: flex;
    gap: 80px;
}
.partners_img ul li{
    display: flex;

}
.Img_friend{
    width:190px;
}

.hive{
    width: 190px;
}
.hive:hover{
    transition-duration: 0.4s;
    width: 200px;
}
/*brokers ireland*/

.conteiner_Brokers_Ireland{
    display: block;
    margin: 0px 0;
    padding: 5px;
    height: 200px;
    background: #ffffff;
}
.section_5{
    display: block;
    border-left: none;
    border-right: none;
    margin-top: 20px;
    padding-top: 35px;

    height: 150px;

}

.Brokers_img{
    justify-content: center;
    display: flex;

}

.Brokers_img ul{
    display: flex;
    gap: 60px;
}

.img_brokers{
    width: 200px;
}

.img_broker_financial{
    width: 110px;
    margin-top: -20px;
}
.img_broker_insurance{
    width: 95px;
    margin-top: -20px;
}



/* Стили для футера */
footer {
    background:#333;
    color:white;
    padding: 10px;
    height: 740px;
}
.container_footer{
    display:block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid white;
    margin-top: 10px;
    height:40px;

}
.conteiner_content_footer{
    display:block;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.content_footer{
    margin-top: 0px;
}
.content_footer ul{
    width: 100%;
    display:flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 30px;
}
.content_footer a{
    text-align: center;
    justify-content: center;
    color: #ffffff;
    font-size: 23px;
    font-family:'Times New Roman', Times, serif;
    align-items: center;
    
}
.content_footer li a:hover{
    transition-duration: 0.6s;
    font-size: 26px;
}
/*Contacts*/
.container_tell{
    display:block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    height:40px;
    border-top: 1px solid rgba(255, 255, 255, 0.418);
    border-bottom: 1px solid rgba(255, 255, 255, 0.418);

}
.section_6{
    display:block;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.contect_gmail_call{
    display:block;
    justify-content: center;
}
.content_gmail_call ul{
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 80px;
    margin-top: 10px;
    margin-left: -50px;
}
.content_gmail_call li a{
    color: #ffffff;
    justify-content: center;
    text-align: center;
    font-size: 19px;
    font-family:'Times New Roman', Times, serif;
    letter-spacing: 2px;
}
.content_gmail_call li a:hover{
    transition-duration: 0.7s;
    font-size: 21px;

}

/*social_img*/
.container_img_social{
    display:block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    height:70px;
}

.section_7{
    display:block;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.content_img_social{
    display: block;
    justify-content: center;
}

.content_img_social ul{
    display: flex;
    gap: 60px;
    justify-content: center;
    text-align: center;
    margin-left: -80px;
}

.Logo_social{
    width:70px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.Logo_social:hover{
transition-duration: 0.50s;
width: 80px;
box-shadow: 0px 1.5px 0px 0px  rgb(211, 211, 211);
}

/*services_link*/
.container_list_services{
    display:block;
    flex-direction: column;
    align-items: center;
    margin-top:30px;
    height:100px;
}
.section_8{
    display:flex;
    justify-content: center;
    height: 100px;
}
.content_list_of_services{
    display: flex;
    height: 90px;
}

.content_list_of_services ul{
    display:inline-table;
    justify-content:left;
    margin: 0px 25px 0px 25px;
}

.content_list_of_services a {
    display: flex;
    color: #ffffff;
    font-size: 16px;
    margin-top: 5px;
    letter-spacing: 1px;
    font-family: 'Times New Roman', Times, serif;
}
.content_list_of_services a:hover{
transition-duration: 0.5s;
font-size: 17px;
}

/*last text*/
.container_last_text{
    display: block;
    justify-content: center;
}
.text_last{
    display: block;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serifs;
}




@media (max-width: 1555px) {
    .h1{
        display:flex;
        color: #000000;
        font-size: 30px;
        text-align: center;
        justify-content: center;
        letter-spacing: 2px;
        transition-duration: 0.5s;
        border-bottom: 1px solid #ffffff;
    }
    
    .container_list_Get_in_touch{
        display:block;
        height: 1100px;
        margin-top: 0px;
        
    }
    .section_9{
        display:flex;
        justify-content:center;
        height: 1100px;
       padding-left:0%;
    }
     
     /*brokers ireland*/
     
     .conteiner_Brokers_Ireland{
         display: block;
         margin: 0px 0;
         padding: 5px;
         height: 200px;
         background: #ffffff;
     }
     .section_5{
         display: block;
         border-left: none;
         border-right: none;
         margin-top: 20px;
         padding-top: 35px;
     
         height: 150px;
     
     }
     
     .Brokers_img{
         justify-content: center;
         display: flex;
     
     }
     
     .Brokers_img ul{
         display: flex;
         gap: 60px;
     }
     
     .img_brokers{
         width: 180px;
     }
     
     .img_broker_financial{
         width: 95px;
         margin-top: -20px;
     }
     .img_broker_insurance{
         width: 80px;
         margin-top: -20px;
     }
     
 }
 @media (max-width: 1280px) {
   
    .container{
        display: flex;
    justify-content: center;
    margin-top: 2%;
    }
    .section_calculator{
        display: flex;
        justify-content: center;
    }
    .calculator{
        display: flex;
        width:fit-content;
    }
    
    .persAcident{
        display: flex;
        width:1120px;
        height:1850px;
    }

    .accident_medical{
        display: flex;
        width:1120px;
        height:1450px;
    }
.container_specialise{
    display: flex;
justify-content: center;
}

.specialise ul{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 300px;
}
.specialise ul li{
    text-align: center;
    justify-content: center;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 1px;
    margin-left: -100px;
    border-bottom: 1px solid #000000;

}

.content_list_of_services_US ul{
    display:inline-table;
    justify-content:left;
    text-align: left;
    margin: 0px 30px 0px 30px;
}
.content_list_of_services_US li{
    color: #000000;
    font-size: 15px;
    padding-top: 8px;
    letter-spacing: 1px;
}
.content_list_of_services_US li:hover{
    transition-duration:0.5s;
    font-size: 17px;
}


/*brokers ireland*/

.conteiner_Brokers_Ireland{
    display: block;
    margin: 0px 0;
    padding: 50px;
    height: 150px;
    background: #ffffff;
}
.section_5{
    display: block;
    border-left: none;
    border-right: none;
    margin-top: 0px;
    padding-top: 0px;

    height: 150px;

}

.Brokers_img{
    justify-content: center;
    display: flex;

}

.Brokers_img ul{
    display: flex;
    gap: 60px;
}

.img_brokers{
    width: 140px;
}

.img_broker_financial{
    width: 80px;
    margin-top: -20px;
}
.img_broker_insurance{
    width: 70px;
    margin-top: -20px;
}
.content_footer a{
    text-align: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    font-family:'Times New Roman', Times, serif;
    align-items: center;
    
}
.content_footer li a:hover{
    transition-duration: 0.6s;
    font-size: 19px;
}
.content_list_of_services a {
    display: flex;
    color: #ffffff;
    font-size: 15px;
    margin-top: 5px;
    letter-spacing: 1px;
    font-family: 'Times New Roman', Times, serif;
}
.content_list_of_services a:hover{
transition-duration: 0.5s;
font-size: 16px;
}  
}

@media (max-width: 950px) {
    main{ 
        display:flex;
        justify-content: center;
    }
    .section_1{
        display:flex;
        text-align: center;
        justify-content: center;
        height:fit-content;
        margin-top: 7px;
        width:fit-content; 
        
    }
    
    .h1{
        display:flex;
        color: #000000;
        font-size: 25px;
        text-align: center;
        justify-content: center;
        letter-spacing: 2px;
        transition-duration: 0.5s;
        border-bottom: 1px solid #ffffff;
    }
    
    .container_list_Get_in_touch{
        display:flex;
        height: 1000px;
        margin-top: 0px;
        
    }
    .section_9{
        display:flex;
        justify-content:center;
        height: 1000px;
       padding-left:0%;
    }
    .Img_get_in_touch{
        margin-left: 60px;
        width: 350px;
        
    }

    .container{
        display: flex;
    justify-content: center;
    margin-top: 2%;
    }
    .section_calculator{
        display: flex;
        justify-content: center;
    }
    .calculator{
        display: flex;
        width:fit-content;
    }
    
    .persAcident{
        display: flex;
        width:500px;
        height:2750px;
    }
    .accident_medical{
        display: flex;
        width:500px;
        height:2050px;
    }
    
    /*Friends*/
    .container_Us_partners{
        display: block;
        margin: 0px 0;
        padding: 5px;
        height: 150px;
        background: #ffffff;
    }
    .section_4{
        display: block;
        border-left: none;
        border-right: none;
        margin-top: 50px;
    
    
    }
    .partners_img{
        justify-content: center;
        display: block;
    }
    .partners_img ul{
        display: block;
        gap: 20px;
    }
    .partners_img ul li{
        display: block;
    
    }
    .Img_friend{
        width:140px;
    }
    
    .hive{
        width: 70px;
    }
    .hive:hover{
        transition-duration: 0.4s;
        width: 72px;
    }
    /*brokers ireland*/
    
    .conteiner_Brokers_Ireland{
        display: block;
        margin: 0px 0px;
        padding: 5px;
        height: 250px;
        background: #ffffff;
    }
    .section_5{
        display: block;
        border-left: none;
        border-right: none;
        margin-top: 20px;
        padding-top: 5px;
    
        height: 430px;
    
    }
    
    .Brokers_img{
        justify-content: center;
        display: block;
    
    }
    
    .Brokers_img ul{
        display: block;
        gap:40px;
    }
    
    .img_brokers{
        width: 140px;
        margin-top: 40px;
    }
    
    .img_broker_financial{
        width: 80px;
        margin-top: 40px;
    }
    .img_broker_insurance{
        width: 70px;
        margin-top:0px;
    }
    
    
    
    /* Стили для футера */
    footer {
        background:#333;
        color:white;
        padding: 10px;
        height: 600px;
    }
    .container_footer{
        display:block;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid white;
        margin-top: 10px;
        height:30px;
    
    }
    .conteiner_content_footer{
        display:block;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .content_footer{
        margin-top: 0px;
    }
    .content_footer ul{
        width: 100%;
        display:flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        gap: 20px;
    }
    .content_footer a{
        text-align: center;
        justify-content: center;
        color: #ffffff;
        font-size: 15px;
        font-family:'Times New Roman', Times, serif;
        align-items: center;
        
    }
    .content_footer li a:hover{
        transition-duration: 0.6s;
        font-size: 15px;
    }
    /*Contacts*/
    .container_tell{
        display:block;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        height:40px;
        border-top: 1px solid rgba(255, 255, 255, 0.418);
        border-bottom: 1px solid rgba(255, 255, 255, 0.418);
    
    }
    .section_6{
        display:block;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .contect_gmail_call{
        display:block;
        justify-content: center;
    }
    .content_gmail_call ul{
        display: flex;
        justify-content: center;
        text-align: center;
        gap: 40px;
        margin-top: 10px;
        margin-left: -50px;
    }
    .content_gmail_call li a{
        color: #ffffff;
        justify-content: center;
        text-align: center;
        font-size: 15px;
        font-family:'Times New Roman', Times, serif;
        letter-spacing: 2px;
    }
    .content_gmail_call li a:hover{
        transition-duration: 0.7s;
        font-size: 15px;
    
    }
    
    /*social_img*/
    .container_img_social{
        display:block;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        height:70px;
    }
    
    .section_7{
        display:block;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    
    .content_img_social{
        display: block;
        justify-content: center;
    }
    
    .content_img_social ul{
        display: flex;
        gap: 60px;
        justify-content: center;
        text-align: center;
        margin-left: -50px;
    }
    
    .Logo_social{
        width:40px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    .Logo_social:hover{
        width:40px;

    }
    /*services_link*/
    .container_list_services{
        display:block;
        flex-direction: column;
        align-items: center;
        margin-top:10px;
        height:100px;
        width: 100%;
    }
    .section_8{
        display:block;
        justify-content: center;
        height: 100px;
        width: 100%;

    }
    .content_list_of_services{
        display: block;
        height: 80px;
        width: 100%;
    }
    
    .content_list_of_services ul{
        display:inline-table;
        justify-content:center;
        margin: 0px 10px 0px 10px;
    }
    
    .content_list_of_services a {
        display:flex;
        color: #ffffff;
        font-size: 8px;
        margin-top: 5px;
        letter-spacing: 1px;
        font-family: 'Times New Roman', Times, serif;
    }
    .content_list_of_services a:hover{
    transition-duration: 0.5s;
    font-size:8px;
    }
    
    /*last text*/
    .container_last_text{
        display: block;
        justify-content: center;
    }
    .text_last{
        display: block;
        text-align: center;
        justify-content: center;
        font-size: 8px;
        letter-spacing: 1px;
        font-family: Arial, Helvetica, sans-serifs;
    }
    
    



}

@media (max-width: 480px) {
    main{ 
        display:flex;
        justify-content: center;
    }
    .section_1{
        display:flex;
        text-align: center;
        justify-content: center;
        height:fit-content;
        margin-top: 7px;
        width:fit-content; 
        
    }
    
    .h1{
        display:flex;
        color: #000000;
        font-size: 25px;
        text-align: center;
        justify-content: center;
        letter-spacing: 2px;
        transition-duration: 0.5s;
        border-bottom: 1px solid #ffffff;
    }
    
    .container_list_Get_in_touch{
        display:flex;
        height: 1050px;
        margin-top: 0px;
        
    }
    .section_9{
        display:flex;
        justify-content:center;
        height: 1050px;
       padding-left:0%;
    }
    .Img_get_in_touch{
        margin-left: 60px;
        width: 350px;
        
    }
    .container{
        display: flex;
    justify-content: center;
    margin-top: 2%;
    }
    .section_calculator{
        display: flex;
        justify-content: center;
    }
    .calculator{
        display: flex;
        width:fit-content;
    }
    
    .persAcident{
        display: flex;
        width:350px;
        height:2950px;
    }
    .accident_medical{
        display: flex;
        width:350px;
        height:2350px;
    }
    
    /*Friends*/
    .container_Us_partners{
        display: block;
        margin: 0px 0;
        padding: 5px;
        height: 200px;
        background: #ffffff;
    }
    .section_4{
        display: block;
        border-left: none;
        border-right: none;
        margin-top: 50px;
    
    
    }
    .partners_img{
        justify-content: center;
        display: block;
    }
    .partners_img ul{
        display: block;
        gap: 20px;
    }
    .partners_img ul li{
        display: block;
    
    }
    .Img_friend{
        width:120px;
    }
    
    .hive{
        width: 120px;
    }
    .hive:hover{
        transition-duration: 0.4s;
        width: 120px;
    }
    /*brokers ireland*/
    
    .conteiner_Brokers_Ireland{
        display: block;
        margin: 0px 0px;
        padding: 5px;
        height: 250px;
        background: #ffffff;
    }
    .section_5{
        display: block;
        border-left: none;
        border-right: none;
        margin-top: 0px;
        padding-top: 5px;
        height: 250px;
    
    }
    
    .Brokers_img{
        justify-content: center;
        display: block;
    
    }
    
    .Brokers_img ul{
        display: block;
        gap:20px;
    }
    
    .img_brokers{
        width: 120px;
        margin-top: 40px;
    }
    
    .img_broker_financial{
        width: 80px;
        margin-top: 20px;
    }
    .img_broker_insurance{
        width: 70px;
        margin-top:0px;
    }
    
    
    
    /* Стили для футера */
    footer {
        background:#333;
        color:white;
        padding: 10px;
        height: 580px;
    }
    .container_footer{
        display:block;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid white;
        margin-top: 10px;
        height:25px;
    
    }
    .conteiner_content_footer{
        display:block;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .content_footer{
        margin-top: 0px;
    }
    .content_footer ul{
        width: 100%;
        display:flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        gap: 20px;
    }
    .content_footer a{
        text-align: center;
        justify-content: center;
        color: #ffffff;
        font-size: 8px;
        font-family:'Times New Roman', Times, serif;
        align-items: center;
        
    }
    .content_footer li a:hover{
        transition-duration: 0.6s;
        font-size: 8px;
    }
    /*Contacts*/
    .container_tell{
        display:block;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        height:40px;
        border-top: 1px solid rgba(255, 255, 255, 0.418);
        border-bottom: 1px solid rgba(255, 255, 255, 0.418);
    
    }
    .section_6{
        display:block;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .contect_gmail_call{
        display:block;
        justify-content: center;
    }
    .content_gmail_call ul{
        display: flex;
        justify-content: center;
        text-align: center;
        gap: 40px;
        margin-top: 10px;
        margin-left: -50px;
    }
    .content_gmail_call li a{
        color: #ffffff;
        justify-content: center;
        text-align: center;
        font-size: 10px;
        font-family:'Times New Roman', Times, serif;
        letter-spacing: 2px;
    }
    .content_gmail_call li a:hover{
        transition-duration: 0.7s;
        font-size: 10px;
    
    }
    
    /*social_img*/
    .container_img_social{
        display:block;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        height:70px;
    }
    
    .section_7{
        display:block;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    
    .content_img_social{
        display: block;
        justify-content: center;
    }
    
    .content_img_social ul{
        display: flex;
        gap: 60px;
        justify-content: center;
        text-align: center;
        margin-left: -50px;
    }
    
    .Logo_social{
        width:40px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    .Logo_social:hover{
        width:40px;

    }
    /*services_link*/
    .container_list_services{
        display:block;
        flex-direction: column;
        align-items: center;
        margin-top:0px;
        height:100px;
        width: 100%;
    }
    .section_8{
        display:block;
        justify-content: center;
        height: 100px;
        width: 100%;

    }
    .content_list_of_services{
        display: block;
        height: 80px;
        width: 100%;
    }
    
    .content_list_of_services ul{
        display:inline-table;
        justify-content:center;
        margin: 0px 2px 0px 2px;
    }
    
    .content_list_of_services a {
        display:flex;
        color: #ffffff;
        font-size: 6.5px;
        margin-top: 5px;
        letter-spacing: 1px;
        font-family: 'Times New Roman', Times, serif;
    }
    .content_list_of_services a:hover{
    transition-duration: 0.5s;
    font-size:6.5px;
    }
    
    /*last text*/
    .container_last_text{
        display: block;
        justify-content: center;
    }
    .text_last{
        display: block;
        text-align: center;
        justify-content: center;
        font-size: 6px;
        letter-spacing: 1px;
        font-family: Arial, Helvetica, sans-serifs;
    }
    
    



}
