.wrapper {
    width: 100%;
    left: 0;
    margin: 105px 0 75px 0;
}
.inspiration-container {
    width: 100%;
    position: absolute;
    left: 0;
    display: flex;
}
.widget-box {
    display: flex;
}
.first-box, .second-box, .third-box {
    width: 100%;
}
.box-img {
    height: auto;
    flex: 1;
}
.box-text {
    width: 100%;
    height: 50%;
    background: #F8F8F8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-text-rwd {
    display: none;
    max-height: 240px;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.social-container {
    text-align: center;
}
.social-title {
    margin: 0;
    color: #000000;
    opacity: 0.7;
    font-family: empikProRegular;
    font-size: 15px;
}
.social-name {
    color: #000000;
    font-family: empikProBold;
    font-size: 38px !important;
    padding: 0 !important;
    margin: 8px 0 25px 0;
}
.social-img-wrapper {
    display: flex;
    justify-content: space-around;
}
.social-img {
    width: 28px;
    height: 28px;
}

@media screen and (max-width: 800px) {
    .second-box,.third-box {
        display: none;
    }
    .wrapper {
        min-height: 750px;
        max-height: 1040px;
        /*margin: 105px 0 0 0;*/
        margin: 40px 0 32px 0;
    }
    .box-text-rwd {
        display: flex;
        width: 100%;
        background: #F8F8F8;
    }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .wrapper {
        min-height: 610px;
    }
    .box-img {
        max-width: 188px;
    }
}