.pointer {
    cursor: pointer;
}

.navbar-text .fa-phone-square,
.fa-envelope {
    margin: 5px;
    padding-left: 5px;
    font-size: 20px;
    color: rgba(80, 80, 80, 0.5);
    transform: translateY(2px);

}

body {
    height: 400vh;
    font-family: 'Raleway', sans-serif;
}

.text-black{
    color:black
}
.text-black:hover{
    color:black
}

.about-us .img {

    width: 200px;
    height: 200px;

}

.offer {
    margin-bottom: 80px;
}

.img-offer {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}

@media only screen and (max-width: 800px) {
    .img-offer {
        display: none;
    }
}

#carouselExampleCaptions {
    display: block;
}

@media only screen and (max-width: 800px) {
    #carouselExampleCaptions {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .offer .col-7 {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .offer .col {
        flex-grow: 0;
        padding: 0;
    }
}
.text-align-right{
    text-align: right;
}
.text-align-left{
    text-align: left;
}
@media only screen and (max-width: 1260px) {
    footer h1 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1000px) {
    footer h1 {
        font-size: 16px;
    }
    footer .text-align-right, footer .text-align-left{
        text-align: justify;
    }
}
