.phone_access_info{
    margin-top: 0;
}

.phone_access_buttons{
    display: block;
    margin: auto;
}

.access_button {
    display: block;
	box-shadow: 0px 0px 9px 0px #fff761;
	background-color:#fcc100;
	border-radius:20px;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:24px;
	padding:11px 32px;
	text-decoration:none;
    text-align: center;
    transition: .2s ease-in-out;
    max-width: 120px;
}
.access_button:hover {
    transition: .2s ease-in-out;
	background-color:#ffe047;
}
.access_button:active {
	position:relative;
	top:1px;
}

.access_button_01{
    margin-top:20px;
}

@media (min-width:1080px) {
    .phone_access_buttons{
        display: flex;
        width: 400px;
        transform: translateX(-20px);
        margin-top:30px;
    }
    .access_button{display: flex; max-height: 28px;}
    .access_button_01{margin-top:0; margin-left:100px;}

    #phone_access_info_content{width: 100%;}
    #phone_access_info_content > .sub_info_subtitle{
        display: block;
        width: 100%;
        text-align: center;
    }
}