.scout-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.scout-wrapper .img-wrapper {
	margin-bottom: 32px;
	max-width: 670px;
	width: 100%;
}
.scout-wrapper .img-wrapper img{
    width: 100%;
    object-fit: contain;
}
.scout-wrapper .action-group .btn{
    margin: 0 11px;
    max-width: 324px;
    flex: 0 0 324px;
    width: 100%;
}
.action-group {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.white-conatiner{
    border-radius: 19.377px;
    border: 2.768px solid #E9A537;
    background: #FFF;
    padding: 52px;
    box-shadow: 0px 0px 27.68139px 0px rgba(0, 0, 0, 0.11);
}

.scout-title{
    color:#1F2E44;
    margin-bottom: 46px;
}
@media only screen and (max-width:1400px){
    .scout-wrapper .img-wrapper{
        margin-bottom: 50px;
    }
}
@media only screen and (max-width:1199px){
    .white-conatiner{
        padding: 30px;
    }
}
.scout-title{
    color:#1F2E44;
    margin-bottom: 46px;
}
@media only screen and (max-width:1400px){
    .scout-wrapper .img-wrapper{
        margin-bottom: 50px;
    }
}
@media only screen and (max-width:1199px){
    .white-conatiner{
        padding: 30px;
    }
}
@media only screen and (max-width:767px){
    .action-group{
        display: block;
        text-align: center;
    }
    .scout-wrapper .action-group .btn {
        margin:11px 0 ;
    }
    .white-conatiner{
        padding:20px;
    }
    .scout-title {
        margin-bottom: 30px;
        font-size: 18px;
    }
}
@media only screen and (max-width:575px){
    .scout-wrapper .action-group .btn {
        margin:11px 0 ;
        min-width: unset;
        padding: 12px;
        width: 100%;
        max-width: 300px;
    }
}