.beyrouth-module.icon-cta .flxbx > div {
    width: 60%;
    align-self: center;
}

.beyrouth-module.icon-cta .flxbx.left-align-image {
    align-items: center;
}

.beyrouth-module.icon-cta .flxbx.left-align-image > div:first-child {
    padding: 30px;
    width: 40%;
    text-align: center !important;
}

.beyrouth-module.icon-cta .flxbx.left-align-text > div:last-child {
    text-align: left;
}

.beyrouth-module.icon-cta .flxbx.right-align-image > div:last-child {
    padding: 30px;
    width: 40%;
    text-align: center !important;
}

.beyrouth-module.icon-cta .flxbx.left-align-text > div:first-child {
    text-align: left;
}

.beyrouth-module.icon-cta h3 {
    margin: 0;
}

.beyrouth-module.icon-cta p {
    margin: 15px 0 0px 0;
}

.beyrouth-module.icon-cta a.button {
    margin: 30px 0 0px 0;
}

@media (max-width:991px) {
    .beyrouth-module.icon-cta .flxbx {
        display: block;
    }
    .beyrouth-module.icon-cta .flxbx > div {
        width: 100%;
        padding: 0 !important;
    }
    .beyrouth-module.icon-cta .flxbx.left-align-image > div:last-child {
        padding-top: 30px !important;
    }
    .beyrouth-module.icon-cta .flxbx.right-align-image > div:first-child {
        padding-bottom: 30px !important;
    }
    .beyrouth-module.icon-cta .flxbx img {
        max-width: 75%;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width:767px) {
    .beyrouth-module.icon-cta h3 {
        font-size: 1.5em;
    }
    .beyrouth-module.icon-cta .flxbx img {
        max-width: 100%;
    }
}

.beyrouth-module.icon-cta span.icon-cta-icon {
    display: inline-block;
    text-align: center !important;
}

.beyrouth-module.icon-cta .center-align-image {
    margin-bottom: 30px;
}

@media (max-width:991px) {
    .beyrouth-module.icon-cta .flxbx.right-align-image > div {
        text-align: center !important;
        width: 100% !important;
    }
    .beyrouth-module.icon-cta .flxbx.left-align-image > div {
        text-align: center !important;
        width: 100% !important;
    }
}