
.btn-one {
 min-width:280px;
 padding: .8em 1.5em;
 background-color: #7F91D4;
 font-family: "Roboto", Arial, "Segoe UI", sans-serif;
 font-size: 2em;
 font-weight: 700;
 text-align: center;
 text-decoration: none;
 color: #fff;
 z-index: 2;
 border:15px #001b68 solid;
 border-radius: 40px;
 margin:0 .6em 2em 2em;
 float:left;
}

.btn-one:hover {
 background-color: #DE795D;
}

.btn-two {
 min-width:80px;
 padding: .8em 1.5em;
 background-color: #A463E9;
 font-family: "Roboto", Arial, "Segoe UI", sans-serif;
 font-size: 2em;
 font-weight: 700;
 text-align: center;
 text-decoration: none;
 color: #fff;
 z-index: 2;
 border:15px #001b68 solid;
 border-radius: 40px;
 float:left;
}

.btn-two:hover {
 background-color: #D40E5B;
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {

.btn-one {
 padding: .8em 1.2em;
 font-size: 2.2em;
 margin:0 .6em 2em 1.8em;	
}
	
.btn-two {
 padding: .8em 1.2em;
 font-size: 2.2em;
}	
	
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {	
	
}