.footercontone{
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footerone{
    width: 100%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.footerblockone{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footerblockrighttopone{
    font-family: Roboto;
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.8px;
  color: #ffffff;
  padding-bottom: 14px;
}

.footerblockrightbottomone{
    font-family: Roboto;
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.footerblockleftimgone{
    object-fit: cover;
    object-position: center;
}

.footerblockcontone{
    float: left;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    transition: .1s;
}

.footerblocksocialone{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 100%;
    box-sizing: content-box;
    border-style: solid;
}

.footerblockcontone:hover{
    transform: scale(1.1);
}

.footerblockcontone:active{
    transform: scale(0.98);
    opacity: .85;
}

.footerblocksocialimgone{
    width: 16px;
    height: 16px;
    margin: 12px;
    object-fit: cover;
    object-position: center;
}

/* Large desktops and laptops */
@media (min-width: 1400px) {
    .footerone{
    height: 525px;
    }
    .footerblockleftimgone{
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
    margin-right: 50px;
    }   
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1399px) {
    .footerone{
    height: 350px;
    }
    .footerblockleftimgone{
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
    margin-right: 50px;
    }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .footerone{
        flex-direction: column;
    }
    .footerblockone{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footerblockleftimgone{
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
    margin-right: 50px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .footerone{
        flex-direction: column;
    }
    .footerblockone{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footerblockleftimgone{
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
    margin-right: 50px;
    }
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
    .footerone{
        flex-direction: column;
    }
    .footerblockone{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footerblockleftimgone{
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
    margin-right: 50px;
    }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
    .footerone{
        flex-direction: column;
    }
    .footerblockone{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footerblockleftone{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .footerblockleftimgone{
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
    }
    .footerblockrighttopone{
    text-align: center;
    }
.footerblockrightbottomone{
    text-align: center;
    }
}   