.services{
    width: 100%;
    padding-top: 4.7rem;
    background-color: #F1F1F1;
}
.services .info_services{
    position: relative;
    margin-top: 0;
}
.services .info_services h2{
    font-weight: bold;
    font-size: 5rem;
    line-height: 6rem;
    text-align: center;
    color: #151519;
    padding-bottom: 8rem;
}
.services .info_services .list_services{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.services .info_services .list_services li{
    width: 32%;
    height: 25rem;
    margin: 0.6%;
    margin-bottom: 6.3rem;
    position: relative;
    border-radius: 2rem;
    border: 0.1rem solid #707070;
}
#services .services .info_services .list_services li{
    height: 33rem;
}
.services .info_services .list_services li a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 5rem 2rem;
}
#services .services .info_services .list_services li a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 5rem 2rem 0;
    position: relative;
}
.services .info_services .list_services li span{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 5rem 2rem 0; 
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 2.4rem;
    text-align: center;
    color: #fff;
    background-color: #D00E1C;
    padding: 1.7rem 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 1.8rem;
    border-bottom-right-radius: 1.8rem;
}
.services .info_services .list_services li .title_img{
    display: flex;
    align-items: center;
    position: absolute;
    top: -4rem;
    background-color: #F1F1F1;
    padding-right: 1rem;
}
.services .info_services .list_services li h3{
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2.2rem;
    text-align: left;
    color: #000;
    max-width: 22rem;
    padding-left: 1rem;
}
.services .info_services .list_services li p{
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2rem;
    text-align: left;
    color: #7d7d7d;    
}
.services .info_services .list_services li .border{
    width: 8rem;
    height: 8rem;
    border: 0.2rem solid #E41A33;
    border-radius: 50%;
    position: relative;
    transition: all 0.5s linear;
    background-color: #F1F1F1;
}
.services .info_services .list_services li:hover .border{
    background-color: #E41A33;
    border: 0.2rem solid #E41A33;
}
.services .info_services .list_services li .border svg{
    position: absolute;
    bottom: 0rem;
    padding: 1.3rem;
    width: 100%;
    height: 100%;
    transition: all 0.5s linear;
}
.services .info_services .list_services li:hover .border svg *{
    fill: #FFFFFF !important;
}
.services .info_services .list_services li:nth-child(2):hover .border svg *,
.services .info_services .list_services li:nth-child(5):hover .border svg *,
.services .info_services .list_services li:nth-child(6):hover .border svg *{
    stroke: #FFFFFF;
    fill: none !important;
}