.bottom_section{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.bottom_section_el{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    background-color: rgb(10, 10, 10);
    color: white;
    font-size: 2.1svh;
    padding-top: 4svh;
    padding-bottom: 4svh;
}

.bottom_section_el_icon{
    width: 30%;
    height: auto;
    text-align: center;
    padding-top: 3svh;
}

.bottom_section_el_icon i{
    font-size: 3.4svh;
}

.info-text{
    width: 70%;
    height: auto;
    padding-right: 2svh;
    font-size: 2.1svh;
}

.info-text p{
    font-weight: 600;
}

.bottom_section_el:first-child{
    border-bottom: 1px solid rgb(211, 211, 211);
}

.bottom_section_el:last-child{
    border-top: 1px solid rgb(211, 211, 211);
}

.contact{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    font-size: 2svh;
    color: white;
    background-color: rgb(10, 10, 10);
    padding-top: 3svh;
}

.contact-el{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 2svh;
}

.contact-el a{
	text-decoration:none;
	color: rgb(198,198,198);
	display: block;
}

.contact-el-icon{
    width: 30%;
    height: auto;
    text-align: center;
}

.contact-el-icon i{
    font-size: 2.7svh;
}

.contact-el-text{
    width: 70%;
    height: auto;
}

.contact-el:last-child{
    padding-bottom: 10svh;
}

@media screen and (min-width:800px) {
    .bottom_section{
        flex-direction: row;
    }

    .bottom_section_el{
        font-size: 1.8vh;
        padding-top: 6vh;
        padding-bottom: 3.8vh;
    }

    .bottom_section_el_icon{
        width: 30%;
        padding-top: 1.7vh;
        padding-left: 6vh;
    }

    .bottom_section_el_icon i{
        font-size: 3vh;
    }

    .info-text{
        width: 70%;
        font-size: 1.8vh;
        padding-right: none;
    }

    .bottom_section_el:first-child{
        width: 30%;
        border: none;
    }

    .bottom_section_el:nth-child(2){
        width: 40%;
    }

    .bottom_section_el:nth-child(2) .bottom_section_el_icon{
        padding-left: 12vh;
    }

    .bottom_section_el:last-child{
        width: 30%;
        border: none;
    }

    .contact{
        font-size: 1.7vh;
        padding-top: 2.8vh;
    }

    .contact-el{
        width: 16%;
        margin-left: 77%;
        padding-bottom: 1.8vh;
    }

    .contact-el-icon i{
        font-size: 2vh;
    }

    .contact-el:last-child{
        padding-bottom: 9.8vh;
    }
}