.custom-textbox-panel {
    display: flex;
	overflow: hidden;
    margin-bottom: 30px;
}

.custom-textbox-panel .img-cont {
    width: 66.6666%;
}
.custom-textbox-panel > a {
	display: flex;
    width: 66.6666%;
}
.custom-textbox-panel > a > .img-cont {
	width: 100%;
	padding: 34%;
}

.custom-textbox-panel .img-cont img {
    display: block;
    width: 100%;
}

.custom-textbox-panel .custom-textbox {
    width: 33.3333%;
    background-color: #363636;
    padding: 55px 55px 100px;
    display: flex;
    color: #8b8a8f;
    font-size: 14px;
}
.custom-textbox-panel .custom-textbox.has-logo {
	flex-direction: column;
}
.custom-textbox-panel .custom-textbox .content-inner {
	align-self: center;
}

.custom-textbox-panel .custom-textbox img {
    display: block;
    margin: 0 auto 25px;
}

.custom-textbox-panel .custom-textbox p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 20px;
}

.custom-textbox-panel .custom-textbox p a {
    font-size: 18px;
    line-height: 28px;
}

.custom-textbox-panel .custom-textbox a {
    line-height: 22px;
    font-size: 14px;
}

.custom-textbox-panel .custom-textbox a > i {
    font-size: 18px;
    margin-left: 8px;
}

@media(hover:hover) {
    .custom-textbox-panel .custom-textbox a:hover {
        color: var(--teal-link);
    }
}

@media (max-width: 1024px) {
    .custom-textbox-panel {
        margin-bottom: 60px;
    }
    
    .custom-textbox-panel .img-cont {
        width: 60%;
    }
    .custom-textbox-panel > a {
    	width: 60%;
    }
    .custom-textbox-panel > a >.img-cont {
    	width: 100%;
    }
    .custom-textbox-panel .custom-textbox {
        width: 40%;
    }
    .custom-textbox-panel .custom-textbox {
    	padding: 55px 30px;
    }
}

@media (max-width: 641px) {
    .custom-textbox-panel {
        flex-direction: column;
    }
    .custom-textbox-panel .img-cont {
        width: 100%;
        height: 260px;
    }
    .custom-textbox-panel > a {
    	width: 100%;
    }
    .custom-textbox-panel .custom-textbox {
        width: 100%;
    }
}
