.bottom-block {
    margin: 36px 270px 40px;
    background: #60397B;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 40px;

}
.bottom-logo {
    margin-right: 30px;
}
.bottom-info > p:first-child {
    font: 600 30px/1.2 "Montserrat SemiBold", sans-serif;
    color: white;
}

.bottom-info > p:nth-child(2) {
    font: 300 18px/1.2 "Montserrat Light", sans-serif;
    color: white;
    margin: 19px 0 40px;
}

.bottom-info > a > div {
    background: white;
    display: inline-block;
    border-radius: 24px;
    padding: 12px 27px;
    color: #60397B;
    font: 500 18px/1.2 "Montserrat Medium", sans-serif;
}

.familia-card {
    position: absolute;
    right: 5px;
    top: -63px;
    z-index: 100;
}

@media screen and (min-width: 1400px) and (max-width: 1550px) {
    .bottom-block {
        margin: 60px 160px 40px !important;
    }
    .familia-card {
        width: 300px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .bottom-block {
        margin: 60px 180px 40px !important;
    }
    .familia-card {
        width: 320px;
    }
    .bottom-logo {
        width: 140px;
    }
    .bottom-info > p:first-child {
        font: 600 25px/1.2 "Montserrat SemiBold", sans-serif;
    }
    .bottom-info > p:nth-child(2) {
        font: 300 16px/1.2 "Montserrat Light", sans-serif;
        margin: 19px 0 30px;
    }
    .bottom-info > a > div {
        padding: 10px 24px;
        font: 500 16px/1.2 "Montserrat Medium", sans-serif;
    }
    .familia-card {
        width: 300px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .bottom-block {
        padding: 25px 40px;
        margin: 60px 60px 40px !important;
    }
    .familia-card {
        width: 270px;
        right: 30px;
    }
    .bottom-logo {
        width: 180px;
        margin-right: 50px;
    }
    .bottom-info > p:first-child {
        font: 600 18px/1.2 "Montserrat SemiBold", sans-serif;
    }
    .bottom-info > p:nth-child(2) {
        margin: 15px 0 20px;
        font: 300 16px/1.2 "Montserrat Light", sans-serif;
    }
    .bottom-info > a > div {
        padding: 10px 24px;
        font: 500 16px/1.2 "Montserrat Medium", sans-serif;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .bottom-block {
        padding: 40px 60px;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .familia-card {
        align-self: center;
        position: relative;
        right: 0;
        width: 350px;
    }
    .bottom-logo {
        align-self: center;
        width: 250px;
        margin: 40px 0;
    }
    .bottom-info {
        width: 100%;
        margin-top: 60px;
    }
    .bottom-info > a > div {
        display: block;
        margin: 50px 40px;
        text-align: center;
        padding: 15px 0;
        font: 500 18px/1.2 "Montserrat Medium", sans-serif;
    }
}
@media screen and (min-width: 540px) and (max-width: 768px) {
    .bottom-block {
        padding: 20px 40px;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .familia-card {
        align-self: center;
        position: relative;
        right: 0;
        width: 300px;
    }
    .bottom-logo {
        align-self: center;
        width: 220px;
        margin: 20px 0;
    }
    .bottom-info {
        width: 100%;
        margin-top: 60px;
    }
    .bottom-info > a > div {
        display: block;
        margin: 50px 40px;
        text-align: center;
        padding: 15px 0;
        font: 500 18px/1.2 "Montserrat Medium", sans-serif;
    }
    .bottom-info > p:first-child {
        font: 600 20px/1.2 "Montserrat SemiBold", sans-serif;
    }
    .bottom-info > p:nth-child(2) {
        margin: 15px 0 20px;
        font: 300 18px/1.2 "Montserrat Light", sans-serif;
    }
}
@media screen and (max-width: 540px) {
    .bottom-block {
        border-radius: 10px;
        margin: 40px 20px;
        padding: 0 20px;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .familia-card {
        align-self: center;
        position: relative;
        right: 0;
        width: 335px;
    }
    .bottom-logo {
        align-self: center;
        width: 200px;
        margin: 40px 0;
    }
    .bottom-info {
        width: 100%;
        margin-top: 40px;
    }
    .bottom-info > a > div {
        display: block;
        margin: 40px 0;
        text-align: center;
        padding: 12px 0;
        font: 500 14px/1.2 "Montserrat Medium", sans-serif;
    }
    .bottom-info > p:first-child {
        font: 600 25px/1.2 "Montserrat SemiBold", sans-serif;
    }
    .bottom-info > p:nth-child(2) {
        margin: 15px 0 20px;
        font: 300 14px/1.2 "Montserrat Light", sans-serif;
    }
}
