.SFX_no_padding {
    padding: 0;
}

.SFX_PrimaryContact_Block {
    /*margin: 70px auto;*/
}

.SFX_PrimaryContact_Block_Upper {
    padding: 40px 40px;
}

.SFX_PrimaryContact_Block_Lower {
    margin: 20px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 25px;
}

.SFX_PrimaryContact_Block_Lower_Item {
    line-height: 1.5;
    display: flex;
    padding: 30px 30px;
}

    .SFX_PrimaryContact_Block_Lower_Item:not(:first-child) {
        border-top: 1px solid #e5e5e5;
    }

.SFX_PrimaryContact_Block_Lower_Img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    /*background-image: url(Koala.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto;
}

.SFX_PrimaryContact_Block_Btn {
    margin: 40px 30px;
}

    .SFX_PrimaryContact_Block_Btn .btn {
        background-color: #377dff;
        color: #ffffff;
        width: 45%;
        border-radius: 25px;
        line-height: 2.0;
        font-size: 14px;
        font-weight: 600;
    }

        .SFX_PrimaryContact_Block_Btn .btn:hover {
            text-decoration: none;
            background-color: #044ACC !important;
            color: #ffffff !important;
            border: 1px solid #044ACC !important;
        }

        .SFX_PrimaryContact_Block_Btn .btn:not(:first-child) {
            float: right;
        }

.SFX_PrimaryContact_Block_Lower_Img_Block {
    width: 30%;
}

.SFX_PrimaryContact_Block_Lower_Text_Block {
    width: 70%;
}

@media screen and (max-width:767px){
    .SFX_PrimaryContact_Block_Lower_Item {
        display: inline-block;
        width:100%;
    }
    .SFX_PrimaryContact_Block_Lower_Img_Block {
        width: 100%;
        margin-bottom:20px;
    }

    .SFX_PrimaryContact_Block_Lower_Text_Block {
        width: 100%;
        text-align:center;
    }
}